diff --git a/README.md b/README.md index e79e732afd1..3b086097f18 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ addon | version | maintainers | summary [mgmtsystem_action](mgmtsystem_action/) | 18.0.1.0.0 | | Management System - Action [mgmtsystem_manual](mgmtsystem_manual/) | 18.0.1.0.0 | | Management System - Manual [mgmtsystem_nonconformity](mgmtsystem_nonconformity/) | 18.0.1.0.0 | | Management System - Nonconformity +[mgmtsystem_review](mgmtsystem_review/) | 18.0.1.0.0 | | Management System - Review [mgmtsystem_survey](mgmtsystem_survey/) | 18.0.1.0.0 | [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Management System - Survey [//]: # (end addons) diff --git a/mgmtsystem_review/README.rst b/mgmtsystem_review/README.rst index 55615b39054..ca2cdc245c2 100644 --- a/mgmtsystem_review/README.rst +++ b/mgmtsystem_review/README.rst @@ -7,7 +7,7 @@ Management System - Review !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:96b087d09286d648e4494f1ab0117413c8b44bc192fba98f89f0e6a7b8d551eb + !! source digest: sha256:e0e86a7abcff72f86e5ba6354a092441367ebcf6db009c1729ecb30734c0eb4f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mgmtsystem_review/static/description/index.html b/mgmtsystem_review/static/description/index.html index ba9488faf5b..15c38ef4708 100644 --- a/mgmtsystem_review/static/description/index.html +++ b/mgmtsystem_review/static/description/index.html @@ -367,7 +367,7 @@

Management System - Review

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:96b087d09286d648e4494f1ab0117413c8b44bc192fba98f89f0e6a7b8d551eb +!! source digest: sha256:e0e86a7abcff72f86e5ba6354a092441367ebcf6db009c1729ecb30734c0eb4f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module was written to help you manage the top management reviews of diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 25aca64673c..f9505618fc6 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-management-system" -version = "18.0.20241223.1" +version = "18.0.20250106.0" dependencies = [ "odoo-addon-document_page_procedure==18.0.*", "odoo-addon-document_page_quality_manual==18.0.*", @@ -9,6 +9,7 @@ dependencies = [ "odoo-addon-mgmtsystem_action==18.0.*", "odoo-addon-mgmtsystem_manual==18.0.*", "odoo-addon-mgmtsystem_nonconformity==18.0.*", + "odoo-addon-mgmtsystem_review==18.0.*", "odoo-addon-mgmtsystem_survey==18.0.*", ] classifiers=[