Repository
OCA/management-system · module folder · Try on Runboat
Module version
1.1.0
Category
Management Systems
Folder size
0.49 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/management-system
Last tracking update
2026-08-07 09:06:27
Authors
Savoir-faire Linux, Odoo Community Association (OCA)
Maintainers
Savoir-faire Linux, Odoo Community Association (OCA)
Committers
Maxime Chambreuil, Weblate, OCA-git-bot, oca-ci, Borruso
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
mgmtsystem_environment, mgmtsystem_health_safety, mgmtsystem_information_security, mgmtsystem_quality
Description
This module was written to help you manage the top management reviews of
your systems.

Code Analysis

Views touched (11)
XML IDNameModelTypeStatus
kpi_history_form_view_inherit_review kpi.history.form.inherit.mgmtsystem.review kpi.history form Inherits kpi.view_kpi_history_form
mgmtsystem_review_res_users_x2m_tree mgmtsystem.review.res.users.x2m.form (in mgmtsystem_review) res.users list New
review_report review_report ir.ui.view qweb New
review_report_template review_report_template ir.ui.view qweb New
view_mgmtsystem_review_filter mgmtsystem.review.filter mgmtsystem.review search New
view_mgmtsystem_review_form mgmtsystem.review.form mgmtsystem.review form New
view_mgmtsystem_review_line_filter mgmtsystem.review.line.filter mgmtsystem.review.line search New
view_mgmtsystem_review_line_form mgmtsystem.review.line.form mgmtsystem.review.line form New
view_mgmtsystem_review_line_tree mgmtsystem.review.line.list mgmtsystem.review.line list New
view_mgmtsystem_review_tree mgmtsystem.review.list mgmtsystem.review list New
view_review_calendar mgmtsystem.review.calendar mgmtsystem.review calendar New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • review_ids Many2many → mgmtsystem.review
    args: 'mgmtsystem.review', 'mgmtsystem_review_kpi_history_rel', 'kpi_history_id', 'review_id', 'Reviews'
Public methods (0)

No public methods.

New fields (12)
  • changes Html
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • conclusion Html
  • date Datetime
    required=True
  • kpi_history_ids Many2many → kpi.history
    args: 'kpi.history', 'mgmtsystem_review_kpi_history_rel', 'review_id', 'kpi_history_id', 'KPI History'
  • line_ids One2many → mgmtsystem.review.line
    args: 'mgmtsystem.review.line', 'review_id', 'Lines'
  • name Char
    required=True size=50
  • policy Html
  • reference Char
    default='NEW' required=True size=64
  • state Selection
    default='open' tracking=True args: [('open', 'Open'), ('done', 'Closed')]
  • system_id Many2one → mgmtsystem.system
    args: 'mgmtsystem.system'
  • user_ids Many2many → res.users
    args: 'res.users', 'mgmtsystem_review_user_rel', 'user_id', 'mgmtsystem_review_id', 'Participants'
Public methods (3)
  • button_close(self)
  • button_update_kpi_history(self)
  • create(self, vals_list)
    @api.model_create_multi

New fields (7)
  • action_id Many2one → mgmtsystem.action
    index=True args: 'mgmtsystem.action', 'Action'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • decision Text
  • name Char
    required=True size=300 args: 'Title'
  • nonconformity_id Many2one → mgmtsystem.nonconformity
    index=True args: 'mgmtsystem.nonconformity', 'Nonconformity'
  • review_id Many2one → mgmtsystem.review
    index=True ondelete='cascade' args: 'mgmtsystem.review', 'Review'
  • type Selection
    args: [('action', 'Action'), ('nonconformity', 'Nonconformity')]
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…