mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 08:52:02 +02:00
28 lines
862 B
Python
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/**/*",
|
|
],
|
|
},
|
|
}
|