diff --git a/README.md b/README.md index 9210ca88b16..e79e732afd1 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [mgmtsystem](mgmtsystem/) | 18.0.1.0.0 | | Management System [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_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_nonconformity/README.rst b/mgmtsystem_nonconformity/README.rst index 16b7b2b46b8..694305ad9f4 100644 --- a/mgmtsystem_nonconformity/README.rst +++ b/mgmtsystem_nonconformity/README.rst @@ -7,7 +7,7 @@ Management System - Nonconformity !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5faf87fb11e2609147fb49b4fcf9920bd836083dcefba27f374144b36347371c + !! source digest: sha256:57e1bb2a15c3826a567703672d4cfbdb48423c142fe5503498462b6bb0d8549a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mgmtsystem_nonconformity/static/description/index.html b/mgmtsystem_nonconformity/static/description/index.html index d8f537ded62..9f7562b7989 100644 --- a/mgmtsystem_nonconformity/static/description/index.html +++ b/mgmtsystem_nonconformity/static/description/index.html @@ -367,7 +367,7 @@
This module enables you to manage the nonconformities of your management diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 30b08102162..25aca64673c 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.0" +version = "18.0.20241223.1" dependencies = [ "odoo-addon-document_page_procedure==18.0.*", "odoo-addon-document_page_quality_manual==18.0.*", @@ -8,6 +8,7 @@ dependencies = [ "odoo-addon-mgmtsystem==18.0.*", "odoo-addon-mgmtsystem_action==18.0.*", "odoo-addon-mgmtsystem_manual==18.0.*", + "odoo-addon-mgmtsystem_nonconformity==18.0.*", "odoo-addon-mgmtsystem_survey==18.0.*", ] classifiers=[