diff --git a/README.md b/README.md index b16997e7f..54717e416 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [ddmrp](ddmrp/) | 17.0.1.0.1 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Demand Driven Material Requirements Planning +[ddmrp_adjustment](ddmrp_adjustment/) | 17.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Allow to apply factor adjustments to buffers. [ddmrp_history](ddmrp_history/) | 17.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Allow to store historical data of DDMRP buffers. [ddmrp_warning](ddmrp_warning/) | 17.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Adds configuration warnings on stock buffers. diff --git a/ddmrp_adjustment/README.rst b/ddmrp_adjustment/README.rst index 614abf23c..8b9a8cab7 100644 --- a/ddmrp_adjustment/README.rst +++ b/ddmrp_adjustment/README.rst @@ -7,7 +7,7 @@ DDMRP Adjustment !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c1f514740d27bfc5ba4a70e5b12b7e10850097fadc0089d2550c20f01e0513f4 + !! source digest: sha256:bd7e82b797e257f9721f7068f080f66a8a153669faf7bb153e330f81a4169f57 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/ddmrp_adjustment/static/description/index.html b/ddmrp_adjustment/static/description/index.html index ca6a2e8d5..8a5d58070 100644 --- a/ddmrp_adjustment/static/description/index.html +++ b/ddmrp_adjustment/static/description/index.html @@ -366,7 +366,7 @@
Allow to extend DDMRP App to be able to apply Adjustments for diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 4ef27541f..e0b10259b 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-ddmrp" -version = "17.0.20240701.1" +version = "17.0.20240705.0" dependencies = [ "odoo-addon-ddmrp>=17.0dev,<17.1dev", + "odoo-addon-ddmrp_adjustment>=17.0dev,<17.1dev", "odoo-addon-ddmrp_history>=17.0dev,<17.1dev", "odoo-addon-ddmrp_warning>=17.0dev,<17.1dev", ]