[MIG] report_xlsx_helper_demo: Migration to 14.0

This commit is contained in:
Luc De Meyer
2020-11-25 12:56:20 -08:00
parent 0c37ba0c24
commit 5f746468d4
12 changed files with 103 additions and 81 deletions

View File

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

View File

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