diff --git a/README.md b/README.md index c8e819affbe..454f2e1dd2e 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ addon | version | maintainers | summary [sale_exception_holidays_public](sale_exception_holidays_public/) | 16.0.1.0.1 | [![jbaudoux](https://github.com/jbaudoux.png?size=30px)](https://github.com/jbaudoux) | Raise a sale exception if there is a commitment_date on the SO and this date is a public holidays for the shipping partner address [sale_fixed_discount](sale_fixed_discount/) | 16.0.1.0.3 | | Allows to apply fixed amount discounts in sales orders. [sale_force_invoiced](sale_force_invoiced/) | 16.0.2.1.1 | | Allows to force the invoice status of the sales order to Invoiced +[sale_force_invoiced_quantity](sale_force_invoiced_quantity/) | 16.0.1.0.0 | | Add manual invoice quantity in sales order lines [sale_global_discount](sale_global_discount/) | 16.0.1.0.0 | | Sale Global Discount [sale_invoice_frequency](sale_invoice_frequency/) | 16.0.1.2.1 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) | Define the invoice frequency for customers [sale_invoice_policy](sale_invoice_policy/) | 16.0.2.0.0 | | Sales Management: let the user choose the invoice policy on the order diff --git a/sale_force_invoiced_quantity/README.rst b/sale_force_invoiced_quantity/README.rst index 92383df30e9..37f036076fa 100644 --- a/sale_force_invoiced_quantity/README.rst +++ b/sale_force_invoiced_quantity/README.rst @@ -7,7 +7,7 @@ Sale Force Invoiced Quantity !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:aed68344e4ef4cf235e4e8ad905d9787d95e07bdb9d455eaccce36afd0a8f698 + !! source digest: sha256:a85a9f97026e8d44dfb11f9c72144938cd83fee7030597fdd5062fa2eb6bf9e6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sale_force_invoiced_quantity/static/description/icon.png b/sale_force_invoiced_quantity/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/sale_force_invoiced_quantity/static/description/icon.png differ diff --git a/sale_force_invoiced_quantity/static/description/index.html b/sale_force_invoiced_quantity/static/description/index.html index eba45aaec19..dadfb31eb5a 100644 --- a/sale_force_invoiced_quantity/static/description/index.html +++ b/sale_force_invoiced_quantity/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

Sale Force Invoiced Quantity

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

Beta License: AGPL-3 OCA/sale-workflow Translate me on Weblate Try me on Runboat

This module add a new “Force Invoiced” field to sales order lines. This field is used as modifier when computing quantity to be invoiced.

@@ -450,7 +451,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 96eddc112a3..7266abf0f74 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240819.0 \ No newline at end of file +16.0.20240820.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 3c1eea2e947..bf87c7de21d 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -32,6 +32,7 @@ 'odoo-addon-sale_exception_holidays_public>=16.0dev,<16.1dev', 'odoo-addon-sale_fixed_discount>=16.0dev,<16.1dev', 'odoo-addon-sale_force_invoiced>=16.0dev,<16.1dev', + 'odoo-addon-sale_force_invoiced_quantity>=16.0dev,<16.1dev', 'odoo-addon-sale_global_discount>=16.0dev,<16.1dev', 'odoo-addon-sale_invoice_frequency>=16.0dev,<16.1dev', 'odoo-addon-sale_invoice_policy>=16.0dev,<16.1dev',