mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 04:52:04 +02:00
27 lines
996 B
Python
27 lines
996 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 - Action",
|
|
"version": "16.0.1.0.1",
|
|
"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,
|
|
}
|