Hazard

mgmtsystem_hazard
REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/19.0/mgmtsystem_hazard
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYManagement Systems
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux, Gray Matter Logic
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux, Gray Matter Logic
COMMITTERS
COMMITTERSGitHub, Weblate, OCA-git-bot, oca-ci, Borruso
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/management-system:
    - mgmtsystem
    - mgmtsystem_risk
odoo/odoo:
    - base
    - hr
    - base_setup
    - web
    - digest
    - mail
    - bus
    - web_tour
    - html_editor
    - portal
    - http_routing
    - auth_signup
    - resource
    - phone_validation
    - resource_mail
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module enables you to manage the hazards and risks of your health
and safety management system.

Code Analysis

Views touched (18)
XML IDNameModelTypeStatus
view_mgmtsystem_hazard_control_measure_filter Control Measures mgmtsystem.hazard.control_measure search New
view_mgmtsystem_hazard_control_measure_form mgmtsystem.hazard.control_measure.form mgmtsystem.hazard.control_measure form New
view_mgmtsystem_hazard_control_measure_tree mgmtsystem.hazard.control_measure.tree mgmtsystem.hazard.control_measure list New
view_mgmtsystem_hazard_filter mgmtsystem.hazard.filter mgmtsystem.hazard search New
view_mgmtsystem_hazard_form mgmtsystem.hazard.form mgmtsystem.hazard form New
view_mgmtsystem_hazard_origin_filter Origins mgmtsystem.hazard.origin search New
view_mgmtsystem_hazard_origin_form mgmtsystem.hazard.origin.form mgmtsystem.hazard.origin form New
view_mgmtsystem_hazard_origin_tree mgmtsystem.hazard.origin.tree mgmtsystem.hazard.origin list New
view_mgmtsystem_hazard_test_filter Implementation Tests mgmtsystem.hazard.test search New
view_mgmtsystem_hazard_test_form mgmtsystem.hazard.test.form mgmtsystem.hazard.test form New
view_mgmtsystem_hazard_test_tree mgmtsystem.hazard.test.tree mgmtsystem.hazard.test list New
view_mgmtsystem_hazard_tree mgmtsystem.hazard.tree mgmtsystem.hazard list New
view_mgmtsystem_hazard_type_filter Types mgmtsystem.hazard.type search New
view_mgmtsystem_hazard_type_form mgmtsystem.hazard.type.form mgmtsystem.hazard.type form New
view_mgmtsystem_hazard_type_tree mgmtsystem.hazard.type.tree mgmtsystem.hazard.type list New
view_mgmtsystem_hazard_usage_filter Origins mgmtsystem.hazard.usage search New
view_mgmtsystem_hazard_usage_form mgmtsystem.hazard.usage.form mgmtsystem.hazard.usage form New
view_mgmtsystem_hazard_usage_tree mgmtsystem.hazard.usage.tree mgmtsystem.hazard.usage list New
Models touched (7)

New fields (15)
  • acceptability Boolean
  • analysis_date Date
    required=True args: 'Date'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • control_measure_ids One2many → mgmtsystem.hazard.control_measure
    args: 'mgmtsystem.hazard.control_measure', 'hazard_id', 'Control Measures'
  • department_id Many2one → hr.department
    required=True args: 'hr.department', 'Department'
  • hazard_id Many2one → mgmtsystem.hazard.hazard
    required=True args: 'mgmtsystem.hazard.hazard', 'Hazard'
  • justification Text
  • name Char
    required=True translate=True
  • origin_id Many2one → mgmtsystem.hazard.origin
    required=True args: 'mgmtsystem.hazard.origin', 'Origin'
  • probability_id Many2one → mgmtsystem.risk.probability
    args: 'mgmtsystem.risk.probability', 'Probability'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • severity_id Many2one → mgmtsystem.risk.severity
    args: 'mgmtsystem.risk.severity', 'Severity'
  • test_ids One2many → mgmtsystem.hazard.test
    args: 'mgmtsystem.hazard.test', 'hazard_id', 'Implementation Tests'
  • type_id Many2one → mgmtsystem.hazard.type
    required=True args: 'mgmtsystem.hazard.type', 'Type'
  • usage_id Many2one → mgmtsystem.hazard.usage
    args: 'mgmtsystem.hazard.usage', 'Occupation / Usage'
Public methods (0)

No public methods.

New fields (4)
  • comments Text
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Control Measure'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    translate=True
  • name Char
    required=True translate=True args: 'Hazard'
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
  • name Char
    required=True translate=True args: 'Origin'
Public methods (0)

No public methods.

New fields (5)
  • executed Boolean
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Test'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • review_date Date
    required=True
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
  • name Char
    required=True translate=True args: 'Type'
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
  • name Char
    required=True translate=True args: 'Occupation / Usage'
  • value Integer
    required=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/18.0/mgmtsystem_hazard
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - hr
    - base_setup
    - web
    - digest
    - mail
    - bus
    - web_tour
    - html_editor
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - phone_validation
    - resource_mail
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module enables you to manage the hazards and risks of your health
and safety management system.

Code Analysis

Views touched (24)
XML IDNameModelTypeStatus
view_mgmtsystem_hazard_control_measure_filter Control Measures mgmtsystem.hazard.control_measure search New
view_mgmtsystem_hazard_control_measure_form mgmtsystem.hazard.control_measure.form mgmtsystem.hazard.control_measure form New
view_mgmtsystem_hazard_control_measure_tree mgmtsystem.hazard.control_measure.tree mgmtsystem.hazard.control_measure list New
view_mgmtsystem_hazard_filter mgmtsystem.hazard.filter mgmtsystem.hazard search New
view_mgmtsystem_hazard_form mgmtsystem.hazard.form mgmtsystem.hazard form New
view_mgmtsystem_hazard_origin_filter Origins mgmtsystem.hazard.origin search New
view_mgmtsystem_hazard_origin_form mgmtsystem.hazard.origin.form mgmtsystem.hazard.origin form New
view_mgmtsystem_hazard_origin_tree mgmtsystem.hazard.origin.tree mgmtsystem.hazard.origin list New
view_mgmtsystem_hazard_probability_filter Probabilities mgmtsystem.hazard.probability search New
view_mgmtsystem_hazard_probability_form mgmtsystem.hazard.probability.form mgmtsystem.hazard.probability form New
view_mgmtsystem_hazard_probability_tree mgmtsystem.hazard.probability.tree mgmtsystem.hazard.probability list New
view_mgmtsystem_hazard_severity_filter Origins mgmtsystem.hazard.severity search New
view_mgmtsystem_hazard_severity_form mgmtsystem.hazard.severity.form mgmtsystem.hazard.severity form New
view_mgmtsystem_hazard_severity_tree mgmtsystem.hazard.severity.tree mgmtsystem.hazard.severity list New
view_mgmtsystem_hazard_test_filter Implementation Tests mgmtsystem.hazard.test search New
view_mgmtsystem_hazard_test_form mgmtsystem.hazard.test.form mgmtsystem.hazard.test form New
view_mgmtsystem_hazard_test_tree mgmtsystem.hazard.test.tree mgmtsystem.hazard.test list New
view_mgmtsystem_hazard_tree mgmtsystem.hazard.tree mgmtsystem.hazard list New
view_mgmtsystem_hazard_type_filter Types mgmtsystem.hazard.type search New
view_mgmtsystem_hazard_type_form mgmtsystem.hazard.type.form mgmtsystem.hazard.type form New
view_mgmtsystem_hazard_type_tree mgmtsystem.hazard.type.tree mgmtsystem.hazard.type list New
view_mgmtsystem_hazard_usage_filter Origins mgmtsystem.hazard.usage search New
view_mgmtsystem_hazard_usage_form mgmtsystem.hazard.usage.form mgmtsystem.hazard.usage form New
view_mgmtsystem_hazard_usage_tree mgmtsystem.hazard.usage.tree mgmtsystem.hazard.usage list New
Models touched (9)

New fields (15)
  • acceptability Boolean
  • analysis_date Date
    required=True args: 'Date'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • control_measure_ids One2many → mgmtsystem.hazard.control_measure
    args: 'mgmtsystem.hazard.control_measure', 'hazard_id', 'Control Measures'
  • department_id Many2one → hr.department
    required=True args: 'hr.department', 'Department'
  • hazard_id Many2one → mgmtsystem.hazard.hazard
    required=True args: 'mgmtsystem.hazard.hazard', 'Hazard'
  • justification Text
  • name Char
    required=True translate=True
  • origin_id Many2one → mgmtsystem.hazard.origin
    required=True args: 'mgmtsystem.hazard.origin', 'Origin'
  • probability_id Many2one → mgmtsystem.hazard.probability
    args: 'mgmtsystem.hazard.probability', 'Probability'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • severity_id Many2one → mgmtsystem.hazard.severity
    args: 'mgmtsystem.hazard.severity', 'Severity'
  • test_ids One2many → mgmtsystem.hazard.test
    args: 'mgmtsystem.hazard.test', 'hazard_id', 'Implementation Tests'
  • type_id Many2one → mgmtsystem.hazard.type
    required=True args: 'mgmtsystem.hazard.type', 'Type'
  • usage_id Many2one → mgmtsystem.hazard.usage
    args: 'mgmtsystem.hazard.usage', 'Occupation / Usage'
