diff --git a/README.md b/README.md index 04393b653d7..139fdaf2384 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [document_page_work_instruction](document_page_work_instruction/) | 18.0.1.0.0 | | Document Management - Wiki - Work Instructions [mgmtsystem](mgmtsystem/) | 18.0.1.0.0 | | Management System [mgmtsystem_action](mgmtsystem_action/) | 18.0.1.0.0 | | Management System - Action +[mgmtsystem_hazard](mgmtsystem_hazard/) | 18.0.1.0.0 | | Hazard [mgmtsystem_info_security_manual](mgmtsystem_info_security_manual/) | 18.0.1.0.0 | | Information Security Management System Manual [mgmtsystem_manual](mgmtsystem_manual/) | 18.0.1.0.0 | | Management System - Manual [mgmtsystem_nonconformity](mgmtsystem_nonconformity/) | 18.0.1.0.0 | | Management System - Nonconformity diff --git a/mgmtsystem_hazard/README.rst b/mgmtsystem_hazard/README.rst index ec60f54b541..6cc1c1cdbd6 100644 --- a/mgmtsystem_hazard/README.rst +++ b/mgmtsystem_hazard/README.rst @@ -7,7 +7,7 @@ Hazard !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8be0a93d6ae6bdc853ac63b31299c1f9c94084a39dbacce44689d61efd8ed897 + !! source digest: sha256:a315b5bc473eeff148c05c656a737f157e02a7d692f3f5be2e38e3092ccd0f37 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mgmtsystem_hazard/static/description/index.html b/mgmtsystem_hazard/static/description/index.html index 6236472d97f..6a2f797eadf 100644 --- a/mgmtsystem_hazard/static/description/index.html +++ b/mgmtsystem_hazard/static/description/index.html @@ -367,7 +367,7 @@

Hazard

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:8be0a93d6ae6bdc853ac63b31299c1f9c94084a39dbacce44689d61efd8ed897 +!! source digest: sha256:a315b5bc473eeff148c05c656a737f157e02a7d692f3f5be2e38e3092ccd0f37 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module enables you to manage the hazards and risks of your health diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 34f96b8583a..24632ab04c0 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.20250120.6" +version = "18.0.20250120.7" dependencies = [ "odoo-addon-document_page_environmental_aspect==18.0.*", "odoo-addon-document_page_procedure==18.0.*", @@ -8,6 +8,7 @@ dependencies = [ "odoo-addon-document_page_work_instruction==18.0.*", "odoo-addon-mgmtsystem==18.0.*", "odoo-addon-mgmtsystem_action==18.0.*", + "odoo-addon-mgmtsystem_hazard==18.0.*", "odoo-addon-mgmtsystem_info_security_manual==18.0.*", "odoo-addon-mgmtsystem_manual==18.0.*", "odoo-addon-mgmtsystem_nonconformity==18.0.*",