mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-11-14 10:12:05 +00:00
25 lines
884 B
Python
25 lines
884 B
Python
# Copyright (C) 2017 - Today: GRAP (http://www.grap.coop)
|
|
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "BI SQL Editor",
|
|
"summary": "BI Views builder, based on Materialized or Normal SQL Views",
|
|
"version": "2.0.1.0.1",
|
|
"license": "AGPL-3",
|
|
"category": "Reporting",
|
|
"author": "GRAP,Odoo Community Association (OCA)",
|
|
"maintainers": ["legalsylvain"],
|
|
"website": "https://gitlab.com/flectra-community/reporting-engine",
|
|
"depends": ["base", "sql_request_abstract"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/view_bi_sql_view.xml",
|
|
"views/action.xml",
|
|
"views/menu.xml",
|
|
],
|
|
"demo": ["demo/res_groups_demo.xml", "demo/bi_sql_view_demo.xml"],
|
|
"installable": True,
|
|
"uninstall_hook": "uninstall_hook",
|
|
}
|