mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 04:11:59 +02:00
17 lines
735 B
Python
17 lines
735 B
Python
# Copyright 2019 Marcelo Frare (Ass. PNLUG - Gruppo Odoo <http://odoo.pnlug.it>)
|
|
# Copyright 2019 Stefano Consolaro (Ass. PNLUG - Gruppo Odoo <http://odoo.pnlug.it>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
|
|
|
|
{
|
|
"name": "Management System - Action Efficacy",
|
|
"summary": "Add information on the application of the Action.",
|
|
"version": "16.0.1.0.0",
|
|
"development_status": "Beta",
|
|
"author": "Associazione PNLUG - Gruppo Odoo, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/management-system",
|
|
"license": "AGPL-3",
|
|
"category": "Management System",
|
|
"depends": ["mgmtsystem_action"],
|
|
"data": ["views/mgmtsystem_action_views.xml"],
|
|
"installable": True,
|
|
}
|