diff --git a/README.md b/README.md index 23f545ca7ce..8361e553403 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,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_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_survey/README.rst b/mgmtsystem_survey/README.rst index 02a5b6db1c2..c4be3b88beb 100644 --- a/mgmtsystem_survey/README.rst +++ b/mgmtsystem_survey/README.rst @@ -7,7 +7,7 @@ Management System - Survey !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:42f78cdb4e988a5bab3078e782b27c4b9e2e288d0669ecf463314ebfd33d886b + !! source digest: sha256:bc02ffebcb1a81c48d8cabb5e9024924374bc765d21bd935c5ca211cf23babf8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mgmtsystem_survey/static/description/index.html b/mgmtsystem_survey/static/description/index.html index 9d7000838e1..4d3f2b555ba 100644 --- a/mgmtsystem_survey/static/description/index.html +++ b/mgmtsystem_survey/static/description/index.html @@ -367,7 +367,7 @@

Management System - Survey

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:42f78cdb4e988a5bab3078e782b27c4b9e2e288d0669ecf463314ebfd33d886b +!! source digest: sha256:bc02ffebcb1a81c48d8cabb5e9024924374bc765d21bd935c5ca211cf23babf8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module enables you to manage your customer satisfaction surveys and diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index ba021c95149..d0926b7de89 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-management-system" -version = "18.0.20241120.0" +version = "18.0.20241123.0" dependencies = [ "odoo-addon-mgmtsystem==18.0.*", "odoo-addon-mgmtsystem_action==18.0.*", + "odoo-addon-mgmtsystem_survey==18.0.*", ] classifiers=[ "Programming Language :: Python",