[ADD] setup.py

This commit is contained in:
OCA-git-bot
2020-01-08 10:01:17 +00:00
parent 0a4cf1310f
commit ce859646d4
6 changed files with 29 additions and 0 deletions

View File

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

View File

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