Add Module base_report_to_label_printer

This commit is contained in:
Christopher Hansen
2022-06-09 13:51:46 +02:00
committed by Sébastien Alix
parent 4072f81f09
commit 19ce53f0a9
15 changed files with 649 additions and 1 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,
)