diff --git a/README.md b/README.md index 2522389fc29..2a20078b1a0 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [document_page_procedure](document_page_procedure/) | 18.0.1.0.0 | | Document Management - Wiki - Procedures [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_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_manual/README.rst b/mgmtsystem_manual/README.rst index 50876f702c7..6d4d2c79cac 100644 --- a/mgmtsystem_manual/README.rst +++ b/mgmtsystem_manual/README.rst @@ -7,7 +7,7 @@ Management System - Manual !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:978e6683f982488316edf240934db22aa8ad85d0076a884946dd4a71b28cbeff + !! source digest: sha256:7a0329711be4d1789801d37c4e34e80da18528164554e0e77fef7646c66ffd32 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mgmtsystem_manual/static/description/index.html b/mgmtsystem_manual/static/description/index.html index f10a9aa4922..a452186f976 100644 --- a/mgmtsystem_manual/static/description/index.html +++ b/mgmtsystem_manual/static/description/index.html @@ -367,7 +367,7 @@
This module adds a menu item “Documentation” and is a dependency of:
diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 2426db3a4a4..09f2f1a0c61 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "odoo-addons-oca-management-system" -version = "18.0.20241202.0" +version = "18.0.20241203.0" dependencies = [ "odoo-addon-document_page_procedure==18.0.*", "odoo-addon-mgmtsystem==18.0.*", "odoo-addon-mgmtsystem_action==18.0.*", + "odoo-addon-mgmtsystem_manual==18.0.*", "odoo-addon-mgmtsystem_survey==18.0.*", ] classifiers=[