Skip to content

Commit 96c7b82

Browse files
committed
[BOT] post-merge updates
1 parent 1c9348e commit 96c7b82

4 files changed

Lines changed: 15 additions & 13 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ addon | version | maintainers | summary
4141
[purchase_request](purchase_request/) | 19.0.1.0.1 | | Use this module to have notification of requirements of materials and/or external services and keep track of such requirements.
4242
[purchase_stock_price_unit_sync](purchase_stock_price_unit_sync/) | 19.0.1.0.0 | | Update cost price in stock moves already done
4343
[purchase_tag](purchase_tag/) | 19.0.1.0.0 | | Allows to add multiple tags to purchase orders
44+
[sale_purchase_force_vendor](sale_purchase_force_vendor/) | 19.0.1.0.0 | <a href='https://github.com/victoralmau'><img src='https://github.com/victoralmau.png' width='32' height='32' style='border-radius:50%;' alt='victoralmau'/></a> | Sale Purchase Force Vendor
4445

4546
[//]: # (end addons)
4647

sale_purchase_force_vendor/README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Sale Purchase Force Vendor
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:bc44171b83f2ced542095f7813b68bf64b8acd91767a2720460d61db6b69c9dc
14+
!! source digest: sha256:e4f7f1126c6bf7a8d269b1e40e4e637cdd28d8b55abe6a48d28e1c95b5c0d3dc
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -55,18 +55,18 @@ To configure this module, you need to:
5555
5. Go to *Sale -> Products -> Products*.
5656
6. Create a new product with the following options:
5757

58-
- [Puchase tab] \`Vendors\`: Set different vendors (Vendor A +
59-
Vendor B).
60-
- [Iventory tab] \`Routes\`: Buy and MTO
58+
- [Puchase tab] \`Vendors\`: Set different vendors (Vendor A + Vendor
59+
B).
60+
- [Iventory tab] \`Routes\`: Buy and MTO
6161

6262
Usage
6363
=====
6464

6565
1. Go to *Sale -> Orders -> Quotations* and create a new Quotation.
6666
2. Create a new line with the following options:
6767

68-
- \`Route\`: MTO.
69-
- \`Vendor\`: Vendor B.
68+
- \`Route\`: MTO.
69+
- \`Vendor\`: Vendor B.
7070

7171
3. Confirm sale order.
7272
4. A new purchase order will have been created to Vendor B.
@@ -95,10 +95,10 @@ Authors
9595
Contributors
9696
------------
9797

98-
- `Tecnativa <https://www.tecnativa.com>`__:
98+
- `Tecnativa <https://www.tecnativa.com>`__:
9999

100-
- Víctor Martínez
101-
- Pedro M. Baeza
100+
- Víctor Martínez
101+
- Pedro M. Baeza
102102

103103
Maintainers
104104
-----------

sale_purchase_force_vendor/static/description/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Sale Purchase Force Vendor</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:bc44171b83f2ced542095f7813b68bf64b8acd91767a2720460d61db6b69c9dc
375+
!! source digest: sha256:e4f7f1126c6bf7a8d269b1e40e4e637cdd28d8b55abe6a48d28e1c95b5c0d3dc
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/purchase-workflow/tree/19.0/sale_purchase_force_vendor"><img alt="OCA/purchase-workflow" src="https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/purchase-workflow-19-0/purchase-workflow-19-0-sale_purchase_force_vendor"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/purchase-workflow&amp;target_branch=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module allows you to select a vendor at the sale order line level
@@ -404,8 +404,8 @@ <h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
404404
“Unarchived” MTO route.</li>
405405
<li>Go to <em>Sale -&gt; Products -&gt; Products</em>.</li>
406406
<li>Create a new product with the following options:<ul>
407-
<li>[Puchase tab] `Vendors`: Set different vendors (Vendor A +
408-
Vendor B).</li>
407+
<li>[Puchase tab] `Vendors`: Set different vendors (Vendor A + Vendor
408+
B).</li>
409409
<li>[Iventory tab] `Routes`: Buy and MTO</li>
410410
</ul>
411411
</li>

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-purchase-workflow"
3-
version = "19.0.20260424.0"
3+
version = "19.0.20260429.0"
44
dependencies = [
55
"odoo-addon-partner_supplierinfo_smartbutton==19.0.*",
66
"odoo-addon-procurement_purchase_no_grouping==19.0.*",
@@ -22,6 +22,7 @@ dependencies = [
2222
"odoo-addon-purchase_request==19.0.*",
2323
"odoo-addon-purchase_stock_price_unit_sync==19.0.*",
2424
"odoo-addon-purchase_tag==19.0.*",
25+
"odoo-addon-sale_purchase_force_vendor==19.0.*",
2526
]
2627
classifiers=[
2728
"Programming Language :: Python",

0 commit comments

Comments
 (0)