Skip to content

Commit 715b506

Browse files
committed
[BOT] post-merge updates
1 parent 255348b commit 715b506

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ addon | version | maintainers | summary
2626
[purchase_advance_payment](purchase_advance_payment/) | 16.0.1.0.0 | | Allow to add advance payments on purchase orders
2727
[purchase_all_shipments](purchase_all_shipments/) | 16.0.1.0.0 | | Purchase All Shipments
2828
[purchase_allowed_product](purchase_allowed_product/) | 16.0.2.1.0 | | This module allows to select only products that can be supplied by the vendor
29+
[purchase_blanket_order](purchase_blanket_order/) | 16.0.2.0.1 | | Purchase Blanket Orders
2930
[purchase_commercial_partner](purchase_commercial_partner/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Add stored related field 'Commercial Supplier' on POs
3031
[purchase_default_terms_conditions](purchase_default_terms_conditions/) | 16.0.1.0.2 | | This module allows purchase default terms & conditions
3132
[purchase_delivery_split_date](purchase_delivery_split_date/) | 16.0.1.0.1 | | Allows Purchase Order you confirm to generate one Incoming Shipment for each expected date indicated in the Purchase Order Lines

purchase_blanket_order/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Purchase Blanket Orders
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:7237471164928b8665c603ac9943005b2d6332ed46da07c0dd2e40b0862a793c
10+
!! source digest: sha256:9b980d2265e0a94c9d2f216e37fff3bda9d17ea2725d9847cd274270f24f891d
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

purchase_blanket_order/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ <h1 class="title">Purchase Blanket Orders</h1>
366366
!! This file is generated by oca-gen-addon-readme !!
367367
!! changes will be overwritten. !!
368368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:7237471164928b8665c603ac9943005b2d6332ed46da07c0dd2e40b0862a793c
369+
!! source digest: sha256:9b980d2265e0a94c9d2f216e37fff3bda9d17ea2725d9847cd274270f24f891d
370370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371371
<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/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/purchase-workflow/tree/16.0/purchase_blanket_order"><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-16-0/purchase-workflow-16-0-purchase_blanket_order"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372372
<p>A purchase blanket order is a pre-agreement to purchase a certain number of

setup/_metapackage/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20240127.0
1+
16.0.20240205.0

setup/_metapackage/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
'odoo-addon-purchase_advance_payment>=16.0dev,<16.1dev',
1414
'odoo-addon-purchase_all_shipments>=16.0dev,<16.1dev',
1515
'odoo-addon-purchase_allowed_product>=16.0dev,<16.1dev',
16+
'odoo-addon-purchase_blanket_order>=16.0dev,<16.1dev',
1617
'odoo-addon-purchase_commercial_partner>=16.0dev,<16.1dev',
1718
'odoo-addon-purchase_default_terms_conditions>=16.0dev,<16.1dev',
1819
'odoo-addon-purchase_delivery_split_date>=16.0dev,<16.1dev',

0 commit comments

Comments
 (0)