diff --git a/README.md b/README.md index 95b25fc17f6..939cd659697 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ addon | version | maintainers | summary [sale_order_invoicing_grouping_criteria](sale_order_invoicing_grouping_criteria/) | 16.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Sales order invoicing grouping criteria [sale_order_invoicing_qty_percentage](sale_order_invoicing_qty_percentage/) | 16.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Sales order invoicing by percentage of the quantity [sale_order_invoicing_queued](sale_order_invoicing_queued/) | 16.0.1.0.0 | | Enqueue sales order invoicing +[sale_stock_picking_invoicing](sale_stock_picking_invoicing/) | 16.0.1.0.0 | [![mbcosta](https://github.com/mbcosta.png?size=30px)](https://github.com/mbcosta) [![renatonlima](https://github.com/renatonlima.png?size=30px)](https://github.com/renatonlima) | Sales Stock Picking Invocing [sale_timesheet_invoice_description](sale_timesheet_invoice_description/) | 16.0.1.0.0 | | Add timesheet details in invoice line [stock_account_move_reset_to_draft](stock_account_move_reset_to_draft/) | 16.0.1.0.1 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Stock account move reset to draft [stock_picking_invoicing](stock_picking_invoicing/) | 16.0.1.0.1 | | Stock Picking Invoicing diff --git a/sale_stock_picking_invoicing/README.rst b/sale_stock_picking_invoicing/README.rst index 3abc85a3ebb..f461c546c84 100644 --- a/sale_stock_picking_invoicing/README.rst +++ b/sale_stock_picking_invoicing/README.rst @@ -7,7 +7,7 @@ Sales Stock Picking Invocing !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c39cc35cdfeafd3361156b4cbcf173f922dfd8032d3fa193c0f1deec98237f12 + !! source digest: sha256:04176ed058a65885643a39835ebc1c66c09292a29f02cf2c6cf849bb1ea6796d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sale_stock_picking_invoicing/static/description/index.html b/sale_stock_picking_invoicing/static/description/index.html index 65b7f6b1ff0..e146d56dd1e 100644 --- a/sale_stock_picking_invoicing/static/description/index.html +++ b/sale_stock_picking_invoicing/static/description/index.html @@ -367,7 +367,7 @@

Sales Stock Picking Invocing

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c39cc35cdfeafd3361156b4cbcf173f922dfd8032d3fa193c0f1deec98237f12 +!! source digest: sha256:04176ed058a65885643a39835ebc1c66c09292a29f02cf2c6cf849bb1ea6796d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/account-invoicing Translate me on Weblate Try me on Runboat

This module extends Stock Picking Invoicing implementation to Sale, you can define the ‘Sale Invoicing Policy’:

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index b27ffbaff62..3a7c27a9669 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20250123.0 \ No newline at end of file +16.0.20250209.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 9192e558463..44faf4c1030 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -76,6 +76,7 @@ 'odoo-addon-sale_order_invoicing_grouping_criteria>=16.0dev,<16.1dev', 'odoo-addon-sale_order_invoicing_qty_percentage>=16.0dev,<16.1dev', 'odoo-addon-sale_order_invoicing_queued>=16.0dev,<16.1dev', + 'odoo-addon-sale_stock_picking_invoicing>=16.0dev,<16.1dev', 'odoo-addon-sale_timesheet_invoice_description>=16.0dev,<16.1dev', 'odoo-addon-stock_account_move_reset_to_draft>=16.0dev,<16.1dev', 'odoo-addon-stock_picking_invoicing>=16.0dev,<16.1dev',