Commit 715b506 1 parent 255348b commit 715b506 Copy full SHA for 715b506
File tree 5 files changed +5
-3
lines changed
5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ addon | version | maintainers | summary
26
26
[ purchase_advance_payment] ( purchase_advance_payment/ ) | 16.0.1.0.0 | | Allow to add advance payments on purchase orders
27
27
[ purchase_all_shipments] ( purchase_all_shipments/ ) | 16.0.1.0.0 | | Purchase All Shipments
28
28
[ 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
29
30
[ 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
30
31
[ purchase_default_terms_conditions] ( purchase_default_terms_conditions/ ) | 16.0.1.0.2 | | This module allows purchase default terms & conditions
31
32
[ 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Purchase Blanket Orders
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:7237471164928b8665c603ac9943005b2d6332ed46da07c0dd2e40b0862a793c
10
+ !! source digest: sha256:9b980d2265e0a94c9d2f216e37fff3bda9d17ea2725d9847cd274270f24f891d
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ <h1 class="title">Purchase Blanket Orders</h1>
366
366
!! This file is generated by oca-gen-addon-readme !!
367
367
!! changes will be overwritten. !!
368
368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:7237471164928b8665c603ac9943005b2d6332ed46da07c0dd2e40b0862a793c
369
+ !! source digest: sha256:9b980d2265e0a94c9d2f216e37fff3bda9d17ea2725d9847cd274270f24f891d
370
370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371
371
< 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&target_branch=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
372
372
< p > A purchase blanket order is a pre-agreement to purchase a certain number of
Original file line number Diff line number Diff line change 1
- 16.0.20240127 .0
1
+ 16.0.20240205 .0
Original file line number Diff line number Diff line change 13
13
'odoo-addon-purchase_advance_payment>=16.0dev,<16.1dev' ,
14
14
'odoo-addon-purchase_all_shipments>=16.0dev,<16.1dev' ,
15
15
'odoo-addon-purchase_allowed_product>=16.0dev,<16.1dev' ,
16
+ 'odoo-addon-purchase_blanket_order>=16.0dev,<16.1dev' ,
16
17
'odoo-addon-purchase_commercial_partner>=16.0dev,<16.1dev' ,
17
18
'odoo-addon-purchase_default_terms_conditions>=16.0dev,<16.1dev' ,
18
19
'odoo-addon-purchase_delivery_split_date>=16.0dev,<16.1dev' ,
You can’t perform that action at this time.
0 commit comments