diff --git a/README.md b/README.md index dba86fd5b480..18d61a017285 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ addon | version | maintainers | summary [stock_valuation_layer_accounting_date](stock_valuation_layer_accounting_date/) | 16.0.1.0.0 | | Stock Valuation Layer Accounting Date [stock_valuation_layer_inventory_filter](stock_valuation_layer_inventory_filter/) | 16.0.1.0.1 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) | Allows to filter Inventory Adjustments on Stock Valuation Layers [stock_valuation_layer_total_value](stock_valuation_layer_total_value/) | 16.0.1.0.0 | | Show total value on tree and form view +[stock_vlm_mgmt](stock_vlm_mgmt/) | 16.0.1.0.0 | [![chienandalu](https://github.com/chienandalu.png?size=30px)](https://github.com/chienandalu) | Light self contained alternative for VLM integrations [stock_warehouse_calendar](stock_warehouse_calendar/) | 16.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Adds a calendar to the Warehouse diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 47ba42ab9f56..0835abec6359 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240712.0 \ No newline at end of file +16.0.20240712.1 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index a0167be3f894..d5a4ea98937a 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -57,6 +57,7 @@ 'odoo-addon-stock_valuation_layer_accounting_date>=16.0dev,<16.1dev', 'odoo-addon-stock_valuation_layer_inventory_filter>=16.0dev,<16.1dev', 'odoo-addon-stock_valuation_layer_total_value>=16.0dev,<16.1dev', + 'odoo-addon-stock_vlm_mgmt>=16.0dev,<16.1dev', 'odoo-addon-stock_warehouse_calendar>=16.0dev,<16.1dev', ], classifiers=[ diff --git a/stock_vlm_mgmt/README.rst b/stock_vlm_mgmt/README.rst index c31772ef7bc6..eda59deca483 100644 --- a/stock_vlm_mgmt/README.rst +++ b/stock_vlm_mgmt/README.rst @@ -7,7 +7,7 @@ Vertical Lift Module management !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:16cc58033099be982092f3cf06236fc4a8ab693fcfa4ff09ff5555062362ce43 + !! source digest: sha256:e7c2f9c03baa6e313f987c79682f7092674a11c68ff8c6858013583a317d506f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_vlm_mgmt/static/description/icon.png b/stock_vlm_mgmt/static/description/icon.png new file mode 100644 index 000000000000..3a0328b516c4 Binary files /dev/null and b/stock_vlm_mgmt/static/description/icon.png differ diff --git a/stock_vlm_mgmt/static/description/index.html b/stock_vlm_mgmt/static/description/index.html index 346d0ee5abf7..898c78344ae2 100644 --- a/stock_vlm_mgmt/static/description/index.html +++ b/stock_vlm_mgmt/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 @@

Vertical Lift Module management

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:16cc58033099be982092f3cf06236fc4a8ab693fcfa4ff09ff5555062362ce43 +!! source digest: sha256:e7c2f9c03baa6e313f987c79682f7092674a11c68ff8c6858013583a317d506f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds basic a management system for Vertical Lift Modules. It’s thought as @@ -436,7 +437,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.