Management System - Audit

mgmtsystem_audit
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_audit
VERSION
VERSION 1.0.1
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
COMMITTERSMaxime Chambreuil, 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/knowledge:
    - document_page
    - document_knowledge
OCA/management-system:
    - mgmtsystem_nonconformity
    - mgmtsystem_action
    - mgmtsystem
    - document_page_procedure
odoo/odoo:
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - base_automation
    - digest
    - portal
    - http_routing
    - auth_signup
    - resource
    - sms
    - iap_mail
    - iap
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 notebook 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
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.

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_audit
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, Enric Tobella, 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:30:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
    - document_knowledge
OCA/management-system:
    - mgmtsystem_nonconformity
    - mgmtsystem_action
    - mgmtsystem
    - document_page_procedure
    - document_page_mgmtsystem
odoo/odoo:
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - web_editor
    - base_automation
    - digest
    - portal
    - http_routing
    - auth_signup
    - resource
    - sms
    - iap_mail
    - iap
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 notebook 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
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.

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_audit
VERSION
VERSION 1.3.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
COMMITTERSMikel Martin, Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Jaen, Miquel Rosell
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
    - document_knowledge
OCA/management-system:
    - mgmtsystem_nonconformity
    - mgmtsystem_action
    - mgmtsystem
    - document_page_procedure
odoo/odoo:
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - base_automation
    - resource
    - sms
    - iap_mail
    - iap
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 mgmtsystem.audit.res.users.x2m.tree (in mgmtsystem_audit) res.users tree 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.tree mgmtsystem.audit tree New
view_mgmtsystem_nonconformity_form mgmtsystem.nonconformity.form mgmtsystem.nonconformity notebook 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.tree mgmtsystem.verification.line tree 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
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 size=64
  • 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 short link to the audit form view eg. http://localhost:8069/?db=prod#id=1&model=mgmtsystem.audit
  • 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.

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_audit
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
COMMITTERSGitHub, Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Kevin Luna, FernandoRomera
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:52
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
    - document_knowledge
OCA/management-system:
    - mgmtsystem_nonconformity
    - mgmtsystem_action
    - mgmtsystem
    - document_page_procedure
odoo/odoo:
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - web_editor
    - base_automation
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

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 mgmtsystem.audit.res.users.x2m.tree (in mgmtsystem_audit) res.users tree 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.tree mgmtsystem.audit tree New
view_mgmtsystem_nonconformity_form mgmtsystem.nonconformity.form mgmtsystem.nonconformity notebook 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.tree mgmtsystem.verification.line tree 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
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 size=64
  • 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 short link to the audit form view eg. http://localhost:8069/?db=prod#id=1&model=mgmtsystem.audit
  • 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.

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_audit
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, YvanDotet
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:37
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
    - knowledge
OCA/management-system:
    - mgmtsystem_nonconformity
    - mgmtsystem_action
    - mgmtsystem
    - document_page_procedure
odoo/odoo:
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - base_automation
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

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 mgmtsystem.audit.res.users.x2m.tree (in mgmtsystem_audit) res.users tree 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.tree mgmtsystem.audit tree New
view_mgmtsystem_nonconformity_form mgmtsystem.nonconformity.form mgmtsystem.nonconformity notebook 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.tree mgmtsystem.verification.line tree 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
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 size=64
  • 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
    Audit creation.
  • get_action_url(self)
    Return a short link to the audit form view eg. http://localhost:8069/?db=prod#id=1&model=mgmtsystem.audit
  • 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.

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_audit
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
COMMITTERSMaxime Chambreuil, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Iván Todorovich, oca-ci, aromera, 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/knowledge:
    - document_page
    - knowledge
OCA/management-system:
    - mgmtsystem_nonconformity
    - mgmtsystem_action
    - mgmtsystem
    - document_page_procedure
