[IMP] bi_sql_editor: black, isort, prettier

This commit is contained in:
HviorForgeFlow
2020-04-15 10:40:40 +02:00
committed by David James
parent 259d95f01c
commit f020f4e8a7
12 changed files with 740 additions and 547 deletions

View File

@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--
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).
-->
<odoo>
<record id="action_bi_sql_view" model="ir.actions.act_window">
<field name="name">SQL Views</field>
<field name="type">ir.actions.act_window</field>
@@ -14,5 +12,4 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
</record>
</odoo>