forked from OCA/management-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
25 lines (25 loc) · 949 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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.1",
"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"],
}