diff --git a/README.md b/README.md index 3df5283eb088..45425ee14c16 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ addon | version | maintainers | summary [stock_picking_warn_message](stock_picking_warn_message/) | 14.0.2.0.0 | | Add a popup warning on picking to ensure warning is populated [stock_production_lot_active](stock_production_lot_active/) | 14.0.1.0.1 | [![ThomasBinsfeld](https://github.com/ThomasBinsfeld.png?size=30px)](https://github.com/ThomasBinsfeld) | Allow to archive/unarchive a lot. [stock_push_delay](stock_push_delay/) | 14.0.1.0.1 | | Manual evaluation of Push rules -[stock_putaway_by_route](stock_putaway_by_route/) | 14.0.1.0.0 | | Add a match by route on putaway, after product and categories +[stock_putaway_by_route](stock_putaway_by_route/) | 14.0.1.1.0 | | Add a match by route on putaway, after product and categories [stock_putaway_hook](stock_putaway_hook/) | 14.0.1.0.0 | | Add hooks allowing modules to add more putaway strategies [stock_quant_package_dimension](stock_quant_package_dimension/) | 14.0.2.2.0 | | Use dimensions on packages [stock_quant_package_dimension_total_weight_from_packaging](stock_quant_package_dimension_total_weight_from_packaging/) | 14.0.1.1.0 | | Estimated weight of a package diff --git a/stock_putaway_by_route/README.rst b/stock_putaway_by_route/README.rst index bda156cb4c44..ec279422d15c 100644 --- a/stock_putaway_by_route/README.rst +++ b/stock_putaway_by_route/README.rst @@ -7,7 +7,7 @@ Stock Putaway By Route !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:545ed906e1a8e25f5b981513601fb3f0e4c8a002f496b35b35797698ec656032 + !! source digest: sha256:1e9ec8e922950f264340be4e856a002c5ba26afb47e488956826e1ea908c530a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -80,6 +80,7 @@ Contributors Trobz * Dung Tran +* Michael Tietz (MT Software) Other credits ~~~~~~~~~~~~~ diff --git a/stock_putaway_by_route/__manifest__.py b/stock_putaway_by_route/__manifest__.py index 169a292760cf..84a9f826f2a5 100644 --- a/stock_putaway_by_route/__manifest__.py +++ b/stock_putaway_by_route/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Putaway By Route", "summary": "Add a match by route on putaway, after product and categories", - "version": "14.0.1.0.0", + "version": "14.0.1.1.0", "category": "Inventory", "website": "https://github.com/OCA/stock-logistics-workflow", "author": "Camptocamp, Odoo Community Association (OCA)", diff --git a/stock_putaway_by_route/static/description/index.html b/stock_putaway_by_route/static/description/index.html index 9fb93476be96..a06e3dc2fd37 100644 --- a/stock_putaway_by_route/static/description/index.html +++ b/stock_putaway_by_route/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,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. @@ -275,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 } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

Stock Putaway By Route

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:545ed906e1a8e25f5b981513601fb3f0e4c8a002f496b35b35797698ec656032 +!! source digest: sha256:1e9ec8e922950f264340be4e856a002c5ba26afb47e488956826e1ea908c530a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Add putaway rules based on a Stock Route.

@@ -424,6 +424,7 @@

Contributors

Trobz

@@ -436,7 +437,9 @@

Other credits

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.