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

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,
}