mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] bi_sql_editor: black, isort, prettier
This commit is contained in:
committed by
David James
parent
259d95f01c
commit
f020f4e8a7
@@ -3,27 +3,21 @@
|
||||
# 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': '12.0.1.2.0',
|
||||
'license': 'AGPL-3',
|
||||
'category': 'Reporting',
|
||||
'author': 'GRAP,Odoo Community Association (OCA)',
|
||||
'website': 'https://github.com/OCA/reporting-engine',
|
||||
'depends': [
|
||||
'base',
|
||||
'sql_request_abstract',
|
||||
"name": "BI SQL Editor",
|
||||
"summary": "BI Views builder, based on Materialized or Normal SQL Views",
|
||||
"version": "12.0.1.2.0",
|
||||
"license": "AGPL-3",
|
||||
"category": "Reporting",
|
||||
"author": "GRAP,Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/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",
|
||||
],
|
||||
'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'
|
||||
"demo": ["demo/res_groups_demo.xml", "demo/bi_sql_view_demo.xml"],
|
||||
"installable": True,
|
||||
"uninstall_hook": "uninstall_hook",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user