[IMP] module_change_auto_install: black, isort, prettier

pull/2424/head
Sylvain LE GAL 2022-10-13 11:28:54 +02:00
parent b791487349
commit 8ce4e9bfc3
2 changed files with 7 additions and 0 deletions

View File

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

View File

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