[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-08-26 14:43:44 +00:00
parent 28b13e9d55
commit 98da5d2b57
4 changed files with 9 additions and 1 deletions

View File

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

View File

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