Commit a02981d 1 parent 341f971 commit a02981d Copy full SHA for a02981d
File tree 6 files changed +5
-3
lines changed
purchase_force_invoiced_quantity
6 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ addon | version | maintainers | summary
41
41
[ purchase_exception] ( purchase_exception/ ) | 16.0.1.0.1 | | Custom exceptions on purchase order
42
42
[ purchase_fop_shipping] ( purchase_fop_shipping/ ) | 16.0.1.0.1 | | Purchase Free-Of-Payment shipping
43
43
[ purchase_force_invoiced] ( purchase_force_invoiced/ ) | 16.0.1.0.1 | | Allows to force the billing status of the purchase order to "Invoiced"
44
+ [ purchase_force_invoiced_quantity] ( purchase_force_invoiced_quantity/ ) | 16.0.1.0.0 | | Add manual invoice quantity in purchase order lines
44
45
[ purchase_invoice_method] ( purchase_invoice_method/ ) | 16.0.1.0.0 | | Allow to force the invoice method of a purchase
45
46
[ purchase_invoice_plan] ( purchase_invoice_plan/ ) | 16.0.1.0.0 | [ ![ kittiu] ( https://github.com/kittiu.png?size=30px )] ( https://github.com/kittiu ) | Add to purchases order, ability to manage future invoice plan
46
47
[ purchase_landed_cost] ( purchase_landed_cost/ ) | 16.0.1.0.0 | | Purchase cost distribution
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Purchase Force Invoiced Quantity
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:433528b8a418503fc9905eb9c34985e7e6363e3735091e0ad424d1f25479828c
10
+ !! source digest: sha256:e1885771b042f46156fefe89944fa3a364d4a3dd6f5682c87b2b4bd02a13027d
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 @@ -367,7 +367,7 @@ <h1 class="title">Purchase Force Invoiced Quantity</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:433528b8a418503fc9905eb9c34985e7e6363e3735091e0ad424d1f25479828c
370
+ !! source digest: sha256:e1885771b042f46156fefe89944fa3a364d4a3dd6f5682c87b2b4bd02a13027d
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< 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_force_invoiced_quantity "> < 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_force_invoiced_quantity "> < 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 >
373
373
< p > This module add a new “Force Invoiced” field to purchase order lines. This field is used as modifier when computing quantity to be invoiced.</ p >
Original file line number Diff line number Diff line change 1
- 16.0.20241203 .0
1
+ 16.0.20241219 .0
Original file line number Diff line number Diff line change 28
28
'odoo-addon-purchase_exception>=16.0dev,<16.1dev' ,
29
29
'odoo-addon-purchase_fop_shipping>=16.0dev,<16.1dev' ,
30
30
'odoo-addon-purchase_force_invoiced>=16.0dev,<16.1dev' ,
31
+ 'odoo-addon-purchase_force_invoiced_quantity>=16.0dev,<16.1dev' ,
31
32
'odoo-addon-purchase_invoice_method>=16.0dev,<16.1dev' ,
32
33
'odoo-addon-purchase_invoice_plan>=16.0dev,<16.1dev' ,
33
34
'odoo-addon-purchase_landed_cost>=16.0dev,<16.1dev' ,
You can’t perform that action at this time.
0 commit comments