oca-technical/odoo-bringout-oca-management-system-mgmtsystem_audit/mgmtsystem_audit/__manifest__.py
2025-08-29 15:43:03 +02:00

25 lines
949 B
Python

# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Management System - Audit",
"version": "16.0.1.0.2",
"author": "Savoir-faire Linux, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
"category": "Management System",
"depends": ["mgmtsystem_nonconformity", "base_automation"],
"data": [
"security/ir.model.access.csv",
"security/mgmtsystem_audit_security.xml",
"data/audit_sequence.xml",
"data/audit_automated_actions.xml",
"views/mgmtsystem_audit.xml",
"views/res_users.xml",
"report/audit.xml",
"report/verification.xml",
"report/report.xml",
"report/mgmtsystem_audit_pivot.xml",
"wizard/copy_verification_lines.xml",
],
"demo": ["demo/demo_audit.xml"],
}