-
-
Notifications
You must be signed in to change notification settings - Fork 302
/
Copy path__manifest__.py
27 lines (26 loc) · 996 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
26
27
# 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 - Action",
"version": "18.0.1.0.0",
"author": "Savoir-faire Linux, Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
"category": "Management System",
"depends": ["mgmtsystem", "mail"],
"data": [
"data/mgmtsystem_action_stage.xml",
"data/automated_reminder.xml",
"data/email_template.xml",
"security/ir.model.access.csv",
"security/mgmtsystem_action_security.xml",
"data/action_sequence.xml",
"views/mgmtsystem_action.xml",
"views/mgmtsystem_action_stage.xml",
"views/mgmtsystem_action_tag.xml",
"reports/mgmtsystem_action_report.xml",
"views/menus.xml",
],
"demo": ["demo/mgmtsystem_action.xml"],
"installable": True,
}