Skip to content

Commit

Permalink
Merge pull request #385 from OCA/14.0
Browse files Browse the repository at this point in the history
Syncing from upstream OCA/management-system (14.0)
  • Loading branch information
bt-admin authored Dec 6, 2023
2 parents e413078 + d834546 commit 468d7ac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mgmtsystem_evaluation/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mgmtsystem_evaluation/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion mgmtsystem_evaluation/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Mgmtsystem Evaluation</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:d5f3ff8b4ecee4b8f900e50307a7b815911ca0592beec19f0677b08b53a18155
!! source digest: sha256:70388c15c76244d7450fca6127d9f41636bd35f826277fed39fcdecf04ecc08a
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/management-system/tree/14.0/mgmtsystem_evaluation"><img alt="OCA/management-system" src="https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/management-system-14-0/management-system-14-0-mgmtsystem_evaluation"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/management-system&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module allows to generate evaluations for any kind of models.</p>
Expand Down
2 changes: 1 addition & 1 deletion mgmtsystem_evaluation/views/mgmtsystem_evaluation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<field name="view_mode">tree,form</field>
<field
name="domain"
>[('model', '=', active_model), ('res_id', '=', 'active_id')]</field>
>[('model', '=', active_model), ('res_id', '=', active_id)]</field>
<field name="context">{}</field>
</record>

Expand Down

0 comments on commit 468d7ac

Please sign in to comment.