[ADD] - add setup.py

pull/700/head
sbejaoui 2020-11-06 11:29:34 +01:00 committed by matiasperalta1
parent 0f17d279e2
commit c5a9e84ba8
2 changed files with 7 additions and 0 deletions

View File

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

View File

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