diff --git a/README.md b/README.md index 64394f471c8f..c685372738d2 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ addon | version | maintainers | summary [stock_move_location](stock_move_location/) | 14.0.1.4.3 | | This module allows to move all stock in a stock location to an other one. [stock_mts_mto_mrp_rule](stock_mts_mto_mrp_rule/) | 14.0.1.0.1 | [![geomer198](https://github.com/geomer198.png?size=30px)](https://github.com/geomer198) [![CetmixGitDrone](https://github.com/CetmixGitDrone.png?size=30px)](https://github.com/CetmixGitDrone) | Stock MTS+MTO MRP Rule [stock_mts_mto_rule](stock_mts_mto_rule/) | 14.0.2.0.0 | | Add a MTS+MTO route -[stock_orderpoint_generator](stock_orderpoint_generator/) | 14.0.1.0.0 | | Mass configuration of stock order points +[stock_orderpoint_generator](stock_orderpoint_generator/) | 14.0.1.0.1 | | Mass configuration of stock order points [stock_orderpoint_manual_procurement](stock_orderpoint_manual_procurement/) | 14.0.1.0.5 | | Allows to create procurement orders from orderpoints instead of relying only on the scheduler. [stock_orderpoint_manual_procurement_uom](stock_orderpoint_manual_procurement_uom/) | 14.0.1.0.2 | | Glue module for stock_orderpoint_uom and stock_orderpoint_manual_procurement [stock_orderpoint_move_link](stock_orderpoint_move_link/) | 14.0.1.0.2 | | Link Reordering rules to stock moves diff --git a/stock_orderpoint_generator/README.rst b/stock_orderpoint_generator/README.rst index 6d6951dc9533..f7e837117d65 100644 --- a/stock_orderpoint_generator/README.rst +++ b/stock_orderpoint_generator/README.rst @@ -7,7 +7,7 @@ Order point generator !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7a12702fc7eacda2115540625b6160b3c78cf9b3a90a2f6f9b96f171a01f4f39 + !! source digest: sha256:1b115214c2a97aa776d37b02b0f6c6ffb93a2b5052fbd95e9f2dccc24bed8973 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_orderpoint_generator/__manifest__.py b/stock_orderpoint_generator/__manifest__.py index 510dd2ad899b..7079b3c6c05d 100644 --- a/stock_orderpoint_generator/__manifest__.py +++ b/stock_orderpoint_generator/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Order point generator", "summary": "Mass configuration of stock order points", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "author": "Camptocamp, " "Tecnativa, " "Odoo Community Association (OCA)", "category": "Warehouse", "license": "AGPL-3", diff --git a/stock_orderpoint_generator/static/description/index.html b/stock_orderpoint_generator/static/description/index.html index 4992116fe112..6da8c626aeb9 100644 --- a/stock_orderpoint_generator/static/description/index.html +++ b/stock_orderpoint_generator/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 @@

Order point generator

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7a12702fc7eacda2115540625b6160b3c78cf9b3a90a2f6f9b96f171a01f4f39 +!! source digest: sha256:1b115214c2a97aa776d37b02b0f6c6ffb93a2b5052fbd95e9f2dccc24bed8973 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Add a wizard to configure reordering rules for multiple products in one go, @@ -459,7 +459,9 @@

Contributors

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.