Public methods (0)

No public methods.

New fields (4)
  • comments Text
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Control Measure'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    translate=True
  • name Char
    required=True translate=True args: 'Hazard'
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
  • name Char
    required=True translate=True args: 'Origin'
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    required=False translate=False
  • name Char
    required=True translate=True args: 'Probability'
  • value Integer
    required=True
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    required=False translate=False
  • name Char
    required=True translate=True args: 'Severity'
  • value Integer
    required=True
Public methods (0)

No public methods.

New fields (5)
  • executed Boolean
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Test'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • review_date Date
    required=True
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
  • name Char
    required=True translate=True args: 'Type'
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
  • name Char
    required=True translate=True args: 'Occupation / Usage'
  • value Integer
    required=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/17.0/mgmtsystem_hazard
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSDaniel Reis, Víctor Martínez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - hr
    - base_setup
    - web
    - phone_validation
    - mail
    - bus
    - web_tour
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module enables you to manage the hazards and risks of your health
and safety management system.

Code Analysis

Views touched (24)
XML IDNameModelTypeStatus
view_mgmtsystem_hazard_control_measure_filter Control Measures mgmtsystem.hazard.control_measure search New
view_mgmtsystem_hazard_control_measure_form mgmtsystem.hazard.control_measure.form mgmtsystem.hazard.control_measure form New
view_mgmtsystem_hazard_control_measure_tree mgmtsystem.hazard.control_measure.tree mgmtsystem.hazard.control_measure tree New
view_mgmtsystem_hazard_filter mgmtsystem.hazard.filter mgmtsystem.hazard search New
view_mgmtsystem_hazard_form mgmtsystem.hazard.form mgmtsystem.hazard form New
view_mgmtsystem_hazard_origin_filter Origins mgmtsystem.hazard.origin search New
view_mgmtsystem_hazard_origin_form mgmtsystem.hazard.origin.form mgmtsystem.hazard.origin form New
view_mgmtsystem_hazard_origin_tree mgmtsystem.hazard.origin.tree mgmtsystem.hazard.origin tree New
view_mgmtsystem_hazard_probability_filter Probabilities mgmtsystem.hazard.probability search New
view_mgmtsystem_hazard_probability_form mgmtsystem.hazard.probability.form mgmtsystem.hazard.probability form New
view_mgmtsystem_hazard_probability_tree mgmtsystem.hazard.probability.tree mgmtsystem.hazard.probability tree New
view_mgmtsystem_hazard_severity_filter Origins mgmtsystem.hazard.severity search New
view_mgmtsystem_hazard_severity_form mgmtsystem.hazard.severity.form mgmtsystem.hazard.severity form New
view_mgmtsystem_hazard_severity_tree mgmtsystem.hazard.severity.tree mgmtsystem.hazard.severity tree New
view_mgmtsystem_hazard_test_filter Implementation Tests mgmtsystem.hazard.test search New
view_mgmtsystem_hazard_test_form mgmtsystem.hazard.test.form mgmtsystem.hazard.test form New
view_mgmtsystem_hazard_test_tree mgmtsystem.hazard.test.tree mgmtsystem.hazard.test tree New
view_mgmtsystem_hazard_tree mgmtsystem.hazard.tree mgmtsystem.hazard tree New
view_mgmtsystem_hazard_type_filter Types mgmtsystem.hazard.type search New
view_mgmtsystem_hazard_type_form mgmtsystem.hazard.type.form mgmtsystem.hazard.type form New
view_mgmtsystem_hazard_type_tree mgmtsystem.hazard.type.tree mgmtsystem.hazard.type tree New
view_mgmtsystem_hazard_usage_filter Origins mgmtsystem.hazard.usage search New
view_mgmtsystem_hazard_usage_form mgmtsystem.hazard.usage.form mgmtsystem.hazard.usage form New
view_mgmtsystem_hazard_usage_tree mgmtsystem.hazard.usage.tree mgmtsystem.hazard.usage tree New
Models touched (9)

New fields (15)
  • acceptability Boolean
  • analysis_date Date
    required=True args: 'Date'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • control_measure_ids One2many → mgmtsystem.hazard.control_measure
    args: 'mgmtsystem.hazard.control_measure', 'hazard_id', 'Control Measures'
  • department_id Many2one → hr.department
    required=True args: 'hr.department', 'Department'
  • hazard_id Many2one → mgmtsystem.hazard.hazard
    required=True args: 'mgmtsystem.hazard.hazard', 'Hazard'
  • justification Text
  • name Char
    required=True translate=True
  • origin_id Many2one → mgmtsystem.hazard.origin
    required=True args: 'mgmtsystem.hazard.origin', 'Origin'
  • probability_id Many2one → mgmtsystem.hazard.probability
    args: 'mgmtsystem.hazard.probability', 'Probability'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • severity_id Many2one → mgmtsystem.hazard.severity
    args: 'mgmtsystem.hazard.severity', 'Severity'
  • test_ids One2many → mgmtsystem.hazard.test
    args: 'mgmtsystem.hazard.test', 'hazard_id', 'Implementation Tests'
  • type_id Many2one → mgmtsystem.hazard.type
    required=True args: 'mgmtsystem.hazard.type', 'Type'
  • usage_id Many2one → mgmtsystem.hazard.usage
    args: 'mgmtsystem.hazard.usage', 'Occupation / Usage'
Public methods (0)

No public methods.

New fields (4)
  • comments Text
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Control Measure'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    translate=True
  • name Char
    required=True translate=True args: 'Hazard'
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
  • name Char
    required=True translate=True args: 'Origin'
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    required=False translate=False
  • name Char
    required=True translate=True args: 'Probability'
  • value Integer
    required=True
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    required=False translate=False
  • name Char
    required=True translate=True args: 'Severity'
  • value Integer
    required=True
Public methods (0)

No public methods.

New fields (5)
  • executed Boolean
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Test'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • review_date Date
    required=True
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
  • name Char
    required=True translate=True args: 'Type'
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
  • name Char
    required=True translate=True args: 'Occupation / Usage'
  • value Integer
    required=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/16.0/mgmtsystem_hazard
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, oca-ci, Luis Rodriguez, FernandoRomera
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:52
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - hr
    - base_setup
    - web
    - mail
    - bus
    - web_tour
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (27)
XML IDNameModelTypeStatus
view_mgmtsystem_hazard_control_measure_filter Control Measures mgmtsystem.hazard.control_measure search New
view_mgmtsystem_hazard_control_measure_form mgmtsystem.hazard.control_measure.form mgmtsystem.hazard.control_measure form New
view_mgmtsystem_hazard_control_measure_tree mgmtsystem.hazard.control_measure.tree mgmtsystem.hazard.control_measure tree New
view_mgmtsystem_hazard_filter mgmtsystem.hazard.filter mgmtsystem.hazard search New
view_mgmtsystem_hazard_form mgmtsystem.hazard.form mgmtsystem.hazard form New
view_mgmtsystem_hazard_hazard_filter mgmtsystem.hazard.hazard.filter mgmtsystem.hazard.hazard search New
view_mgmtsystem_hazard_hazard_form mgmtsystem.hazard.hazard.form mgmtsystem.hazard.hazard form New
view_mgmtsystem_hazard_hazard_tree mgmtsystem.hazard.hazard.tree mgmtsystem.hazard.hazard tree New
view_mgmtsystem_hazard_origin_filter Origins mgmtsystem.hazard.origin search New
view_mgmtsystem_hazard_origin_form mgmtsystem.hazard.origin.form mgmtsystem.hazard.origin form New
view_mgmtsystem_hazard_origin_tree mgmtsystem.hazard.origin.tree mgmtsystem.hazard.origin tree New
view_mgmtsystem_hazard_probability_filter Probabilities mgmtsystem.hazard.probability search New
view_mgmtsystem_hazard_probability_form mgmtsystem.hazard.probability.form mgmtsystem.hazard.probability form New
view_mgmtsystem_hazard_probability_tree mgmtsystem.hazard.probability.tree mgmtsystem.hazard.probability tree New
view_mgmtsystem_hazard_severity_filter Origins mgmtsystem.hazard.severity search New
view_mgmtsystem_hazard_severity_form mgmtsystem.hazard.severity.form mgmtsystem.hazard.severity form New
view_mgmtsystem_hazard_severity_tree mgmtsystem.hazard.severity.tree mgmtsystem.hazard.severity tree New
view_mgmtsystem_hazard_test_filter Implementation Tests mgmtsystem.hazard.test search New
view_mgmtsystem_hazard_test_form mgmtsystem.hazard.test.form mgmtsystem.hazard.test form New
view_mgmtsystem_hazard_test_tree mgmtsystem.hazard.test.tree mgmtsystem.hazard.test tree New
view_mgmtsystem_hazard_tree mgmtsystem.hazard.tree mgmtsystem.hazard tree New
view_mgmtsystem_hazard_type_filter Types mgmtsystem.hazard.type search New
view_mgmtsystem_hazard_type_form mgmtsystem.hazard.type.form mgmtsystem.hazard.type form New
view_mgmtsystem_hazard_type_tree mgmtsystem.hazard.type.tree mgmtsystem.hazard.type tree New
view_mgmtsystem_hazard_usage_filter Origins mgmtsystem.hazard.usage search New
view_mgmtsystem_hazard_usage_form mgmtsystem.hazard.usage.form mgmtsystem.hazard.usage form New
view_mgmtsystem_hazard_usage_tree mgmtsystem.hazard.usage.tree mgmtsystem.hazard.usage tree New
Models touched (9)

