Skip to content

Commit a433fb6

Browse files
committed
[BOT] post-merge updates
1 parent 63c5ee9 commit a433fb6

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ addon | version | maintainers | summary
2727
[purchase_allowed_product](purchase_allowed_product/) | 19.0.1.0.0 | | This module allows to select only products that can be supplied by the vendor
2828
[purchase_default_terms_conditions](purchase_default_terms_conditions/) | 19.0.1.0.0 | | This module allows purchase default terms & conditions
2929
[purchase_force_invoiced](purchase_force_invoiced/) | 19.0.1.0.0 | | Allows to force the billing status of the purchase order to "Invoiced"
30+
[purchase_line_reassign](purchase_line_reassign/) | 19.0.1.0.0 | | Purchase Line Reassign
3031
[purchase_no_rfq](purchase_no_rfq/) | 19.0.1.0.0 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Purchase Order - No Request For Quotation
3132
[purchase_order_approved](purchase_order_approved/) | 19.0.1.0.0 | | Add a new state 'Approved' in purchase orders.
3233
[purchase_order_general_discount](purchase_order_general_discount/) | 19.0.1.0.0 | | General discount per purchase order

purchase_line_reassign/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Purchase Line Reassign
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:4bc8619637cc2e432f6974a9a6a82f1df6375700f934b25547af6f406a884e50
14+
!! source digest: sha256:517b68cbaa673f040d19a8345d7c5fe56164ddcf085243f4fd7e92ae12acbdac
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

purchase_line_reassign/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Purchase Line Reassign</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:4bc8619637cc2e432f6974a9a6a82f1df6375700f934b25547af6f406a884e50
375+
!! source digest: sha256:517b68cbaa673f040d19a8345d7c5fe56164ddcf085243f4fd7e92ae12acbdac
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/purchase_line_reassign"><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-purchase_line_reassign"><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>Reassign purchase lines between orders</p>

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[project]
22
name = "odoo-addons-oca-purchase-workflow"
3-
version = "19.0.20260413.0"
3+
version = "19.0.20260417.0"
44
dependencies = [
55
"odoo-addon-partner_supplierinfo_smartbutton==19.0.*",
66
"odoo-addon-procurement_purchase_no_grouping==19.0.*",
77
"odoo-addon-product_supplier_code_purchase==19.0.*",
88
"odoo-addon-purchase_allowed_product==19.0.*",
99
"odoo-addon-purchase_default_terms_conditions==19.0.*",
1010
"odoo-addon-purchase_force_invoiced==19.0.*",
11+
"odoo-addon-purchase_line_reassign==19.0.*",
1112
"odoo-addon-purchase_no_rfq==19.0.*",
1213
"odoo-addon-purchase_order_approved==19.0.*",
1314
"odoo-addon-purchase_order_general_discount==19.0.*",

0 commit comments

Comments
 (0)