odoo/odoo:
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - base_automation
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

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 mgmtsystem.audit.res.users.x2m.tree (in mgmtsystem_audit) res.users tree 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.tree mgmtsystem.audit tree New
view_mgmtsystem_nonconformity_form mgmtsystem.nonconformity.form mgmtsystem.nonconformity notebook 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.tree mgmtsystem.verification.line tree 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
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 args: 'Closing Date'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • date Datetime
    args: 'Date'
  • days_since_last_update Integer
    compute='_compute_days_since_last_update' readonly=True store=True args: 'Days since last update'
  • 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
    args: 'Name'
  • 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' readonly=True store=True args: '# of days to close'
  • number_of_improvements_opportunity Integer
    compute='_compute_number_of_improvement_opportunities' readonly=True store=True args: 'Number of improvements Opportunities'
  • number_of_nonconformities Integer
    compute='_compute_number_of_nonconformities' readonly=True store=True args: 'Number of nonconformities'
  • number_of_questions_in_verification_list Integer
    compute='_compute_number_of_questions_in_verification_list' readonly=True store=True args: 'Number of questions in verification list'
  • reference Char
    default='NEW' readonly=True required=True size=64 args: 'Reference'
  • state Selection
    default='open' args: [('open', 'Open'), ('done', 'Closed')], 'State'
  • strong_points Html
    args: 'Strong Points'
  • 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
    Audit creation.
  • get_action_url(self)
    Return a short link to the audit form view eg. http://localhost:8069/?db=prod#id=1&model=mgmtsystem.audit
  • 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
    args: 'Comments'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • is_conformed Boolean
    default=False args: 'Is conformed'
  • 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.

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_audit
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
COMMITTERSOCA Transbot, Víctor Martínez, oca-travis, Weblate, OCA-git-bot, Iván Todorovich, Dimitrios T. Tanis, Isaac Gallart Bochons, Stefano Consolaro, flachica
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
    - knowledge
OCA/management-system:
    - mgmtsystem_nonconformity
    - mgmtsystem_action
    - mgmtsystem
    - document_page_procedure
odoo/odoo:
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - base_automation
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

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 mgmtsystem.audit.res.users.x2m.tree (in mgmtsystem_audit) res.users tree 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.tree mgmtsystem.audit tree New
view_mgmtsystem_nonconformity_form mgmtsystem.nonconformity.form mgmtsystem.nonconformity notebook 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.tree mgmtsystem.verification.line tree 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
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 args: 'Closing Date'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • date Datetime
    args: 'Date'
  • days_since_last_update Integer
    compute='_compute_days_since_last_update' readonly=True store=True args: 'Days since last update'
  • 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
    args: 'Name'
  • 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' readonly=True store=True args: '# of days to close'
  • number_of_improvements_opportunity Integer
    compute='_compute_number_of_improvement_opportunities' readonly=True store=True args: 'Number of improvements Opportunities'
  • number_of_nonconformities Integer
    compute='_compute_number_of_nonconformities' readonly=True store=True args: 'Number of nonconformities'
  • number_of_questions_in_verification_list Integer
    compute='_compute_number_of_questions_in_verification_list' readonly=True store=True args: 'Number of questions in verification list'
  • reference Char
    default='NEW' readonly=True required=True size=64 args: 'Reference'
  • state Selection
    default='open' args: [('open', 'Open'), ('done', 'Closed')], 'State'
  • strong_points Html
    args: 'Strong Points'
  • 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
    Audit creation.
  • get_action_url(self)
    Return a short link to the audit form view eg. http://localhost:8069/?db=prod#id=1&model=mgmtsystem.audit
  • 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
    args: 'Comments'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • is_conformed Boolean
    default=False args: 'Is conformed'
  • 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.

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_audit
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
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Iván Todorovich, Dimitrios T. Tanis
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
    - knowledge
OCA/management-system:
    - mgmtsystem_nonconformity
    - mgmtsystem_action
    - mgmtsystem
    - document_page_procedure
    - document_page_work_instruction