New fields (15)
  • acceptability Boolean
  • analysis_date Date
    required=True args: 'Date'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • control_measure_ids One2many → mgmtsystem.hazard.control_measure
    args: 'mgmtsystem.hazard.control_measure', 'hazard_id', 'Control Measures'
  • department_id Many2one → hr.department
    required=True args: 'hr.department', 'Department'
  • hazard_id Many2one → mgmtsystem.hazard.hazard
    required=True args: 'mgmtsystem.hazard.hazard', 'Hazard'
  • justification Text
  • name Char
    required=True translate=True
  • origin_id Many2one → mgmtsystem.hazard.origin
    required=True args: 'mgmtsystem.hazard.origin', 'Origin'
  • probability_id Many2one → mgmtsystem.hazard.probability
    args: 'mgmtsystem.hazard.probability', 'Probability'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • severity_id Many2one → mgmtsystem.hazard.severity
    args: 'mgmtsystem.hazard.severity', 'Severity'
  • test_ids One2many → mgmtsystem.hazard.test
    args: 'mgmtsystem.hazard.test', 'hazard_id', 'Implementation Tests'
  • type_id Many2one → mgmtsystem.hazard.type
    required=True args: 'mgmtsystem.hazard.type', 'Type'
  • usage_id Many2one → mgmtsystem.hazard.usage
    args: 'mgmtsystem.hazard.usage', 'Occupation / Usage'
Public methods (0)

No public methods.

New fields (4)
  • comments Text
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Control Measure'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    translate=True
  • name Char
    required=True translate=True args: 'Hazard'
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
  • name Char
    required=True translate=True args: 'Origin'
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    required=False translate=False
  • name Char
    required=True translate=True args: 'Probability'
  • value Integer
    required=True
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    required=False translate=False
  • name Char
    required=True translate=True args: 'Severity'
  • value Integer
    required=True
Public methods (0)

No public methods.

New fields (5)
  • executed Boolean
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Test'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • review_date Date
    required=True
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
  • name Char
    required=True translate=True args: 'Type'
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
  • name Char
    required=True translate=True args: 'Occupation / Usage'
  • value Integer
    required=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/15.0/mgmtsystem_hazard
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, oca-ci, oca-git-bot, YvanDotet
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:37
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - hr
    - base_setup
    - web
    - mail
    - bus
    - web_tour
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (24)
XML IDNameModelTypeStatus
view_mgmtsystem_hazard_control_measure_filter Control Measures mgmtsystem.hazard.control_measure search New
view_mgmtsystem_hazard_control_measure_form mgmtsystem.hazard.control_measure.form mgmtsystem.hazard.control_measure form New
view_mgmtsystem_hazard_control_measure_tree mgmtsystem.hazard.control_measure.tree mgmtsystem.hazard.control_measure tree New
view_mgmtsystem_hazard_filter mgmtsystem.hazard.filter mgmtsystem.hazard search New
view_mgmtsystem_hazard_form mgmtsystem.hazard.form mgmtsystem.hazard form New
view_mgmtsystem_hazard_origin_filter Origins mgmtsystem.hazard.origin search New
view_mgmtsystem_hazard_origin_form mgmtsystem.hazard.origin.form mgmtsystem.hazard.origin form New
view_mgmtsystem_hazard_origin_tree mgmtsystem.hazard.origin.tree mgmtsystem.hazard.origin tree New
view_mgmtsystem_hazard_probability_filter Probabilities mgmtsystem.hazard.probability search New
view_mgmtsystem_hazard_probability_form mgmtsystem.hazard.probability.form mgmtsystem.hazard.probability form New
view_mgmtsystem_hazard_probability_tree mgmtsystem.hazard.probability.tree mgmtsystem.hazard.probability tree New
view_mgmtsystem_hazard_severity_filter Origins mgmtsystem.hazard.severity search New
view_mgmtsystem_hazard_severity_form mgmtsystem.hazard.severity.form mgmtsystem.hazard.severity form New
view_mgmtsystem_hazard_severity_tree mgmtsystem.hazard.severity.tree mgmtsystem.hazard.severity tree New
view_mgmtsystem_hazard_test_filter Implementation Tests mgmtsystem.hazard.test search New
view_mgmtsystem_hazard_test_form mgmtsystem.hazard.test.form mgmtsystem.hazard.test form New
view_mgmtsystem_hazard_test_tree mgmtsystem.hazard.test.tree mgmtsystem.hazard.test tree New
view_mgmtsystem_hazard_tree mgmtsystem.hazard.tree mgmtsystem.hazard tree New
view_mgmtsystem_hazard_type_filter Types mgmtsystem.hazard.type search New
view_mgmtsystem_hazard_type_form mgmtsystem.hazard.type.form mgmtsystem.hazard.type form New
view_mgmtsystem_hazard_type_tree mgmtsystem.hazard.type.tree mgmtsystem.hazard.type tree New
view_mgmtsystem_hazard_usage_filter Origins mgmtsystem.hazard.usage search New
view_mgmtsystem_hazard_usage_form mgmtsystem.hazard.usage.form mgmtsystem.hazard.usage form New
view_mgmtsystem_hazard_usage_tree mgmtsystem.hazard.usage.tree mgmtsystem.hazard.usage tree New
Models touched (9)

New fields (15)
  • acceptability Boolean
  • analysis_date Date
    required=True args: 'Date'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • control_measure_ids One2many → mgmtsystem.hazard.control_measure
    args: 'mgmtsystem.hazard.control_measure', 'hazard_id', 'Control Measures'
  • department_id Many2one → hr.department
    required=True args: 'hr.department', 'Department'
  • hazard_id Many2one → mgmtsystem.hazard.hazard
    required=True args: 'mgmtsystem.hazard.hazard', 'Hazard'
  • justification Text
  • name Char
    required=True translate=True
  • origin_id Many2one → mgmtsystem.hazard.origin
    required=True args: 'mgmtsystem.hazard.origin', 'Origin'
  • probability_id Many2one → mgmtsystem.hazard.probability
    args: 'mgmtsystem.hazard.probability', 'Probability'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • severity_id Many2one → mgmtsystem.hazard.severity
    args: 'mgmtsystem.hazard.severity', 'Severity'
  • test_ids One2many → mgmtsystem.hazard.test
    args: 'mgmtsystem.hazard.test', 'hazard_id', 'Implementation Tests'
  • type_id Many2one → mgmtsystem.hazard.type
    required=True args: 'mgmtsystem.hazard.type', 'Type'
  • usage_id Many2one → mgmtsystem.hazard.usage
    args: 'mgmtsystem.hazard.usage', 'Occupation / Usage'
Public methods (0)

No public methods.

New fields (4)
  • comments Text
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Control Measure'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    translate=True
  • name Char
    required=True translate=True args: 'Hazard'
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
  • name Char
    required=True translate=True args: 'Origin'
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    required=False translate=False
  • name Char
    required=True translate=True args: 'Probability'
  • value Integer
    required=True
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    required=False translate=False
  • name Char
    required=True translate=True args: 'Severity'
  • value Integer
    required=True
Public methods (0)

No public methods.

