diff --git a/README.md b/README.md index 8d48b4c2b..c5225b5e4 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[mrp_production_note](mrp_production_note/) | 18.0.1.0.0 | | Notes in production orders [mrp_warehouse_calendar](mrp_warehouse_calendar/) | 18.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Considers the warehouse calendars in manufacturing [//]: # (end addons) diff --git a/mrp_production_note/README.rst b/mrp_production_note/README.rst index d2ab7301d..c4b787346 100644 --- a/mrp_production_note/README.rst +++ b/mrp_production_note/README.rst @@ -7,7 +7,7 @@ Notes in production orders !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c634ab84ccca8e39cf774d0524baa5d632784f965b7f15e62ea600d146010b81 + !! source digest: sha256:5f73f7c352d7cd9f8a4122ff18b08e78c2812cc593deab871b5d08e5bff03ed7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mrp_production_note/static/description/index.html b/mrp_production_note/static/description/index.html index d81571065..ee4b04cc0 100644 --- a/mrp_production_note/static/description/index.html +++ b/mrp_production_note/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c634ab84ccca8e39cf774d0524baa5d632784f965b7f15e62ea600d146010b81 +!! source digest: sha256:5f73f7c352d7cd9f8a4122ff18b08e78c2812cc593deab871b5d08e5bff03ed7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/manufacture Translate me on Weblate Try me on Runboat

This module creates in production orders a new field to add notes in diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index fa962621f..fa05a38f2 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-manufacture" -version = "18.0.20241126.0" +version = "18.0.20250107.0" dependencies = [ + "odoo-addon-mrp_production_note==18.0.*", "odoo-addon-mrp_warehouse_calendar==18.0.*", ] classifiers=[