diff --git a/README.md b/README.md index 2a20078b1a0..2c87fdf03d5 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [document_page_procedure](document_page_procedure/) | 18.0.1.0.0 | | Document Management - Wiki - Procedures +[document_page_quality_manual](document_page_quality_manual/) | 18.0.1.0.0 | | Quality Manual [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 diff --git a/document_page_quality_manual/README.rst b/document_page_quality_manual/README.rst index 822426cd2b1..ca518c95cc2 100644 --- a/document_page_quality_manual/README.rst +++ b/document_page_quality_manual/README.rst @@ -7,7 +7,7 @@ Quality Manual !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:232c77315da27795fc56ea6c1a042dc543626dcd76ba2aaedacab07ce786225e + !! source digest: sha256:36ea0cba387981b7f97e2aefd6c4bcf68791a1707f6ce2fec745b6bd8f77fd14 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -41,20 +41,20 @@ Configuration To edit the quality manual template: -- Go to Management Systems > Configuration > Categories -- Select the Quality Manual category -- Edit the content +- Go to Management Systems > Configuration > Categories +- Select the Quality Manual category +- Edit the content Usage ===== To enter your quality manual: -- Go to Management Systems > Documentation > Manuals -- Create a new page -- Enter a title -- Select the Quality Manual category -- Fill in the content +- Go to Management Systems > Documentation > Manuals +- Create a new page +- Enter a title +- Select the Quality Manual category +- Fill in the content Bug Tracker =========== @@ -77,26 +77,26 @@ Authors Contributors ------------ -- Odoo SA +- Odoo SA -- Maxime Chambreuil +- Maxime Chambreuil -- Gervais Naoussi +- Gervais Naoussi -- Eugen Don +- Eugen Don -- Jose Maria Alzaga +- Jose Maria Alzaga -- `Tecnativa `__: +- `Tecnativa `__: - - Ernesto Tejeda + - Ernesto Tejeda -- `Trobz `__: +- `Trobz `__: - - Dung Tran - - Khoi (Kien Kim) + - Dung Tran + - Khoi (Kien Kim) -- Yvan Dotet +- Yvan Dotet Other credits ------------- @@ -104,7 +104,7 @@ Other credits The migration of this module from 17.0 to 18.0 was financially supported by: -- Camptocamp +- Camptocamp Maintainers ----------- diff --git a/document_page_quality_manual/static/description/index.html b/document_page_quality_manual/static/description/index.html index 0ddba7ded49..3a6cf100b1a 100644 --- a/document_page_quality_manual/static/description/index.html +++ b/document_page_quality_manual/static/description/index.html @@ -367,7 +367,7 @@

Quality Manual

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:232c77315da27795fc56ea6c1a042dc543626dcd76ba2aaedacab07ce786225e +!! source digest: sha256:36ea0cba387981b7f97e2aefd6c4bcf68791a1707f6ce2fec745b6bd8f77fd14 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module provides a quality manual template. The template has the diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 09f2f1a0c61..f191458d75b 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-management-system" -version = "18.0.20241203.0" +version = "18.0.20241203.1" dependencies = [ "odoo-addon-document_page_procedure==18.0.*", + "odoo-addon-document_page_quality_manual==18.0.*", "odoo-addon-mgmtsystem==18.0.*", "odoo-addon-mgmtsystem_action==18.0.*", "odoo-addon-mgmtsystem_manual==18.0.*",