mis-builder/mis_builder_demo/__manifest__.py

24 lines
759 B
Python
Raw Permalink Normal View History

2024-05-03 08:57:01 +00:00
# Copyright 2017-2018 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "MIS Builder Demo",
2024-10-01 05:51:24 +00:00
"summary": "Demo addon for MIS Builder",
"version": "3.0.1.0.0",
2024-05-03 08:57:01 +00:00
"license": "AGPL-3",
2024-10-01 05:51:24 +00:00
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
2024-05-03 08:57:01 +00:00
"website": "https://gitlab.com/flectra-community/mis-builder",
"depends": ["mis_builder_budget", "purchase"],
"data": [
"security/mis_committed_purchase.xml",
"views/mis_committed_purchase.xml",
"data/mis_report_style.xml",
"data/mis_report.xml",
"data/mis_budget.xml",
"data/mis_report_instance.xml",
],
2024-10-01 05:51:24 +00:00
"installable": True,
2024-05-03 08:57:01 +00:00
"maintainers": ["sbidoul"],
"development_status": "Alpha",
}