From d93c90b29e5cfab2f0696ee572e4a48c090617e0 Mon Sep 17 00:00:00 2001 From: Kevin Luna Date: Tue, 5 Dec 2023 13:53:56 +0100 Subject: [PATCH 1/2] [14.0][FIX] mgmtsystem_evaluation: fix domain --- mgmtsystem_evaluation/views/mgmtsystem_evaluation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mgmtsystem_evaluation/views/mgmtsystem_evaluation.xml b/mgmtsystem_evaluation/views/mgmtsystem_evaluation.xml index fb06a7b16e1..ef979079d6c 100644 --- a/mgmtsystem_evaluation/views/mgmtsystem_evaluation.xml +++ b/mgmtsystem_evaluation/views/mgmtsystem_evaluation.xml @@ -156,7 +156,7 @@ tree,form [('model', '=', active_model), ('res_id', '=', 'active_id')] + >[('model', '=', active_model), ('res_id', '=', active_id)] {} From d83454686a7e36c4eb1aeacffc71eb0b49c240f5 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 5 Dec 2023 13:06:02 +0000 Subject: [PATCH 2/2] [BOT] post-merge updates --- README.md | 2 +- mgmtsystem_evaluation/README.rst | 2 +- mgmtsystem_evaluation/__manifest__.py | 2 +- mgmtsystem_evaluation/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2db787c45c3..3e881969443 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ addon | version | maintainers | summary [mgmtsystem_audit](mgmtsystem_audit/) | 14.0.1.0.0 | | Management System - Audit [mgmtsystem_claim](mgmtsystem_claim/) | 14.0.1.0.0 | | Management System - Claim [mgmtsystem_environment](mgmtsystem_environment/) | 14.0.1.0.0 | | Environment Management System -[mgmtsystem_evaluation](mgmtsystem_evaluation/) | 14.0.1.0.0 | | Evaluate records within your management system +[mgmtsystem_evaluation](mgmtsystem_evaluation/) | 14.0.1.0.1 | | Evaluate records within your management system [mgmtsystem_evaluation_hr](mgmtsystem_evaluation_hr/) | 14.0.1.0.0 | | Allow to use evaluations on Employees [mgmtsystem_hazard](mgmtsystem_hazard/) | 14.0.1.0.1 | | Hazard [mgmtsystem_hazard_risk](mgmtsystem_hazard_risk/) | 14.0.1.0.0 | | Hazard Risk diff --git a/mgmtsystem_evaluation/README.rst b/mgmtsystem_evaluation/README.rst index 2a46d43305d..3374f3bf32a 100644 --- a/mgmtsystem_evaluation/README.rst +++ b/mgmtsystem_evaluation/README.rst @@ -7,7 +7,7 @@ Mgmtsystem Evaluation !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:d5f3ff8b4ecee4b8f900e50307a7b815911ca0592beec19f0677b08b53a18155 + !! source digest: sha256:70388c15c76244d7450fca6127d9f41636bd35f826277fed39fcdecf04ecc08a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mgmtsystem_evaluation/__manifest__.py b/mgmtsystem_evaluation/__manifest__.py index 682a672e986..21ceaec8243 100644 --- a/mgmtsystem_evaluation/__manifest__.py +++ b/mgmtsystem_evaluation/__manifest__.py @@ -5,7 +5,7 @@ "name": "Mgmtsystem Evaluation", "summary": """ Evaluate records within your management system""", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "license": "AGPL-3", "author": "CreuBlanca,Odoo Community Association (OCA)", "website": "https://github.com/OCA/management-system", diff --git a/mgmtsystem_evaluation/static/description/index.html b/mgmtsystem_evaluation/static/description/index.html index 7466997b71d..1cf3b093e7a 100644 --- a/mgmtsystem_evaluation/static/description/index.html +++ b/mgmtsystem_evaluation/static/description/index.html @@ -367,7 +367,7 @@

Mgmtsystem Evaluation

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:d5f3ff8b4ecee4b8f900e50307a7b815911ca0592beec19f0677b08b53a18155 +!! source digest: sha256:70388c15c76244d7450fca6127d9f41636bd35f826277fed39fcdecf04ecc08a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows to generate evaluations for any kind of models.