Maintainers
This module is maintained by the OCA.
-
+
+
+
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/README.md b/README.md index af07b55..238a3ab 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [stock_account_valuation_report](stock_account_valuation_report/) | 15.0.1.0.1 | | Improves logic of the Inventory Valuation Report [stock_card_report](stock_card_report/) | 15.0.1.0.0 | | Add stock card report on Inventory Reporting. [stock_move_value_report](stock_move_value_report/) | 15.0.1.0.0 | | Stock Move Cost Value Report +[stock_picking_auto_print](stock_picking_auto_print/) | 15.0.1.0.0 | | Print picking delivery slip automatically after validation [stock_picking_report_custom_description](stock_picking_report_custom_description/) | 15.0.1.0.0 | [](https://github.com/carlosdauden) | Show moves description in picking reports [stock_picking_report_external_note](stock_picking_report_external_note/) | 15.0.0.1.1 | [](https://github.com/Shide) | Adds a note in Stock Picking shown on external reports like Delivery Slip [stock_picking_report_internal_delivery_address](stock_picking_report_internal_delivery_address/) | 15.0.1.0.0 | | Show delivery address when picking type is internal diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 7292339..634fda8 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20230628.0 \ No newline at end of file +15.0.20241107.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 746f0f4..feac036 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -13,6 +13,7 @@ setuptools.setup( 'odoo-addon-stock_account_valuation_report>=15.0dev,<15.1dev', 'odoo-addon-stock_card_report>=15.0dev,<15.1dev', 'odoo-addon-stock_move_value_report>=15.0dev,<15.1dev', + 'odoo-addon-stock_picking_auto_print>=15.0dev,<15.1dev', 'odoo-addon-stock_picking_report_custom_description>=15.0dev,<15.1dev', 'odoo-addon-stock_picking_report_external_note>=15.0dev,<15.1dev', 'odoo-addon-stock_picking_report_internal_delivery_address>=15.0dev,<15.1dev', diff --git a/stock_picking_auto_print/README.rst b/stock_picking_auto_print/README.rst index f2f9973..81c8228 100644 --- a/stock_picking_auto_print/README.rst +++ b/stock_picking_auto_print/README.rst @@ -7,7 +7,7 @@ Stock Picking Auto Print !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7edeca4d86af2c7a6795bab19ea2e6749ccc34f49ef0a463a73c266514810ba2 + !! source digest: sha256:1b3b327256252e699743a51ab05785cd1063a58e97721f8c46af8cfd366956fe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_picking_auto_print/static/description/index.html b/stock_picking_auto_print/static/description/index.html index 11dc24d..9117c76 100644 --- a/stock_picking_auto_print/static/description/index.html +++ b/stock_picking_auto_print/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 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { 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.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7edeca4d86af2c7a6795bab19ea2e6749ccc34f49ef0a463a73c266514810ba2 +!! source digest: sha256:1b3b327256252e699743a51ab05785cd1063a58e97721f8c46af8cfd366956fe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This is a backport of the Odoo 17 functionality that allows to auto print delivery @@ -411,7 +412,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
This module is maintained by the OCA.
-
+
+
+
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.