Repository
OCA/management-system · module folder · Try on Runboat
Module version
1.0.1
Category
Management Systems
Folder size
0.65 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), Gray Matter Logic
Maintainers
Savoir-faire Linux, Odoo Community Association (OCA), Gray Matter Logic
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 manage audits and verifications lists of your
management system.

Code Analysis

Views touched (16)
XML IDNameModelTypeStatus
audit_report audit_report ir.ui.view qweb New
audit_report_template audit_report_template ir.ui.view qweb New
copy_verification_lines_form_view copy.verification.lines.form copy.verification.lines form New
mgmtsystem_audit_res_users_x2m_tree res.users list New
verification_report verification_report ir.ui.view qweb New
verification_report_template verification_report_template ir.ui.view qweb New
view_audit_calendar mgmtsystem.audit.calendar mgmtsystem.audit calendar New
view_mgmtsystem_audit_filter mgmtsystem.audit.filter mgmtsystem.audit search New
view_mgmtsystem_audit_form mgmtsystem.audit.form mgmtsystem.audit form New
view_mgmtsystem_audit_tree mgmtsystem.audit.list mgmtsystem.audit list New
view_mgmtsystem_nonconformity_form mgmtsystem.nonconformity.form mgmtsystem.nonconformity form Inherits mgmtsystem_nonconformity.view_mgmtsystem_nonconformity_form
view_mgmtsystem_verification_line_filter mgmtsystem.verification.line.filter mgmtsystem.verification.line search New
view_mgmtsystem_verification_line_form mgmtsystem.verification.line.form mgmtsystem.verification.line form New
view_mgmtsystem_verification_line_tree mgmtsystem.verification.line.list mgmtsystem.verification.line list New
view_report_mgmtsystem_audit_graph mgmtsystem.audit.report.graph mgmtsystem.audit graph New
view_report_mgmtsystem_audit_pivot mgmtsystem.audit.report.pivot mgmtsystem.audit pivot New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (1)
  • audit_src Many2one → mgmtsystem.audit
    args: 'mgmtsystem.audit', 'Choose audit'
Public methods (1)
  • copyVerificationLines(self)

New fields (21)
  • auditee_user_ids Many2many → res.users
    args: 'res.users', 'mgmtsystem_auditee_user_rel', 'user_id', 'mgmtsystem_audit_id', 'Auditees'
  • auditor_user_ids Many2many → res.users
    args: 'res.users', 'mgmtsystem_auditor_user_rel', 'user_id', 'mgmtsystem_audit_id', 'Auditors'
  • closing_date Datetime
    readonly=True
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • date Datetime
  • days_since_last_update Integer
    compute='_compute_days_since_last_update' store=True
  • imp_opp_ids Many2many → mgmtsystem.action
    args: 'mgmtsystem.action', 'mgmtsystem_audit_imp_opp_rel', 'mgmtsystem_action_id', 'mgmtsystem_audit_id', 'Improvement Opportunities'
  • line_ids One2many → mgmtsystem.verification.line
    args: 'mgmtsystem.verification.line', 'audit_id', 'Verification List'
  • name Char
  • nonconformity_ids Many2many → mgmtsystem.nonconformity
    string='Nonconformities' args: 'mgmtsystem.nonconformity'
  • number_of_audits Integer
    default=1 readonly=True args: '# of audits'
  • number_of_days_to_close Integer
    compute='_compute_number_of_days_to_close' store=True args: '# of days to close'
  • number_of_improvements_opportunity Integer
    compute='_compute_number_of_improvement_opportunities' store=True args: 'Number of improvements Opportunities'
  • number_of_nonconformities Integer
    compute='_compute_number_of_nonconformities' store=True
  • number_of_questions_in_verification_list Integer
    compute='_compute_number_of_questions_in_verification_list' store=True
  • reference Char
    default='NEW' readonly=True required=True
  • state Selection
    default='open' required=True args: [('open', 'Open'), ('done', 'Closed')]
  • strong_points Html
  • system_id Many2one → mgmtsystem.system
    args: 'mgmtsystem.system', 'System'
  • to_improve_points Html
    args: 'Points To Improve'
  • user_id Many2one → res.users
    args: 'res.users', 'Audit Manager'
Public methods (4)
  • button_close(self)
    When Audit is closed, post a message to followers' chatter.
  • create(self, vals)
    @api.model_create_multi
    Audit creation.
  • get_action_url(self)
    Return a link to the audit form view
  • get_lines_by_procedure(self)

New fields (1)
  • audit_ids Many2many → mgmtsystem.audit
    string='Related Audits' args: 'mgmtsystem.audit'
Public methods (0)

No public methods.

New fields (7)
  • audit_id Many2one → mgmtsystem.audit
    index=True ondelete='cascade' args: 'mgmtsystem.audit', 'Audit'
  • comments Text
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • is_conformed Boolean
    default=False
  • name Char
    required=True args: 'Question'
  • procedure_id Many2one → document.page
    index=True ondelete='restrict' args: 'document.page', 'Procedure'
  • seq Integer
    args: 'Sequence'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…