[IMP] mrp_tag: black, isort, prettier

This commit is contained in:
AnnaPForgeFlow
2022-07-01 12:35:12 +02:00
committed by Miquel Raïch
parent c17d7f80b5
commit f46f8d515a
2 changed files with 7 additions and 0 deletions

View File

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

6
setup/mrp_tag/setup.py Normal file
View File

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