New fields (5)
  • executed Boolean
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Test'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • review_date Date
    required=True
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
  • name Char
    required=True translate=True args: 'Type'
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
  • name Char
    required=True translate=True args: 'Occupation / Usage'
  • value Integer
    required=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/14.0/mgmtsystem_hazard
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, oca-ci, aromera, oca-git-bot, Diego Fuentes
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:04
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - hr
    - base_setup
    - web
    - mail
    - bus
    - web_tour
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (24)
XML IDNameModelTypeStatus
view_mgmtsystem_hazard_control_measure_filter Control Measures mgmtsystem.hazard.control_measure search New
view_mgmtsystem_hazard_control_measure_form mgmtsystem.hazard.control_measure.form mgmtsystem.hazard.control_measure form New
view_mgmtsystem_hazard_control_measure_tree mgmtsystem.hazard.control_measure.tree mgmtsystem.hazard.control_measure tree New
view_mgmtsystem_hazard_filter mgmtsystem.hazard.filter mgmtsystem.hazard search New
view_mgmtsystem_hazard_form mgmtsystem.hazard.form mgmtsystem.hazard form New
view_mgmtsystem_hazard_origin_filter Origins mgmtsystem.hazard.origin search New
view_mgmtsystem_hazard_origin_form mgmtsystem.hazard.origin.form mgmtsystem.hazard.origin form New
view_mgmtsystem_hazard_origin_tree mgmtsystem.hazard.origin.tree mgmtsystem.hazard.origin tree New
view_mgmtsystem_hazard_probability_filter Probabilities mgmtsystem.hazard.probability search New
view_mgmtsystem_hazard_probability_form mgmtsystem.hazard.probability.form mgmtsystem.hazard.probability form New
view_mgmtsystem_hazard_probability_tree mgmtsystem.hazard.probability.tree mgmtsystem.hazard.probability tree New
view_mgmtsystem_hazard_severity_filter Origins mgmtsystem.hazard.severity search New
view_mgmtsystem_hazard_severity_form mgmtsystem.hazard.severity.form mgmtsystem.hazard.severity form New
view_mgmtsystem_hazard_severity_tree mgmtsystem.hazard.severity.tree mgmtsystem.hazard.severity tree New
view_mgmtsystem_hazard_test_filter Implementation Tests mgmtsystem.hazard.test search New
view_mgmtsystem_hazard_test_form mgmtsystem.hazard.test.form mgmtsystem.hazard.test form New
view_mgmtsystem_hazard_test_tree mgmtsystem.hazard.test.tree mgmtsystem.hazard.test tree New
view_mgmtsystem_hazard_tree mgmtsystem.hazard.tree mgmtsystem.hazard tree New
view_mgmtsystem_hazard_type_filter Types mgmtsystem.hazard.type search New
view_mgmtsystem_hazard_type_form mgmtsystem.hazard.type.form mgmtsystem.hazard.type form New
view_mgmtsystem_hazard_type_tree mgmtsystem.hazard.type.tree mgmtsystem.hazard.type tree New
view_mgmtsystem_hazard_usage_filter Origins mgmtsystem.hazard.usage search New
view_mgmtsystem_hazard_usage_form mgmtsystem.hazard.usage.form mgmtsystem.hazard.usage form New
view_mgmtsystem_hazard_usage_tree mgmtsystem.hazard.usage.tree mgmtsystem.hazard.usage tree New
Models touched (9)

New fields (15)
  • acceptability Boolean
    args: 'Acceptability'
  • analysis_date Date
    required=True args: 'Date'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • control_measure_ids One2many → mgmtsystem.hazard.control_measure
    args: 'mgmtsystem.hazard.control_measure', 'hazard_id', 'Control Measures'
  • department_id Many2one → hr.department
    required=True args: 'hr.department', 'Department'
  • hazard_id Many2one → mgmtsystem.hazard.hazard
    required=True args: 'mgmtsystem.hazard.hazard', 'Hazard'
  • justification Text
    args: 'Justification'
  • name Char
    required=True translate=True args: 'Name'
  • origin_id Many2one → mgmtsystem.hazard.origin
    required=True args: 'mgmtsystem.hazard.origin', 'Origin'
  • probability_id Many2one → mgmtsystem.hazard.probability
    args: 'mgmtsystem.hazard.probability', 'Probability'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • severity_id Many2one → mgmtsystem.hazard.severity
    args: 'mgmtsystem.hazard.severity', 'Severity'
  • test_ids One2many → mgmtsystem.hazard.test
    args: 'mgmtsystem.hazard.test', 'hazard_id', 'Implementation Tests'
  • type_id Many2one → mgmtsystem.hazard.type
    required=True args: 'mgmtsystem.hazard.type', 'Type'
  • usage_id Many2one → mgmtsystem.hazard.usage
    args: 'mgmtsystem.hazard.usage', 'Occupation / Usage'
Public methods (0)

No public methods.

New fields (4)
  • comments Text
    args: 'Comments'
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Control Measure'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    translate=True args: 'Description'
  • name Char
    required=True translate=True args: 'Hazard'
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    args: 'Description'
  • name Char
    required=True translate=True args: 'Origin'
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    required=False translate=False args: 'Description'
  • name Char
    required=True translate=True args: 'Probability'
  • value Integer
    required=True args: 'Value'
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    required=False translate=False args: 'Description'
  • name Char
    required=True translate=True args: 'Severity'
  • value Integer
    required=True args: 'Value'
Public methods (0)

No public methods.

New fields (5)
  • executed Boolean
    args: 'Executed'
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Test'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • review_date Date
    required=True args: 'Review Date'
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    args: 'Description'
  • name Char
    required=True translate=True args: 'Type'
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    args: 'Description'
  • name Char
    required=True translate=True args: 'Occupation / Usage'
  • value Integer
    required=True args: 'Value'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/13.0/mgmtsystem_hazard
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSDaniel Reis, OCA Transbot, Víctor Martínez, oca-travis, Weblate, OCA-git-bot, Iván Todorovich, flachica
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - hr
    - base_setup
    - web
    - mail
    - bus
    - web_tour
    - resource
    - mail_bot
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (24)
XML IDNameModelTypeStatus
view_mgmtsystem_hazard_control_measure_filter Control Measures mgmtsystem.hazard.control_measure search New
view_mgmtsystem_hazard_control_measure_form mgmtsystem.hazard.control_measure.form mgmtsystem.hazard.control_measure form New
view_mgmtsystem_hazard_control_measure_tree mgmtsystem.hazard.control_measure.tree mgmtsystem.hazard.control_measure tree New
view_mgmtsystem_hazard_filter mgmtsystem.hazard.filter mgmtsystem.hazard search New
view_mgmtsystem_hazard_form mgmtsystem.hazard.form mgmtsystem.hazard form New
view_mgmtsystem_hazard_origin_filter Origins mgmtsystem.hazard.origin search New
view_mgmtsystem_hazard_origin_form mgmtsystem.hazard.origin.form mgmtsystem.hazard.origin form New
view_mgmtsystem_hazard_origin_tree mgmtsystem.hazard.origin.tree mgmtsystem.hazard.origin tree New
view_mgmtsystem_hazard_probability_filter Probabilities mgmtsystem.hazard.probability search New
view_mgmtsystem_hazard_probability_form mgmtsystem.hazard.probability.form mgmtsystem.hazard.probability form New
view_mgmtsystem_hazard_probability_tree mgmtsystem.hazard.probability.tree mgmtsystem.hazard.probability tree New
view_mgmtsystem_hazard_severity_filter Origins mgmtsystem.hazard.severity search New
view_mgmtsystem_hazard_severity_form mgmtsystem.hazard.severity.form mgmtsystem.hazard.severity form New
view_mgmtsystem_hazard_severity_tree mgmtsystem.hazard.severity.tree mgmtsystem.hazard.severity tree New
view_mgmtsystem_hazard_test_filter Implementation Tests mgmtsystem.hazard.test search New
view_mgmtsystem_hazard_test_form mgmtsystem.hazard.test.form mgmtsystem.hazard.test form New
view_mgmtsystem_hazard_test_tree mgmtsystem.hazard.test.tree mgmtsystem.hazard.test tree New
view_mgmtsystem_hazard_tree mgmtsystem.hazard.tree mgmtsystem.hazard tree New
view_mgmtsystem_hazard_type_filter Types mgmtsystem.hazard.type search New
view_mgmtsystem_hazard_type_form mgmtsystem.hazard.type.form mgmtsystem.hazard.type form New
view_mgmtsystem_hazard_type_tree mgmtsystem.hazard.type.tree mgmtsystem.hazard.type tree New
view_mgmtsystem_hazard_usage_filter Origins mgmtsystem.hazard.usage search New
view_mgmtsystem_hazard_usage_form mgmtsystem.hazard.usage.form mgmtsystem.hazard.usage form New
view_mgmtsystem_hazard_usage_tree mgmtsystem.hazard.usage.tree mgmtsystem.hazard.usage tree New
Models touched (9)

New fields (15)
  • acceptability Boolean
    args: 'Acceptability'
  • analysis_date Date
    required=True args: 'Date'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • control_measure_ids One2many → mgmtsystem.hazard.control_measure
    args: 'mgmtsystem.hazard.control_measure', 'hazard_id', 'Control Measures'
  • department_id Many2one → hr.department
    required=True args: 'hr.department', 'Department'
  • hazard_id Many2one → mgmtsystem.hazard.hazard
    required=True args: 'mgmtsystem.hazard.hazard', 'Hazard'
  • justification Text
    args: 'Justification'
  • name Char
    required=True translate=True args: 'Name'
  • origin_id Many2one → mgmtsystem.hazard.origin
    required=True args: 'mgmtsystem.hazard.origin', 'Origin'
  • probability_id Many2one → mgmtsystem.hazard.probability
    args: 'mgmtsystem.hazard.probability', 'Probability'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • severity_id Many2one → mgmtsystem.hazard.severity
    args: 'mgmtsystem.hazard.severity', 'Severity'
  • test_ids One2many → mgmtsystem.hazard.test
    args: 'mgmtsystem.hazard.test', 'hazard_id', 'Implementation Tests'
  • type_id Many2one → mgmtsystem.hazard.type
    required=True args: 'mgmtsystem.hazard.type', 'Type'
  • usage_id Many2one → mgmtsystem.hazard.usage
    args: 'mgmtsystem.hazard.usage', 'Occupation / Usage'
Public methods (0)

No public methods.

New fields (4)
  • comments Text
    args: 'Comments'
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Control Measure'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    translate=True args: 'Description'
  • name Char
    required=True translate=True args: 'Hazard'
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    args: 'Description'
  • name Char
    required=True translate=True args: 'Origin'
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    required=False translate=False args: 'Description'
  • name Char
    required=True translate=True args: 'Probability'
  • value Integer
    required=True args: 'Value'
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    required=False translate=False args: 'Description'
  • name Char
    required=True translate=True args: 'Severity'
  • value Integer
    required=True args: 'Value'
