diff --git a/README.md b/README.md index 9c66d287096..a3f2e2ad5d6 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [stock_move_line_reference_link](stock_move_line_reference_link/) | 17.0.1.0.0 | | Add link in stock move line references. [stock_no_negative](stock_no_negative/) | 17.0.1.0.0 | | Disallow negative stock levels by default [stock_picking_auto_create_lot](stock_picking_auto_create_lot/) | 17.0.1.0.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Auto create lots for incoming pickings +[stock_picking_back2draft](stock_picking_back2draft/) | 17.0.1.0.0 | | Reopen cancelled pickings [stock_picking_filter_lot](stock_picking_filter_lot/) | 17.0.1.0.0 | | In picking out lots' selection, filter lots based on their location [stock_picking_invoice_link](stock_picking_invoice_link/) | 17.0.1.2.1 | | Adds link between pickings and invoices [stock_picking_origin_reference](stock_picking_origin_reference/) | 17.0.1.0.0 | | Add clickable button to the Transfer Source Document. diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 314ff28e4c2..666971d4e76 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "odoo-addons-oca-stock-logistics-workflow" -version = "17.0.20240829.0" +version = "17.0.20240904.0" dependencies = [ "odoo-addon-delivery_procurement_group_carrier>=17.0dev,<17.1dev", "odoo-addon-sale_order_global_stock_route>=17.0dev,<17.1dev", "odoo-addon-stock_move_line_reference_link>=17.0dev,<17.1dev", "odoo-addon-stock_no_negative>=17.0dev,<17.1dev", "odoo-addon-stock_picking_auto_create_lot>=17.0dev,<17.1dev", + "odoo-addon-stock_picking_back2draft>=17.0dev,<17.1dev", "odoo-addon-stock_picking_filter_lot>=17.0dev,<17.1dev", "odoo-addon-stock_picking_invoice_link>=17.0dev,<17.1dev", "odoo-addon-stock_picking_origin_reference>=17.0dev,<17.1dev", diff --git a/stock_picking_back2draft/README.rst b/stock_picking_back2draft/README.rst index ec57e60b23c..c9bdf99287f 100644 --- a/stock_picking_back2draft/README.rst +++ b/stock_picking_back2draft/README.rst @@ -7,7 +7,7 @@ Pickings back to draft !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5a854132f72a67c0d9581898b53f72c66c5bd3970c7e6decc46327853830fb1c + !! source digest: sha256:3d5dde1616f38227cdc4ab3a5a72be6b45d20ebe948b647e560418c265e3dd90 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -65,6 +65,7 @@ Contributors - Iván Montagud - Pimolnat Suntian - David Montull Guasch +- Marwan Behillil Maintainers ----------- diff --git a/stock_picking_back2draft/static/description/index.html b/stock_picking_back2draft/static/description/index.html index ccda145b8b4..37b3cae842e 100644 --- a/stock_picking_back2draft/static/description/index.html +++ b/stock_picking_back2draft/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 @@

Pickings back to draft

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:5a854132f72a67c0d9581898b53f72c66c5bd3970c7e6decc46327853830fb1c +!! source digest: sha256:3d5dde1616f38227cdc4ab3a5a72be6b45d20ebe948b647e560418c265e3dd90 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows to bring cancelled pickings back to draft

@@ -410,12 +411,15 @@

Contributors

  • Iván Montagud <ivan@studio73.es>
  • Pimolnat Suntian <pimolnats@ecosoft.co.th>
  • David Montull Guasch <david.montull@bt-group.com>
  • +
  • Marwan Behillil <marwan@riluxa.com>
  • 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.