[ADD] setup.py

This commit is contained in:
OCA Git Bot
2018-08-28 04:33:43 +02:00
parent a621f055a6
commit 439d2fd120
5 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
11.0.20180816.0
11.0.20180828.0

View File

@@ -9,6 +9,7 @@ setuptools.setup(
version=version,
install_requires=[
'odoo11-addon-account_balance_line',
'odoo11-addon-account_check_deposit',
'odoo11-addon-account_credit_control',
'odoo11-addon-account_credit_control_dunning_fees',
'odoo11-addon-account_fiscal_year',

View File

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

View File

@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

View File

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