[IMP] bi_sql_editor: black, isort, prettier

pull/670/head
Sylvain LE GAL 2022-10-25 22:26:14 +02:00 committed by OCA-git-bot
parent df9069932a
commit d62f47fd19
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
../../../../bi_sql_editor

View File

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)