[MIG] base_report_to_label_printer: pre-commit stuff

This commit is contained in:
hda
2023-06-05 18:38:30 +02:00
parent f4f7746d48
commit e99a0704eb
2 changed files with 7 additions and 0 deletions

View File

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

View File

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