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 48b7ec8d8115..9c66d287096e 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ addon | version | maintainers | summary [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_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. [stock_picking_purchase_order_link](stock_picking_purchase_order_link/) | 17.0.1.0.0 | | Link between picking and purchase order [stock_picking_sale_order_link](stock_picking_sale_order_link/) | 17.0.1.0.0 | | Link between picking and sale order [stock_picking_show_backorder](stock_picking_show_backorder/) | 17.0.1.0.0 | | Provides a new field on stock pickings, allowing to display the corresponding backorders. diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index ea75bf40a088..314ff28e4c20 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-stock-logistics-workflow" -version = "17.0.20240813.0" +version = "17.0.20240829.0" dependencies = [ "odoo-addon-delivery_procurement_group_carrier>=17.0dev,<17.1dev", "odoo-addon-sale_order_global_stock_route>=17.0dev,<17.1dev", @@ -9,6 +9,7 @@ dependencies = [ "odoo-addon-stock_picking_auto_create_lot>=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", "odoo-addon-stock_picking_purchase_order_link>=17.0dev,<17.1dev", "odoo-addon-stock_picking_sale_order_link>=17.0dev,<17.1dev", "odoo-addon-stock_picking_show_backorder>=17.0dev,<17.1dev", diff --git a/stock_picking_origin_reference/README.rst b/stock_picking_origin_reference/README.rst index 257425461f3e..5a29e60f5fea 100644 --- a/stock_picking_origin_reference/README.rst +++ b/stock_picking_origin_reference/README.rst @@ -7,7 +7,7 @@ Stock Picking Origin Reference !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8bb2f3d46f99b4facb606cf903e01be17aefff2f81dda8d2dbd6eef7bbcb4759 + !! source digest: sha256:6c29ced90633d4be714498b18069c48996a83f1333559ee270be87198a22be86 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_picking_origin_reference/static/description/index.html b/stock_picking_origin_reference/static/description/index.html index bb6c57d94d21..f319f1a2d212 100644 --- a/stock_picking_origin_reference/static/description/index.html +++ b/stock_picking_origin_reference/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 @@
The Source Document contains a text referencing to the Odoo document @@ -429,7 +430,9 @@
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.