Skip to content

Commit 9f42700

Browse files
committed
[BOT] post-merge updates
1 parent 047a0ac commit 9f42700

5 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ addon | version | maintainers | summary
5151
[purchase_fully_received](purchase_fully_received/) | 16.0.1.0.0 | | Useful filters in Purchases to know the actual status of shipments.and invoices
5252
[purchase_invoice_method](purchase_invoice_method/) | 16.0.1.0.0 | | Allow to force the invoice method of a purchase
5353
[purchase_invoice_new_picking_line](purchase_invoice_new_picking_line/) | 16.0.1.0.0 | | When creating an invoice from a purchase order, this module also adds invoice lines for products that were in the order's pickings but not in the order itself.
54+
[purchase_invoice_partial_status](purchase_invoice_partial_status/) | 16.0.1.0.0 | | Adds a 'Partially Invoiced' status to purchase orders for better invoice tracking.
5455
[purchase_invoice_plan](purchase_invoice_plan/) | 16.0.1.0.0 | <a href='https://github.com/kittiu'><img src='https://github.com/kittiu.png' width='32' height='32' style='border-radius:50%;' alt='kittiu'/></a> | Add to purchases order, ability to manage future invoice plan
5556
[purchase_invoice_status_line](purchase_invoice_status_line/) | 16.0.1.0.0 | <a href='https://github.com/JoanSForgeFlow'><img src='https://github.com/JoanSForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='JoanSForgeFlow'/></a> | Add invoice status on purchase order lines
5657
[purchase_landed_cost](purchase_landed_cost/) | 16.0.1.0.2 | | Purchase cost distribution

purchase_invoice_partial_status/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Purchase Invoice Status Partial
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:7ab9b46d8cd9b363a0c53b5ddd193484e2ae14deded592d47579a44ddd2992ba
14+
!! source digest: sha256:a521757670fbe321b90106e3184239e39724dbc9a43c2c607b466563b6249a73
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

purchase_invoice_partial_status/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Purchase Invoice Status Partial</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:7ab9b46d8cd9b363a0c53b5ddd193484e2ae14deded592d47579a44ddd2992ba
375+
!! source digest: sha256:a521757670fbe321b90106e3184239e39724dbc9a43c2c607b466563b6249a73
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/purchase-workflow/tree/16.0/purchase_invoice_partial_status"><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_invoice_partial_status"><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>
378378
<p>This module extends the purchase order functionality in Odoo by introducing a new invoicing status: ‘Partially Invoiced’.</p>

setup/_metapackage/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20260424.0
1+
16.0.20260429.0

setup/_metapackage/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
'odoo-addon-purchase_fully_received>=16.0dev,<16.1dev',
3838
'odoo-addon-purchase_invoice_method>=16.0dev,<16.1dev',
3939
'odoo-addon-purchase_invoice_new_picking_line>=16.0dev,<16.1dev',
40+
'odoo-addon-purchase_invoice_partial_status>=16.0dev,<16.1dev',
4041
'odoo-addon-purchase_invoice_plan>=16.0dev,<16.1dev',
4142
'odoo-addon-purchase_invoice_status_line>=16.0dev,<16.1dev',
4243
'odoo-addon-purchase_landed_cost>=16.0dev,<16.1dev',

0 commit comments

Comments
 (0)