Public methods (0)

No public methods.

New fields (5)
  • executed Boolean
    args: 'Executed'
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Test'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • review_date Date
    required=True args: 'Review Date'
Public methods (0)

No public methods.

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    args: 'Description'
  • name Char
    required=True translate=True args: 'Type'
Public methods (0)

No public methods.

New fields (4)
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • description Text
    args: 'Description'
  • name Char
    required=True translate=True args: 'Occupation / Usage'
  • value Integer
    required=True args: 'Value'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/12.0/mgmtsystem_hazard
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSGitHub, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - hr
    - base_setup
    - web
    - mail
    - bus
    - web_tour
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (27)
XML IDNameModelTypeStatus
view_mgmtsystem_hazard_control_measure_filter Control Measures mgmtsystem.hazard.control_measure search New
view_mgmtsystem_hazard_control_measure_form mgmtsystem.hazard.control_measure.form mgmtsystem.hazard.control_measure form New
view_mgmtsystem_hazard_control_measure_tree mgmtsystem.hazard.control_measure.tree mgmtsystem.hazard.control_measure tree New
view_mgmtsystem_hazard_filter mgmtsystem.hazard.filter mgmtsystem.hazard search New
view_mgmtsystem_hazard_form mgmtsystem.hazard.form mgmtsystem.hazard form New
view_mgmtsystem_hazard_origin_filter Origins mgmtsystem.hazard.origin search New
view_mgmtsystem_hazard_origin_filter Origins mgmtsystem.hazard.origin search New
view_mgmtsystem_hazard_origin_form mgmtsystem.hazard.origin.form mgmtsystem.hazard.origin form New
view_mgmtsystem_hazard_origin_form mgmtsystem.hazard.origin.form mgmtsystem.hazard.origin form New
view_mgmtsystem_hazard_origin_tree mgmtsystem.hazard.origin.tree mgmtsystem.hazard.origin tree New
view_mgmtsystem_hazard_origin_tree mgmtsystem.hazard.origin.tree mgmtsystem.hazard.origin tree New
view_mgmtsystem_hazard_probability_filter Probabilities mgmtsystem.hazard.probability search New
view_mgmtsystem_hazard_probability_form mgmtsystem.hazard.probability.form mgmtsystem.hazard.probability form New
view_mgmtsystem_hazard_probability_tree mgmtsystem.hazard.probability.tree mgmtsystem.hazard.probability tree New
view_mgmtsystem_hazard_severity_filter Origins mgmtsystem.hazard.severity search New
view_mgmtsystem_hazard_severity_form mgmtsystem.hazard.severity.form mgmtsystem.hazard.severity form New
view_mgmtsystem_hazard_severity_tree mgmtsystem.hazard.severity.tree mgmtsystem.hazard.severity tree New
view_mgmtsystem_hazard_test_filter Implementation Tests mgmtsystem.hazard.test search New
view_mgmtsystem_hazard_test_form mgmtsystem.hazard.test.form mgmtsystem.hazard.test form New
view_mgmtsystem_hazard_test_tree mgmtsystem.hazard.test.tree mgmtsystem.hazard.test tree New
view_mgmtsystem_hazard_tree mgmtsystem.hazard.tree mgmtsystem.hazard tree New
view_mgmtsystem_hazard_type_filter Types mgmtsystem.hazard.type search New
view_mgmtsystem_hazard_type_form mgmtsystem.hazard.type.form mgmtsystem.hazard.type form New
view_mgmtsystem_hazard_type_tree mgmtsystem.hazard.type.tree mgmtsystem.hazard.type tree New
view_mgmtsystem_hazard_usage_filter Origins mgmtsystem.hazard.usage search New
view_mgmtsystem_hazard_usage_form mgmtsystem.hazard.usage.form mgmtsystem.hazard.usage form New
view_mgmtsystem_hazard_usage_tree mgmtsystem.hazard.usage.tree mgmtsystem.hazard.usage tree New
Models touched (9)

New fields (15)
  • acceptability Boolean
    args: 'Acceptability'
  • analysis_date Date
    required=True args: 'Date'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • control_measure_ids One2many → mgmtsystem.hazard.control_measure
    args: 'mgmtsystem.hazard.control_measure', 'hazard_id', 'Control Measures'
  • department_id Many2one → hr.department
    required=True args: 'hr.department', 'Department'
  • hazard_id Many2one → mgmtsystem.hazard.hazard
    required=True args: 'mgmtsystem.hazard.hazard', 'Hazard'
  • justification Text
    args: 'Justification'
  • name Char
    required=True translate=True args: 'Name'
  • origin_id Many2one → mgmtsystem.hazard.origin
    required=True args: 'mgmtsystem.hazard.origin', 'Origin'
  • probability_id Many2one → mgmtsystem.hazard.probability
    args: 'mgmtsystem.hazard.probability', 'Probability'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • severity_id Many2one → mgmtsystem.hazard.severity
    args: 'mgmtsystem.hazard.severity', 'Severity'
  • test_ids One2many → mgmtsystem.hazard.test
    args: 'mgmtsystem.hazard.test', 'hazard_id', 'Implementation Tests'
  • type_id Many2one → mgmtsystem.hazard.type
    required=True args: 'mgmtsystem.hazard.type', 'Type'
  • usage_id Many2one → mgmtsystem.hazard.usage
    args: 'mgmtsystem.hazard.usage', 'Occupation / Usage'
Public methods (0)

No public methods.

New fields (4)
  • comments Text
    args: 'Comments'
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Control Measure'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
Public methods (0)

No public methods.

New fields (2)
  • description Text
    translate=True args: 'Description'
  • name Char
    required=True translate=True args: 'Hazard'
Public methods (0)

No public methods.

New fields (2)
  • description Text
    args: 'Description'
  • name Char
    required=True translate=True args: 'Origin'
Public methods (0)

No public methods.

New fields (3)
  • description Text
    required=False translate=False args: 'Description'
  • name Char
    required=True translate=True args: 'Probability'
  • value Integer
    required=True args: 'Value'
Public methods (0)

No public methods.

New fields (3)
  • description Text
    required=False translate=False args: 'Description'
  • name Char
    required=True translate=True args: 'Severity'
  • value Integer
    required=True args: 'Value'
Public methods (0)

No public methods.

New fields (5)
  • executed Boolean
    args: 'Executed'
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Test'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • review_date Date
    required=True args: 'Review Date'
Public methods (0)

No public methods.

New fields (2)
  • description Text
    args: 'Description'
  • name Char
    required=True translate=True args: 'Type'
Public methods (0)

No public methods.

New fields (3)
  • description Text
    args: 'Description'
  • name Char
    required=True translate=True args: 'Occupation / Usage'
  • value Integer
    required=True args: 'Value'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/10.0/mgmtsystem_hazard
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, Nadege
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
    - knowledge
OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - hr
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (27)
XML IDNameModelTypeStatus
view_mgmtsystem_hazard_control_measure_filter Control Measures mgmtsystem.hazard.control_measure search New
view_mgmtsystem_hazard_control_measure_form mgmtsystem.hazard.control_measure.form mgmtsystem.hazard.control_measure form New
view_mgmtsystem_hazard_control_measure_tree mgmtsystem.hazard.control_measure.tree mgmtsystem.hazard.control_measure tree New
view_mgmtsystem_hazard_filter mgmtsystem.hazard.filter mgmtsystem.hazard search New
view_mgmtsystem_hazard_form mgmtsystem.hazard.form mgmtsystem.hazard form New
view_mgmtsystem_hazard_origin_filter Origins mgmtsystem.hazard.origin search New
view_mgmtsystem_hazard_origin_filter Origins mgmtsystem.hazard.origin search New
view_mgmtsystem_hazard_origin_form mgmtsystem.hazard.origin.form mgmtsystem.hazard.origin form New
view_mgmtsystem_hazard_origin_form mgmtsystem.hazard.origin.form mgmtsystem.hazard.origin form New
view_mgmtsystem_hazard_origin_tree mgmtsystem.hazard.origin.tree mgmtsystem.hazard.origin tree New
view_mgmtsystem_hazard_origin_tree mgmtsystem.hazard.origin.tree mgmtsystem.hazard.origin tree New
view_mgmtsystem_hazard_probability_filter Probabilities mgmtsystem.hazard.probability search New
view_mgmtsystem_hazard_probability_form mgmtsystem.hazard.probability.form mgmtsystem.hazard.probability form New
view_mgmtsystem_hazard_probability_tree mgmtsystem.hazard.probability.tree mgmtsystem.hazard.probability tree New
view_mgmtsystem_hazard_severity_filter Origins mgmtsystem.hazard.severity search New
view_mgmtsystem_hazard_severity_form mgmtsystem.hazard.severity.form mgmtsystem.hazard.severity form New
view_mgmtsystem_hazard_severity_tree mgmtsystem.hazard.severity.tree mgmtsystem.hazard.severity tree New
view_mgmtsystem_hazard_test_filter Implementation Tests mgmtsystem.hazard.test search New
view_mgmtsystem_hazard_test_form mgmtsystem.hazard.test.form mgmtsystem.hazard.test form New
view_mgmtsystem_hazard_test_tree mgmtsystem.hazard.test.tree mgmtsystem.hazard.test tree New
view_mgmtsystem_hazard_tree mgmtsystem.hazard.tree mgmtsystem.hazard tree New
view_mgmtsystem_hazard_type_filter Types mgmtsystem.hazard.type search New
view_mgmtsystem_hazard_type_form mgmtsystem.hazard.type.form mgmtsystem.hazard.type form New
view_mgmtsystem_hazard_type_tree mgmtsystem.hazard.type.tree mgmtsystem.hazard.type tree New
view_mgmtsystem_hazard_usage_filter Origins mgmtsystem.hazard.usage search New
view_mgmtsystem_hazard_usage_form mgmtsystem.hazard.usage.form mgmtsystem.hazard.usage form New
view_mgmtsystem_hazard_usage_tree mgmtsystem.hazard.usage.tree mgmtsystem.hazard.usage tree New
Models touched (9)