odoo/odoo:
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - base_automation
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

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 mgmtsystem.audit.res.users.x2m.tree (in mgmtsystem_audit) res.users tree 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.tree mgmtsystem.audit tree New
view_mgmtsystem_nonconformity_form mgmtsystem.nonconformity.form mgmtsystem.nonconformity notebook 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.tree mgmtsystem.verification.line tree 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
Models touched (4)

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

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 args: 'Closing Date'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • date Datetime
    args: 'Date'
  • days_since_last_update Integer
    compute='_compute_days_since_last_update' readonly=True store=True args: 'Days since last update'
  • 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
    args: 'Name'
  • 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' readonly=True store=True args: '# of days to close'
  • number_of_improvements_opportunity Integer
    compute='_compute_number_of_improvement_opportunities' readonly=True store=True args: 'Number of improvements Opportunities'
  • number_of_nonconformities Integer
    compute='_compute_number_of_nonconformities' readonly=True store=True args: 'Number of nonconformities'
  • number_of_questions_in_verification_list Integer
    compute='_compute_number_of_questions_in_verification_list' readonly=True store=True args: 'Number of questions in verification list'
  • reference Char
    default='NEW' readonly=True required=True size=64 args: 'Reference'
  • state Selection
    default='open' args: [('open', 'Open'), ('done', 'Closed')], 'State'
  • strong_points Html
    args: 'Strong Points'
  • 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)
    @api.multi
    When Audit is closed, post a message to followers' chatter.
  • create(self, vals)
    @api.model
    Audit creation.
  • get_action_url(self)
    Return a short link to the audit form view eg. http://localhost:8069/?db=prod#id=1&model=mgmtsystem.audit
  • 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
    args: 'Comments'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • is_conformed Boolean
    default=False args: 'Is conformed'
  • 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.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/11.0/mgmtsystem_audit
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
COMMITTERSMaxime Chambreuil, OCA Transbot, oca-travis, Weblate, Unai Beristain
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
    - knowledge
OCA/management-system:
    - mgmtsystem_nonconformity
    - mgmtsystem_action
    - mgmtsystem
    - document_page_procedure
    - document_page_work_instruction
odoo/odoo:
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - base_automation
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (15)
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
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.tree mgmtsystem.audit tree New
view_mgmtsystem_nonconformity_form mgmtsystem.nonconformity.form mgmtsystem.nonconformity notebook 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.tree mgmtsystem.verification.line tree 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
Models touched (4)

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

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 args: 'Closing Date'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • date Datetime
    args: 'Date'
  • days_since_last_update Integer
    compute='_compute_days_since_last_update' readonly=True store=True args: 'Days since last update'
  • 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
    args: 'Name'
  • 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' readonly=True store=True args: '# of days to close'
  • number_of_improvements_opportunity Integer
    compute='_compute_number_of_improvement_opportunities' readonly=True store=True args: 'Number of improvements Opportunities'
  • number_of_nonconformities Integer
    compute='_compute_number_of_nonconformities' readonly=True store=True args: 'Number of nonconformities'
  • number_of_questions_in_verification_list Integer
    compute='_compute_number_of_questions_in_verification_list' readonly=True store=True args: 'Number of questions in verification list'
  • reference Char
    default='NEW' readonly=True required=True size=64 args: 'Reference'
  • state Selection
    default='open' args: [('open', 'Open'), ('done', 'Closed')], 'State'
  • strong_points Html
    args: 'Strong Points'
  • 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)
    @api.multi
    When Audit is closed, post a message to followers' chatter.
  • create(self, vals)
    @api.model
    Audit creation.
  • get_action_url(self)
    Return a short link to the audit form view eg. http://localhost:8069/?db=prod#id=1&model=mgmtsystem.audit
  • 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
    args: 'Comments'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • is_conformed Boolean
    default=False args: 'Is conformed'
  • 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.

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_audit
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
COMMITTERSPedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, Eugen Don, Unai Beristain, Benjamin Willig
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_nonconformity
    - mgmtsystem_action
    - mgmtsystem
    - document_page_procedure
    - document_page_work_instruction
odoo/odoo:
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - base_action_rule
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

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 mgmtsystem.audit.res.users.x2m.tree (in mgmtsystem_audit) res.users tree 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.tree mgmtsystem.audit tree New
view_mgmtsystem_nonconformity_form mgmtsystem.nonconformity.form mgmtsystem.nonconformity notebook 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.tree mgmtsystem.verification.line tree 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
Models touched (4)

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

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 args: 'Closing Date'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • date Datetime
    args: 'Date'
  • days_since_last_update Integer
    compute='_compute_days_since_last_update' readonly=True store=True args: 'Days since last update'
  • 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
    args: 'Name'
  • 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' readonly=True store=True args: '# of days to close'
  • number_of_improvements_opportunity Integer
    compute='_compute_number_of_improvement_opportunities' readonly=True store=True args: 'Number of improvements Opportunities'
  • number_of_nonconformities Integer
    compute='_compute_number_of_nonconformities' readonly=True store=True args: 'Number of nonconformities'
  • number_of_questions_in_verification_list Integer
    compute='_compute_number_of_questions_in_verification_list' readonly=True store=True args: 'Number of questions in verification list'
  • reference Char
    default='NEW' readonly=True required=True size=64 args: 'Reference'
  • state Selection
    default='open' args: [('open', 'Open'), ('done', 'Closed')], 'State'
  • strong_points Html
    args: 'Strong Points'
  • 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)
    @api.multi
    When Audit is closed, post a message to followers' chatter.
  • create(self, vals)
    @api.model
    Audit creation.
  • get_action_url(self)
    Return a short link to the audit form view eg. http://localhost:8069/?db=prod#id=1&model=mgmtsystem.audit
  • 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
    args: 'Comments'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • is_conformed Boolean
    default=False args: 'Is conformed'
  • 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.

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_audit
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
COMMITTERSMaxime Chambreuil, Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, Iván Todorovich, Unai Beristain
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
    - document_page_approval
