[MIG] bi_sql_editor: Migration to 15.0

This commit is contained in:
mariadforgeflow
2021-12-13 09:21:22 +01:00
committed by chien
parent 6e9d6111b0
commit 26bc8bcbee
5 changed files with 25 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
{
"name": "BI SQL Editor",
"summary": "BI Views builder, based on Materialized or Normal SQL Views",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"license": "AGPL-3",
"category": "Reporting",
"author": "GRAP,Odoo Community Association (OCA)",
@@ -20,4 +20,5 @@
"demo": ["demo/res_groups_demo.xml", "demo/bi_sql_view_demo.xml"],
"installable": True,
"uninstall_hook": "uninstall_hook",
"maintainers": ["legalsylvain"],
}