[ADD] setup.py

pull/211/head^2
Adrien Peiffer (ACSONE) 2016-08-19 08:39:03 +02:00
parent 676eac6bc1
commit e1383f8795
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

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

View File

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