2024-05-03 08:57:01 +00:00
|
|
|
# Copyright 2014-2018 ACSONE SA/NV (<http://acsone.eu>)
|
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "MIS Builder",
|
2024-10-01 05:51:24 +00:00
|
|
|
"version": "3.0.1.0.0",
|
2024-05-03 08:57:01 +00:00
|
|
|
"category": "Reporting",
|
|
|
|
"summary": """
|
|
|
|
Build 'Management Information System' Reports and Dashboards
|
|
|
|
""",
|
|
|
|
"author": "ACSONE SA/NV, " "Odoo Community Association (OCA)",
|
|
|
|
"website": "https://gitlab.com/flectra-community/mis-builder",
|
|
|
|
"depends": [
|
|
|
|
"account",
|
|
|
|
"board",
|
|
|
|
"report_xlsx", # OCA/reporting-engine
|
|
|
|
"date_range", # OCA/server-ux
|
|
|
|
],
|
|
|
|
"data": [
|
|
|
|
"wizard/mis_builder_dashboard.xml",
|
|
|
|
"views/mis_report.xml",
|
|
|
|
"views/mis_report_instance.xml",
|
|
|
|
"views/mis_report_style.xml",
|
|
|
|
"datas/ir_cron.xml",
|
|
|
|
"security/ir.model.access.csv",
|
|
|
|
"security/mis_builder_security.xml",
|
|
|
|
"report/mis_report_instance_qweb.xml",
|
|
|
|
"report/mis_report_instance_xlsx.xml",
|
|
|
|
],
|
|
|
|
"assets": {
|
|
|
|
"web.assets_backend": [
|
|
|
|
"mis_builder/static/src/components/mis_report_widget.esm.js",
|
|
|
|
"mis_builder/static/src/components/mis_report_widget.xml",
|
|
|
|
"mis_builder/static/src/components/mis_report_widget.css",
|
|
|
|
],
|
|
|
|
"web.report_assets_common": [
|
|
|
|
"/mis_builder/static/src/css/report.css",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
"qweb": ["static/src/xml/mis_report_widget.xml"],
|
2024-10-01 05:51:24 +00:00
|
|
|
"installable": True,
|
2024-05-03 08:57:01 +00:00
|
|
|
"application": True,
|
|
|
|
"license": "AGPL-3",
|
|
|
|
"development_status": "Production/Stable",
|
|
|
|
"maintainers": ["sbidoul"],
|
|
|
|
}
|