mirror of
https://gitlab.com/flectra-community/mis-builder.git
synced 2024-11-16 19:22:04 +00:00
25 lines
776 B
Python
25 lines
776 B
Python
|
# Copyright 2017-2018 ACSONE SA/NV
|
||
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||
|
|
||
|
{
|
||
|
"name": "MIS Builder Demo",
|
||
|
"summary": """
|
||
|
Demo addon for MIS Builder""",
|
||
|
"version": "3.0.1.0.2",
|
||
|
"license": "AGPL-3",
|
||
|
"author": "ACSONE SA/NV, " "Odoo Community Association (OCA)",
|
||
|
"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",
|
||
|
],
|
||
|
"installable": False,
|
||
|
"maintainers": ["sbidoul"],
|
||
|
"development_status": "Alpha",
|
||
|
}
|