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

28 lines
862 B
Python

# Copyright 2022 CreuBlanca
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Mgmtsystem Evaluation",
"summary": """
Evaluate records within your management system""",
"version": "16.0.1.0.2",
"license": "AGPL-3",
"author": "CreuBlanca,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"depends": ["mgmtsystem", "mail"],
"data": [
"security/security.xml",
"security/ir.model.access.csv",
"views/mgmtsystem_evaluation_result.xml",
"views/mgmtsystem_evaluation_template.xml",
"views/mgmtsystem_evaluation.xml",
"views/res_partner.xml",
"data/cron.xml",
],
"demo": ["demo/demo.xml"],
"assets": {
"web.assets_backend": [
"mgmtsystem_evaluation/**/*",
],
},
}