Merge PR #526 into 14.0

Signed-off-by dreispt
This commit is contained in:
OCA-git-bot
2021-11-26 10:29:20 +00:00
19 changed files with 717 additions and 0 deletions

View File

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

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

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