Skip to content

Commit a02981d

Browse files
committed
[BOT] post-merge updates
1 parent 341f971 commit a02981d

File tree

6 files changed

+5
-3
lines changed

6 files changed

+5
-3
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ addon | version | maintainers | summary
4141
[purchase_exception](purchase_exception/) | 16.0.1.0.1 | | Custom exceptions on purchase order
4242
[purchase_fop_shipping](purchase_fop_shipping/) | 16.0.1.0.1 | | Purchase Free-Of-Payment shipping
4343
[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
4445
[purchase_invoice_method](purchase_invoice_method/) | 16.0.1.0.0 | | Allow to force the invoice method of a purchase
4546
[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
4647
[purchase_landed_cost](purchase_landed_cost/) | 16.0.1.0.0 | | Purchase cost distribution

purchase_force_invoiced_quantity/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Purchase Force Invoiced Quantity
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:433528b8a418503fc9905eb9c34985e7e6363e3735091e0ad424d1f25479828c
10+
!! source digest: sha256:e1885771b042f46156fefe89944fa3a364d4a3dd6f5682c87b2b4bd02a13027d
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Loading

purchase_force_invoiced_quantity/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Purchase Force Invoiced Quantity</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:433528b8a418503fc9905eb9c34985e7e6363e3735091e0ad424d1f25479828c
370+
!! source digest: sha256:e1885771b042f46156fefe89944fa3a364d4a3dd6f5682c87b2b4bd02a13027d
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<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>

setup/_metapackage/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20241203.0
1+
16.0.20241219.0

setup/_metapackage/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
'odoo-addon-purchase_exception>=16.0dev,<16.1dev',
2929
'odoo-addon-purchase_fop_shipping>=16.0dev,<16.1dev',
3030
'odoo-addon-purchase_force_invoiced>=16.0dev,<16.1dev',
31+
'odoo-addon-purchase_force_invoiced_quantity>=16.0dev,<16.1dev',
3132
'odoo-addon-purchase_invoice_method>=16.0dev,<16.1dev',
3233
'odoo-addon-purchase_invoice_plan>=16.0dev,<16.1dev',
3334
'odoo-addon-purchase_landed_cost>=16.0dev,<16.1dev',

0 commit comments

Comments
 (0)