New fields (15)
  • acceptability Boolean
    args: 'Acceptability'
  • analysis_date Date
    required=True args: 'Date'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • control_measure_ids One2many → mgmtsystem.hazard.control_measure
    args: 'mgmtsystem.hazard.control_measure', 'hazard_id', 'Control Measures'
  • department_id Many2one → hr.department
    required=True args: 'hr.department', 'Department'
  • hazard_id Many2one → mgmtsystem.hazard.hazard
    required=True args: 'mgmtsystem.hazard.hazard', 'Hazard'
  • justification Text
    args: 'Justification'
  • name Char
    required=True translate=True args: 'Name'
  • origin_id Many2one → mgmtsystem.hazard.origin
    required=True args: 'mgmtsystem.hazard.origin', 'Origin'
  • probability_id Many2one → mgmtsystem.hazard.probability
    args: 'mgmtsystem.hazard.probability', 'Probability'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • severity_id Many2one → mgmtsystem.hazard.severity
    args: 'mgmtsystem.hazard.severity', 'Severity'
  • test_ids One2many → mgmtsystem.hazard.test
    args: 'mgmtsystem.hazard.test', 'hazard_id', 'Implementation Tests'
  • type_id Many2one → mgmtsystem.hazard.type
    required=True args: 'mgmtsystem.hazard.type', 'Type'
  • usage_id Many2one → mgmtsystem.hazard.usage
    args: 'mgmtsystem.hazard.usage', 'Occupation / Usage'
Public methods (0)

No public methods.

New fields (4)
  • comments Text
    args: 'Comments'
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Control Measure'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
Public methods (0)

No public methods.

New fields (2)
  • description Text
    translate=True args: 'Description'
  • name Char
    required=True translate=True args: 'Hazard'
Public methods (0)

No public methods.

New fields (2)
  • description Text
    args: 'Description'
  • name Char
    required=True translate=True args: 'Origin'
Public methods (0)

No public methods.

New fields (3)
  • description Text
    required=False translate=False args: 'Description'
  • name Char
    required=True translate=True args: 'Probability'
  • value Integer
    required=True args: 'Value'
Public methods (0)

No public methods.

New fields (3)
  • description Text
    required=False translate=False args: 'Description'
  • name Char
    required=True translate=True args: 'Severity'
  • value Integer
    required=True args: 'Value'
Public methods (0)

No public methods.

New fields (5)
  • executed Boolean
    args: 'Executed'
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Test'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • review_date Date
    required=True args: 'Review Date'
Public methods (0)

No public methods.

New fields (2)
  • description Text
    args: 'Description'
  • name Char
    required=True translate=True args: 'Type'
Public methods (0)

No public methods.

New fields (3)
  • description Text
    args: 'Description'
  • name Char
    required=True translate=True args: 'Occupation / Usage'
  • value Integer
    required=True args: 'Value'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/9.0/mgmtsystem_hazard
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, Nadege Grandjean
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:22
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
    - knowledge
OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - board
    - web
    - mail
    - base_setup
    - web_kanban
    - bus
    - hr
    - resource
    - web_tip
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (27)
XML IDNameModelTypeStatus
view_mgmtsystem_hazard_control_measure_filter Control Measures mgmtsystem.hazard.control_measure search New
view_mgmtsystem_hazard_control_measure_form mgmtsystem.hazard.control_measure.form mgmtsystem.hazard.control_measure form New
view_mgmtsystem_hazard_control_measure_tree mgmtsystem.hazard.control_measure.tree mgmtsystem.hazard.control_measure tree New
view_mgmtsystem_hazard_filter mgmtsystem.hazard.filter mgmtsystem.hazard search New
view_mgmtsystem_hazard_form mgmtsystem.hazard.form mgmtsystem.hazard form New
view_mgmtsystem_hazard_origin_filter Origins mgmtsystem.hazard.origin search New
view_mgmtsystem_hazard_origin_filter Origins mgmtsystem.hazard.origin search New
view_mgmtsystem_hazard_origin_form mgmtsystem.hazard.origin.form mgmtsystem.hazard.origin form New
view_mgmtsystem_hazard_origin_form mgmtsystem.hazard.origin.form mgmtsystem.hazard.origin form New
view_mgmtsystem_hazard_origin_tree mgmtsystem.hazard.origin.tree mgmtsystem.hazard.origin tree New
view_mgmtsystem_hazard_origin_tree mgmtsystem.hazard.origin.tree mgmtsystem.hazard.origin tree New
view_mgmtsystem_hazard_probability_filter Probabilities mgmtsystem.hazard.probability search New
view_mgmtsystem_hazard_probability_form mgmtsystem.hazard.probability.form mgmtsystem.hazard.probability form New
view_mgmtsystem_hazard_probability_tree mgmtsystem.hazard.probability.tree mgmtsystem.hazard.probability tree New
view_mgmtsystem_hazard_severity_filter Origins mgmtsystem.hazard.severity search New
view_mgmtsystem_hazard_severity_form mgmtsystem.hazard.severity.form mgmtsystem.hazard.severity form New
view_mgmtsystem_hazard_severity_tree mgmtsystem.hazard.severity.tree mgmtsystem.hazard.severity tree New
view_mgmtsystem_hazard_test_filter Implementation Tests mgmtsystem.hazard.test search New
view_mgmtsystem_hazard_test_form mgmtsystem.hazard.test.form mgmtsystem.hazard.test form New
view_mgmtsystem_hazard_test_tree mgmtsystem.hazard.test.tree mgmtsystem.hazard.test tree New
view_mgmtsystem_hazard_tree mgmtsystem.hazard.tree mgmtsystem.hazard tree New
view_mgmtsystem_hazard_type_filter Types mgmtsystem.hazard.type search New
view_mgmtsystem_hazard_type_form mgmtsystem.hazard.type.form mgmtsystem.hazard.type form New
view_mgmtsystem_hazard_type_tree mgmtsystem.hazard.type.tree mgmtsystem.hazard.type tree New
view_mgmtsystem_hazard_usage_filter Origins mgmtsystem.hazard.usage search New
view_mgmtsystem_hazard_usage_form mgmtsystem.hazard.usage.form mgmtsystem.hazard.usage form New
view_mgmtsystem_hazard_usage_tree mgmtsystem.hazard.usage.tree mgmtsystem.hazard.usage tree New
Models touched (9)

New fields (15)
  • acceptability Boolean
    args: 'Acceptability'
  • analysis_date Date
    required=True args: 'Date'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • control_measure_ids One2many → mgmtsystem.hazard.control_measure
    args: 'mgmtsystem.hazard.control_measure', 'hazard_id', 'Control Measures'
  • department_id Many2one → hr.department
    required=True args: 'hr.department', 'Department'
  • hazard_id Many2one → mgmtsystem.hazard.hazard
    required=True args: 'mgmtsystem.hazard.hazard', 'Hazard'
  • justification Text
    args: 'Justification'
  • name Char
    required=True translate=True args: 'Name'
  • origin_id Many2one → mgmtsystem.hazard.origin
    required=True args: 'mgmtsystem.hazard.origin', 'Origin'
  • probability_id Many2one → mgmtsystem.hazard.probability
    args: 'mgmtsystem.hazard.probability', 'Probability'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • severity_id Many2one → mgmtsystem.hazard.severity
    args: 'mgmtsystem.hazard.severity', 'Severity'
  • test_ids One2many → mgmtsystem.hazard.test
    args: 'mgmtsystem.hazard.test', 'hazard_id', 'Implementation Tests'
  • type_id Many2one → mgmtsystem.hazard.type
    required=True args: 'mgmtsystem.hazard.type', 'Type'
  • usage_id Many2one → mgmtsystem.hazard.usage
    args: 'mgmtsystem.hazard.usage', 'Occupation / Usage'
Public methods (0)

No public methods.

New fields (4)
  • comments Text
    args: 'Comments'
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Control Measure'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
Public methods (0)

No public methods.

New fields (2)
  • description Text
    translate=True args: 'Description'
  • name Char
    required=True translate=True args: 'Hazard'
Public methods (0)

No public methods.

New fields (2)
  • description Text
    args: 'Description'
  • name Char
    required=True translate=True args: 'Origin'