OCA/management-system:
    - mgmtsystem_nonconformity
    - mgmtsystem_action
    - mgmtsystem
    - document_page_procedure
    - document_page_work_instruction
odoo/odoo:
    - base
    - board
    - web
    - mail
    - base_setup
    - web_kanban
    - bus
    - base_action_rule
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (15)
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
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.tree mgmtsystem.audit tree New
view_mgmtsystem_nonconformity_form mgmtsystem.nonconformity.form mgmtsystem.nonconformity notebook 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.tree mgmtsystem.verification.line tree 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
Models touched (4)

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

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 args: 'Closing Date'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • date Datetime
    args: 'Date'
  • days_since_last_update Integer
    compute='_compute_days_since_last_update' readonly=True store=True args: 'Days since last update'
  • 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
    args: 'Name'
  • 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' readonly=True store=True args: '# of days to close'
  • number_of_improvements_opportunity Integer
    compute='_compute_number_of_improvement_opportunities' readonly=True store=True args: 'Number of improvements Opportunities'
  • number_of_nonconformities Integer
    compute='_compute_number_of_nonconformities' readonly=True store=True args: 'Number of nonconformities'
  • number_of_questions_in_verification_list Integer
    compute='_compute_number_of_questions_in_verification_list' readonly=True store=True args: 'Number of questions in verification list'
  • reference Char
    default='NEW' readonly=True required=True size=64 args: 'Reference'
  • state Selection
    default='open' args: [('open', 'Open'), ('done', 'Closed')], 'State'
  • strong_points Html
    args: 'Strong Points'
  • 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)
    @api.multi
    When Audit is closed, post a message to followers' chatter.
  • create(self, vals)
    @api.model
    Audit creation.
  • get_action_url(self)
    Return a short link to the audit form view eg. http://localhost:8069/?db=prod#id=1&model=mgmtsystem.audit
  • 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
    ondelete='cascade' select=True args: 'mgmtsystem.audit', 'Audit'
  • comments Text
    args: 'Comments'
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • is_conformed Boolean
    default=False args: 'Is conformed'
  • name Char
    required=True args: 'Question'
  • procedure_id Many2one → document.page
    ondelete='restrict' select=True args: 'document.page', 'Procedure'
  • seq Integer
    args: 'Sequence'
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_audit
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
COMMITTERSStéphane Bidoul, Maxime Chambreuil, Daniel Reis, Stéphane Bidoul (ACSONE), OCA Transbot, Maxime Chambreuil - http://www.savoirfairelinux.com, 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
    - document_page_approval
OCA/management-system:
    - mgmtsystem_nonconformity
    - mgmtsystem_action
    - mgmtsystem
    - document_page_procedure
    - document_page_work_instructions
odoo/odoo:
    - base
    - board
    - web
    - knowledge
    - base_setup
    - web_kanban
    - mail
    - crm_claim
    - crm
    - base_action_rule
    - resource
    - sales_team
    - web_kanban_sparkline
    - email_template
    - calendar
    - web_calendar
    - fetchmail
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
board_mgmtsystem_audit_form board.mgmtsystem.audit.form board.board xpath Inherits mgmtsystem.board_mgmtsystem_form
copy_verification_lines_form_view copy.verification.lines.form copy.verification.lines form 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.tree mgmtsystem.audit tree New
view_mgmtsystem_nonconformity_form mgmtsystem.nonconformity.form mgmtsystem.nonconformity notebook 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.tree mgmtsystem.verification.line tree New
Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • copy(self, cr, uid, ids, context=None)

New fields (0)

No new fields.

