[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-05-07 18:09:33 +00:00
parent 512c1ce4c8
commit 05bf577e2a
4 changed files with 9 additions and 1 deletions

View File

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

View File

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