Public methods (0)

No public methods.

New fields (3)
  • description Text
    required=False translate=False args: 'Description'
  • name Char
    required=True translate=True args: 'Probability'
  • value Integer
    required=True args: 'Value'
Public methods (0)

No public methods.

New fields (3)
  • description Text
    required=False translate=False args: 'Description'
  • name Char
    required=True translate=True args: 'Severity'
  • value Integer
    required=True args: 'Value'
Public methods (0)

No public methods.

New fields (5)
  • executed Boolean
    args: 'Executed'
  • hazard_id Many2one → mgmtsystem.hazard
    ondelete='cascade' required=False select=True args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Test'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • review_date Date
    required=True args: 'Review Date'
Public methods (0)

No public methods.

New fields (2)
  • description Text
    args: 'Description'
  • name Char
    required=True translate=True args: 'Type'
Public methods (0)

No public methods.

New fields (3)
  • description Text
    args: 'Description'
  • name Char
    required=True translate=True args: 'Occupation / Usage'
  • value Integer
    required=True args: 'Value'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/8.0/mgmtsystem_hazard
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSStéphane Bidoul, Maxime Chambreuil, Daniel Reis, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - board
    - web
    - knowledge
    - base_setup
    - web_kanban
    - mail
    - hr
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (27)
XML IDNameModelTypeStatus
view_mgmtsystem_hazard_control_measure_filter Control Measures mgmtsystem.hazard.control_measure search New
view_mgmtsystem_hazard_control_measure_form mgmtsystem.hazard.control_measure.form mgmtsystem.hazard.control_measure form New
view_mgmtsystem_hazard_control_measure_tree mgmtsystem.hazard.control_measure.tree mgmtsystem.hazard.control_measure tree New
view_mgmtsystem_hazard_filter mgmtsystem.hazard.filter mgmtsystem.hazard search New
view_mgmtsystem_hazard_form mgmtsystem.hazard.form mgmtsystem.hazard form New
view_mgmtsystem_hazard_origin_filter Origins mgmtsystem.hazard.origin search New
view_mgmtsystem_hazard_origin_filter Origins mgmtsystem.hazard.origin search New
view_mgmtsystem_hazard_origin_form mgmtsystem.hazard.origin.form mgmtsystem.hazard.origin form New
view_mgmtsystem_hazard_origin_form mgmtsystem.hazard.origin.form mgmtsystem.hazard.origin form New
view_mgmtsystem_hazard_origin_tree mgmtsystem.hazard.origin.tree mgmtsystem.hazard.origin tree New
view_mgmtsystem_hazard_origin_tree mgmtsystem.hazard.origin.tree mgmtsystem.hazard.origin tree New
view_mgmtsystem_hazard_probability_filter Probabilities mgmtsystem.hazard.probability search New
view_mgmtsystem_hazard_probability_form mgmtsystem.hazard.probability.form mgmtsystem.hazard.probability form New
view_mgmtsystem_hazard_probability_tree mgmtsystem.hazard.probability.tree mgmtsystem.hazard.probability tree New
view_mgmtsystem_hazard_severity_filter Origins mgmtsystem.hazard.severity search New
view_mgmtsystem_hazard_severity_form mgmtsystem.hazard.severity.form mgmtsystem.hazard.severity form New
view_mgmtsystem_hazard_severity_tree mgmtsystem.hazard.severity.tree mgmtsystem.hazard.severity tree New
view_mgmtsystem_hazard_test_filter Implementation Tests mgmtsystem.hazard.test search New
view_mgmtsystem_hazard_test_form mgmtsystem.hazard.test.form mgmtsystem.hazard.test form New
view_mgmtsystem_hazard_test_tree mgmtsystem.hazard.test.tree mgmtsystem.hazard.test tree New
view_mgmtsystem_hazard_tree mgmtsystem.hazard.tree mgmtsystem.hazard tree New
view_mgmtsystem_hazard_type_filter Types mgmtsystem.hazard.type search New
view_mgmtsystem_hazard_type_form mgmtsystem.hazard.type.form mgmtsystem.hazard.type form New
view_mgmtsystem_hazard_type_tree mgmtsystem.hazard.type.tree mgmtsystem.hazard.type tree New
view_mgmtsystem_hazard_usage_filter Origins mgmtsystem.hazard.usage search New
view_mgmtsystem_hazard_usage_form mgmtsystem.hazard.usage.form mgmtsystem.hazard.usage form New
view_mgmtsystem_hazard_usage_tree mgmtsystem.hazard.usage.tree mgmtsystem.hazard.usage tree New
Models touched (9)

New fields (15)
  • acceptability Boolean
    args: 'Acceptability'
  • analysis_date Date
    required=True args: 'Date'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • control_measure_ids One2many → mgmtsystem.hazard.control_measure
    args: 'mgmtsystem.hazard.control_measure', 'hazard_id', 'Control Measures'
  • department_id Many2one → hr.department
    required=True args: 'hr.department', 'Department'
  • hazard_id Many2one → mgmtsystem.hazard.hazard
    required=True args: 'mgmtsystem.hazard.hazard', 'Hazard'
  • justification Text
    args: 'Justification'
  • name Char
    required=True translate=True args: 'Name'
  • origin_id Many2one → mgmtsystem.hazard.origin
    required=True args: 'mgmtsystem.hazard.origin', 'Origin'
  • probability_id Many2one → mgmtsystem.hazard.probability
    args: 'mgmtsystem.hazard.probability', 'Probability'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • severity_id Many2one → mgmtsystem.hazard.severity
    args: 'mgmtsystem.hazard.severity', 'Severity'
  • test_ids One2many → mgmtsystem.hazard.test
    args: 'mgmtsystem.hazard.test', 'hazard_id', 'Implementation Tests'
  • type_id Many2one → mgmtsystem.hazard.type
    required=True args: 'mgmtsystem.hazard.type', 'Type'
  • usage_id Many2one → mgmtsystem.hazard.usage
    args: 'mgmtsystem.hazard.usage', 'Occupation / Usage'
Public methods (0)

No public methods.

New fields (4)
  • comments Text
    args: 'Comments'
  • hazard_id Many2one → mgmtsystem.hazard
    index=True ondelete='cascade' required=False args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True translate=True args: 'Control Measure'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
Public methods (0)

No public methods.

New fields (2)
  • description Text
    translate=True args: 'Description'
  • name Char
    required=True translate=True args: 'Hazard'
Public methods (0)

No public methods.

New fields (2)
  • description Text
    args: 'Description'
  • name Char
    required=True size=50 translate=True args: 'Origin'
Public methods (0)

No public methods.

New fields (3)
  • description Text
    required=False translate=False args: 'Description'
  • name Char
    required=True size=50 translate=True args: 'Probability'
  • value Integer
    required=True args: 'Value'
Public methods (0)

No public methods.

New fields (3)
  • description Text
    required=False translate=False args: 'Description'
  • name Char
    required=True size=50 translate=True args: 'Severity'
  • value Integer
    required=True args: 'Value'
Public methods (0)

No public methods.

New fields (5)
  • executed Boolean
    args: 'Executed'
  • hazard_id Many2one → mgmtsystem.hazard
    ondelete='cascade' required=False select=True args: 'mgmtsystem.hazard', 'Hazard'
  • name Char
    required=True size=50 translate=True args: 'Test'
  • responsible_user_id Many2one → res.users
    required=True args: 'res.users', 'Responsible'
  • review_date Date
    required=True args: 'Review Date'
Public methods (0)

No public methods.

New fields (2)
  • description Text
    args: 'Description'
  • name Char
    required=True size=50 translate=True args: 'Type'
Public methods (0)

No public methods.

New fields (3)
  • description Text
    args: 'Description'
  • name Char
    required=True size=50 translate=True args: 'Occupation / Usage'
  • value Integer
    required=True args: 'Value'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/7.0/mgmtsystem_hazard
VERSION
VERSION 1.2.1
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSGuewen Baconnier, Alexandre Fayolle, Sandy Carter, Maxime Chambreuil, Virgil Dupras, Daniel Reis, Stéphane Bidoul (ACSONE), EL HADJI DEM, Launchpad Translations on behalf of openerp-mgmtsystem-core-editors, Invitu, OCA Transbot
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - board
    - document_page
    - knowledge
    - base_setup
    - web_kanban
    - web
    - hr
    - mail
    - resource
    - process
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module enables you to manage the hazards and risks of your health
and safety management system.

Configuration
=============

To configure this module, you need to:
* go to Settings > Companies > Companies
* open your company
* in the configuration tab, select the default computation method for risk.

A is for probability, B for severity and C for occupation/usage.
    

Code Analysis

