diff --git a/README.md b/README.md index ee912089c4f..523c1a2216b 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ addon | version | maintainers | summary [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_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.0 | [![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.0 | | Stock Picking Invoicing [stock_picking_return_refund_option](stock_picking_return_refund_option/) | 16.0.1.0.1 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Update the refund options in pickings diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index ab74f6907ea..659ef47410b 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240927.1 \ No newline at end of file +16.0.20241104.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 99ba3f84236..d1cb56bd2f2 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -73,6 +73,7 @@ 'odoo-addon-sale_order_invoicing_qty_percentage>=16.0dev,<16.1dev', 'odoo-addon-sale_order_invoicing_queued>=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', 'odoo-addon-stock_picking_return_refund_option>=16.0dev,<16.1dev', ], diff --git a/stock_account_move_reset_to_draft/README.rst b/stock_account_move_reset_to_draft/README.rst index d05cbca7b57..ec66e59a7fc 100644 --- a/stock_account_move_reset_to_draft/README.rst +++ b/stock_account_move_reset_to_draft/README.rst @@ -7,7 +7,7 @@ Stock account move reset to draft !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:607846dfb2ebfa561ccc45ab5422470475824616c748ea2ef707adc4ae5d7eb7 + !! source digest: sha256:6e8006962f32c393170214dc0c507a93bdd0b2ba16026c963f287865071c6034 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_account_move_reset_to_draft/static/description/index.html b/stock_account_move_reset_to_draft/static/description/index.html index 9add9c93dec..2838aa8a500 100644 --- a/stock_account_move_reset_to_draft/static/description/index.html +++ b/stock_account_move_reset_to_draft/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 @@

Stock account move reset to draft

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:607846dfb2ebfa561ccc45ab5422470475824616c748ea2ef707adc4ae5d7eb7 +!! source digest: sha256:6e8006962f32c393170214dc0c507a93bdd0b2ba16026c963f287865071c6034 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows to restore a vendor bill to draft if SVLs linked to any invoice line @@ -433,7 +434,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.