Public methods (4)
  • button_close(self, cr, uid, ids, context=None)
    When Audit is closed, post a message to followers' chatter.
  • create(self, cr, uid, vals, context=None)
  • get_audit_url(self, cr, uid, ids, context=None)
    Return a short link to the audit form view eg. http://localhost:8069/?db=prod#id=1&model=mgmtsystem.audit
  • message_auto_subscribe(self, cr, uid, ids, updated_fields, context=None, values=None)
    Automatically add the Auditors, Auditees and Audit Manager to the follow list

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/7.0/mgmtsystem_audit
VERSION
VERSION 1.2
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, Sandy Carter, Maxime Chambreuil, Virgil Dupras, Daniel Reis, Stéphane Bidoul (ACSONE), Launchpad Translations on behalf of openerp-mgmtsystem-core-editors, OCA Transbot, Loïc Faure-Lacroix, Maxime Chambreuil - http://www.savoirfairelinux.com
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page_approval
OCA/management-system:
    - mgmtsystem_nonconformity
    - mgmtsystem_action
    - mgmtsystem
    - document_page_procedure
    - document_page_work_instructions
odoo/odoo:
    - base
    - board
    - document_page
    - knowledge
    - base_setup
    - web_kanban
    - web
    - crm_claim
    - crm
    - base_action_rule
    - mail
    - base_status
    - process
    - email_template
    - base_calendar
    - resource
    - fetchmail
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Management System - Audit
=========================
This module enables you to manage audits and verifications lists of your
management system.

Installation
============

To install this module, you need to:

* Clone the project from github on your instance
    * git clone https://github.com/OCA/management-system.git
* Start odoo with the project in the addons path

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

Users must be added to the appropriate groups within openERP as follows:
* Creators: Settings > Users > Groups > Management System / User
* Responsible Persons:
  Settings > Users > Groups > Management System / Approving User

Usage
=====

Known issues / Roadmap
======================

None

Credits
=======

Contributors
------------
Daniel Reis <dreis.pt@hotmail.com>
Joao Alfredo Gama Batista <joao.gama@savoirfairelinux.com>
Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
Sandy Carter <sandy.carter@savoirfairelinux.com>
Virgil Dupras <virgil.dupras@savoirfairelinux.com>

Maintainer
----------

.. image:: http://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: http://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
board_mgmtsystem_audit_form board.mgmtsystem.audit.form board.board xpath Inherits mgmtsystem.board_mgmtsystem_form
copy_verification_lines_form_view copy.verification.lines.form copy.verification.lines form 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.tree mgmtsystem.audit tree New
view_mgmtsystem_nonconformity_form mgmtsystem.nonconformity.form mgmtsystem.nonconformity notebook 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.tree mgmtsystem.verification.line tree New
Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • copy(self, cr, uid, ids, context=None)

New fields (0)

No new fields.

Public methods (4)
  • button_close(self, cr, uid, ids, context=None)
    When Audit is closed, post a message to followers' chatter.
  • create(self, cr, uid, vals, context=None)
  • get_audit_url(self, cr, uid, ids, context=None)
    Return a short link to the audit form view eg. http://localhost:8069/?db=prod#id=1&model=mgmtsystem.audit
  • message_auto_subscribe(self, cr, uid, ids, updated_fields, context=None, values=None)
    Automatically add the Auditors, Auditees and Audit Manager to the follow list

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_audit
VERSION
VERSION 1.2
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, Virgil Dupras, Daniel Reis, Launchpad Translations on behalf of openerp-commiter, Launchpad Translations on behalf of openerp-mgmtsystem-core-editors
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/management-system:
    - mgmtsystem_nonconformity
    - mgmtsystem_action
    - mgmtsystem
    - wiki_procedure
    - wiki_work_instructions
odoo/odoo:
    - base
    - board
    - wiki
    - knowledge
    - base_setup
    - audittrail
    - crm_claim
    - crm
    - base_action_rule
    - mail
    - base_tools
    - process
    - base_calendar
    - resource
    - fetchmail
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module enables you to manage audits and verifications lists of your management system.
    

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
board_mgmtsystem_audit_form board.mgmtsystem.audit.form board.board xpath Inherits mgmtsystem.board_mgmtsystem_form
copy_verification_lines_form_view copy.verification.lines.form copy.verification.lines form 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.tree mgmtsystem.audit tree New
view_mgmtsystem_nonconformity_form mgmtsystem.nonconformity.form mgmtsystem.nonconformity notebook 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.tree mgmtsystem.verification.line tree New
Models touched (0)

No models found for this module.