Views touched (37)
XML IDNameModelTypeStatus
company_form_view res.company.form.inherit.mgmtsystem_hazard res.company xpath Inherits base.view_company_form
view_mgmtsystem_hazard_control_measure_filter Control Measures mgmtsystem.hazard.control_measure search New
view_mgmtsystem_hazard_control_measure_form mgmtsystem.hazard.control_measure.form mgmtsystem.hazard.control_measure form New
view_mgmtsystem_hazard_control_measure_tree mgmtsystem.hazard.control_measure.tree mgmtsystem.hazard.control_measure tree New
view_mgmtsystem_hazard_filter mgmtsystem.hazard.filter mgmtsystem.hazard search New
view_mgmtsystem_hazard_form mgmtsystem.hazard.form mgmtsystem.hazard form New
view_mgmtsystem_hazard_hazard_filter Hazards mgmtsystem.hazard.hazard search New
view_mgmtsystem_hazard_hazard_form mgmtsystem.hazard.hazard.form mgmtsystem.hazard.hazard form New
view_mgmtsystem_hazard_hazard_tree mgmtsystem.hazard.hazard.tree mgmtsystem.hazard.hazard tree New
view_mgmtsystem_hazard_origin_filter Origins mgmtsystem.hazard.origin search New
view_mgmtsystem_hazard_origin_form mgmtsystem.hazard.origin.form mgmtsystem.hazard.origin form New
view_mgmtsystem_hazard_origin_tree mgmtsystem.hazard.origin.tree mgmtsystem.hazard.origin tree New
view_mgmtsystem_hazard_probability_filter Probabilities mgmtsystem.hazard.probability search New
view_mgmtsystem_hazard_probability_form mgmtsystem.hazard.probability.form mgmtsystem.hazard.probability form New
view_mgmtsystem_hazard_probability_tree mgmtsystem.hazard.probability.tree mgmtsystem.hazard.probability tree New
view_mgmtsystem_hazard_residual_risk_filter Residual Risks mgmtsystem.hazard.residual_risk search New
view_mgmtsystem_hazard_residual_risk_form mgmtsystem.hazard.residual_risk.form mgmtsystem.hazard.residual_risk form New
view_mgmtsystem_hazard_residual_risk_tree mgmtsystem.hazard.residual_risk.tree mgmtsystem.hazard.residual_risk tree New
view_mgmtsystem_hazard_risk_computation_filter Risk Computations mgmtsystem.hazard.risk.computation search New
view_mgmtsystem_hazard_risk_computation_form mgmtsystem.hazard.risk_computation.form mgmtsystem.hazard.risk.computation form New
view_mgmtsystem_hazard_risk_computation_tree mgmtsystem.hazard.risk_computation.tree mgmtsystem.hazard.risk.computation tree New
view_mgmtsystem_hazard_risk_type_filter Risk Types mgmtsystem.hazard.risk.type search New
view_mgmtsystem_hazard_risk_type_form mgmtsystem.hazard.risk_type.form mgmtsystem.hazard.risk.type form New
view_mgmtsystem_hazard_risk_type_tree mgmtsystem.hazard.risk_type.tree mgmtsystem.hazard.risk.type tree New
view_mgmtsystem_hazard_severity_filter Origins mgmtsystem.hazard.severity search New
view_mgmtsystem_hazard_severity_form mgmtsystem.hazard.severity.form mgmtsystem.hazard.severity form New
view_mgmtsystem_hazard_severity_tree mgmtsystem.hazard.severity.tree mgmtsystem.hazard.severity tree New
view_mgmtsystem_hazard_test_filter Implementation Tests mgmtsystem.hazard.test search New
view_mgmtsystem_hazard_test_form mgmtsystem.hazard.test.form mgmtsystem.hazard.test form New
view_mgmtsystem_hazard_test_tree mgmtsystem.hazard.test.tree mgmtsystem.hazard.test tree New
view_mgmtsystem_hazard_tree mgmtsystem.hazard.tree mgmtsystem.hazard tree New
view_mgmtsystem_hazard_type_filter Types mgmtsystem.hazard.type search New
view_mgmtsystem_hazard_type_form mgmtsystem.hazard.type.form mgmtsystem.hazard.type form New
view_mgmtsystem_hazard_type_tree mgmtsystem.hazard.type.tree mgmtsystem.hazard.type tree New
view_mgmtsystem_hazard_usage_filter Origins mgmtsystem.hazard.usage search New
view_mgmtsystem_hazard_usage_form mgmtsystem.hazard.usage.form mgmtsystem.hazard.usage form New
view_mgmtsystem_hazard_usage_tree mgmtsystem.hazard.usage.tree mgmtsystem.hazard.usage tree New
Models touched (13)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/6.1/mgmtsystem_hazard
VERSION
VERSION 1.0
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSAlexandre Fayolle, Joao Alfredo Gama Batista, Maxime Chambreuil, Daniel Reis
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - board
    - wiki
    - knowledge
    - base_setup
    - hr
    - mail
    - base_tools
    - resource
    - process
    - audittrail
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module enables you to manage the hazards and risks of your health and safety management system.
    

Code Analysis

Views touched (37)
XML IDNameModelTypeStatus
company_form_view res.company.form.inherit.mgmtsystem_hazard res.company xpath Inherits base.view_company_form
view_mgmtsystem_hazard_control_measure_filter Control Measures mgmtsystem.hazard.control_measure search New
view_mgmtsystem_hazard_control_measure_form mgmtsystem.hazard.control_measure.form mgmtsystem.hazard.control_measure form New
view_mgmtsystem_hazard_control_measure_tree mgmtsystem.hazard.control_measure.tree mgmtsystem.hazard.control_measure tree New
view_mgmtsystem_hazard_filter mgmtsystem.hazard.filter mgmtsystem.hazard search New
view_mgmtsystem_hazard_form mgmtsystem.hazard.form mgmtsystem.hazard form New
view_mgmtsystem_hazard_hazard_filter Hazards mgmtsystem.hazard.hazard search New
view_mgmtsystem_hazard_hazard_form mgmtsystem.hazard.hazard.form mgmtsystem.hazard.hazard form New
view_mgmtsystem_hazard_hazard_tree mgmtsystem.hazard.hazard.tree mgmtsystem.hazard.hazard tree New
view_mgmtsystem_hazard_origin_filter Origins mgmtsystem.hazard.origin search New
view_mgmtsystem_hazard_origin_form mgmtsystem.hazard.origin.form mgmtsystem.hazard.origin form New
view_mgmtsystem_hazard_origin_tree mgmtsystem.hazard.origin.tree mgmtsystem.hazard.origin tree New
view_mgmtsystem_hazard_probability_filter Probabilities mgmtsystem.hazard.probability search New
view_mgmtsystem_hazard_probability_form mgmtsystem.hazard.probability.form mgmtsystem.hazard.probability form New
view_mgmtsystem_hazard_probability_tree mgmtsystem.hazard.probability.tree mgmtsystem.hazard.probability tree New
view_mgmtsystem_hazard_residual_risk_filter Residual Risks mgmtsystem.hazard.residual_risk search New
view_mgmtsystem_hazard_residual_risk_form mgmtsystem.hazard.residual_risk.form mgmtsystem.hazard.residual_risk form New
view_mgmtsystem_hazard_residual_risk_tree mgmtsystem.hazard.residual_risk.tree mgmtsystem.hazard.residual_risk tree New
view_mgmtsystem_hazard_risk_computation_filter Risk Computations mgmtsystem.hazard.risk.computation search New
view_mgmtsystem_hazard_risk_computation_form mgmtsystem.hazard.risk_computation.form mgmtsystem.hazard.risk.computation form New
view_mgmtsystem_hazard_risk_computation_tree mgmtsystem.hazard.risk_computation.tree mgmtsystem.hazard.risk.computation tree New
view_mgmtsystem_hazard_risk_type_filter Risk Types mgmtsystem.hazard.risk.type search New
view_mgmtsystem_hazard_risk_type_form mgmtsystem.hazard.risk_type.form mgmtsystem.hazard.risk.type form New
view_mgmtsystem_hazard_risk_type_tree mgmtsystem.hazard.risk_type.tree mgmtsystem.hazard.risk.type tree New
view_mgmtsystem_hazard_severity_filter Origins mgmtsystem.hazard.severity search New
view_mgmtsystem_hazard_severity_form mgmtsystem.hazard.severity.form mgmtsystem.hazard.severity form New
view_mgmtsystem_hazard_severity_tree mgmtsystem.hazard.severity.tree mgmtsystem.hazard.severity tree New
view_mgmtsystem_hazard_test_filter Implementation Tests mgmtsystem.hazard.test search New
view_mgmtsystem_hazard_test_form mgmtsystem.hazard.test.form mgmtsystem.hazard.test form New
view_mgmtsystem_hazard_test_tree mgmtsystem.hazard.test.tree mgmtsystem.hazard.test tree New
view_mgmtsystem_hazard_tree mgmtsystem.hazard.tree mgmtsystem.hazard tree New
view_mgmtsystem_hazard_type_filter Types mgmtsystem.hazard.type search New
view_mgmtsystem_hazard_type_form mgmtsystem.hazard.type.form mgmtsystem.hazard.type form New
view_mgmtsystem_hazard_type_tree mgmtsystem.hazard.type.tree mgmtsystem.hazard.type tree New
view_mgmtsystem_hazard_usage_filter Origins mgmtsystem.hazard.usage search New
view_mgmtsystem_hazard_usage_form mgmtsystem.hazard.usage.form mgmtsystem.hazard.usage form New
view_mgmtsystem_hazard_usage_tree mgmtsystem.hazard.usage.tree mgmtsystem.hazard.usage tree New
Models touched (0)

No models found for this module.