File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed
product_supplierinfo_purchase_contact Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ addon | version | maintainers | summary
23
23
--- | --- | --- | ---
24
24
[ procurement_purchase_no_grouping] ( procurement_purchase_no_grouping/ ) | 16.0.1.0.0 | | Procurement Purchase No Grouping
25
25
[ product_supplier_code_purchase] ( product_supplier_code_purchase/ ) | 16.0.1.0.0 | | This module adds to the purchase order line the supplier code defined in the product.
26
+ [ product_supplierinfo_purchase_contact] ( product_supplierinfo_purchase_contact/ ) | 16.0.1.0.0 | | Add Purchase Contact in product supplier info
26
27
[ product_supplierinfo_qty_multiplier] ( product_supplierinfo_qty_multiplier/ ) | 16.0.1.0.0 | [ ![ victoralmau] ( https://github.com/victoralmau.png?size=30px )] ( https://github.com/victoralmau ) [ ![ legalsylvain] ( https://github.com/legalsylvain.png?size=30px )] ( https://github.com/legalsylvain ) | Product supplierinfo qty multiplier
27
28
[ purchase_advance_payment] ( purchase_advance_payment/ ) | 16.0.1.0.1 | | Allow to add advance payments on purchase orders
28
29
[ purchase_all_shipments] ( purchase_all_shipments/ ) | 16.0.1.0.0 | | Purchase All Shipments
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Product Supplier Purchase Contact
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:2b2335f8ea79127403360883b46713395304079e663d64d45141ca493c4d4ed3
10
+ !! source digest: sha256:d1598d26a4766084ce5484761197815fadc9fbd2f45764a9dfdc3ef360c3df6b
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">Product Supplier Purchase Contact</h1>
366
366
!! This file is generated by oca-gen-addon-readme !!
367
367
!! changes will be overwritten. !!
368
368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:2b2335f8ea79127403360883b46713395304079e663d64d45141ca493c4d4ed3
369
+ !! source digest: sha256:d1598d26a4766084ce5484761197815fadc9fbd2f45764a9dfdc3ef360c3df6b
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/product_supplierinfo_purchase_contact "> < 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-product_supplierinfo_purchase_contact "> < 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 > This module adds Purchase contact field on supplier rates (product.supplierinfo)
Original file line number Diff line number Diff line change 1
- 16.0.20240511 .0
1
+ 16.0.20240603 .0
Original file line number Diff line number Diff line change 10
10
install_requires = [
11
11
'odoo-addon-procurement_purchase_no_grouping>=16.0dev,<16.1dev' ,
12
12
'odoo-addon-product_supplier_code_purchase>=16.0dev,<16.1dev' ,
13
+ 'odoo-addon-product_supplierinfo_purchase_contact>=16.0dev,<16.1dev' ,
13
14
'odoo-addon-product_supplierinfo_qty_multiplier>=16.0dev,<16.1dev' ,
14
15
'odoo-addon-purchase_advance_payment>=16.0dev,<16.1dev' ,
15
16
'odoo-addon-purchase_all_shipments>=16.0dev,<16.1dev' ,
You can’t perform that action at this time.
0 commit comments