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 2759b180badf..03f67fa0ed44 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ addon | version | maintainers | summary [stock_picking_reallocation](stock_picking_reallocation/) | 14.0.1.0.0 | | Allow to reallocate moves from a picking to several pickings. [stock_picking_restrict_cancel_printed](stock_picking_restrict_cancel_printed/) | 14.0.1.0.1 | | Prevent canceling a stock transfer if printed. [stock_picking_restrict_cancel_with_orig_move](stock_picking_restrict_cancel_with_orig_move/) | 14.0.1.0.1 | | Restrict cancellation of dest moves according to origin. +[stock_picking_return_lot](stock_picking_return_lot/) | 14.0.1.0.1 | | Propagate SN/lots from origin picking to return picking. [stock_picking_return_show_lot](stock_picking_return_show_lot/) | 14.0.1.0.1 | | This module allows to show lots in the picking return wizard before " "return picking creation. [stock_picking_sale_order_link](stock_picking_sale_order_link/) | 14.0.1.0.1 | | Link between picking and sale order [stock_picking_send_by_mail](stock_picking_send_by_mail/) | 14.0.1.0.0 | | Send stock picking by email diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index f3faa0f29908..0e6c1f1ec5e6 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20240514.0 \ No newline at end of file +14.0.20240621.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index c3325b3bce90..c5f8d7bbcce2 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -71,6 +71,7 @@ 'odoo14-addon-stock_picking_reallocation', 'odoo14-addon-stock_picking_restrict_cancel_printed', 'odoo14-addon-stock_picking_restrict_cancel_with_orig_move', + 'odoo14-addon-stock_picking_return_lot', 'odoo14-addon-stock_picking_return_show_lot', 'odoo14-addon-stock_picking_sale_order_link', 'odoo14-addon-stock_picking_send_by_mail', diff --git a/stock_picking_return_lot/README.rst b/stock_picking_return_lot/README.rst index 832b91ece820..27a53291f713 100644 --- a/stock_picking_return_lot/README.rst +++ b/stock_picking_return_lot/README.rst @@ -7,7 +7,7 @@ Stock Picking Return Lot !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:82bec00d20c2089c95e126a794f2e88ca78ef051a5012b60b502d56e03ddb5cc + !! source digest: sha256:a039386ff4a4425200e457d180c9f74b09f1f2c552b1c685f531a1d26c1d4740 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_picking_return_lot/__manifest__.py b/stock_picking_return_lot/__manifest__.py index 23c899eda65e..0cbf71f71209 100644 --- a/stock_picking_return_lot/__manifest__.py +++ b/stock_picking_return_lot/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Picking Return Lot", "summary": "Propagate SN/lots from origin picking to return picking.", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "license": "AGPL-3", "author": "Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-workflow", diff --git a/stock_picking_return_lot/static/description/index.html b/stock_picking_return_lot/static/description/index.html index 72913b4e27b2..b7f1a2c9e2d1 100644 --- a/stock_picking_return_lot/static/description/index.html +++ b/stock_picking_return_lot/static/description/index.html @@ -8,11 +8,10 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ +:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z 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. @@ -275,7 +274,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: gray; } /* line numbers */ +pre.code .ln { color: grey; } /* 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 } @@ -301,7 +300,7 @@ span.pre { white-space: pre } -span.problematic, pre.problematic { +span.problematic { color: red } span.section-subtitle { @@ -367,7 +366,7 @@
This module propagates serial numbers or lots from initial picking to return picking.
@@ -417,9 +416,7 @@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.