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
@@ -6,6 +6,6 @@ from odoo.api import Environment
|
||||
|
||||
def uninstall_hook(cr, registry):
|
||||
env = Environment(cr, SUPERUSER_ID, {})
|
||||
recs = env['bi.sql.view'].search([])
|
||||
recs = env["bi.sql.view"].search([])
|
||||
for rec in recs:
|
||||
rec.button_set_draft()
|
||||
|
||||
Reference in New Issue
Block a user