[ADD] setup.py

This commit is contained in:
OCA-git-bot
2018-10-25 22:40:58 +00:00
parent 472caf5594
commit 184be7664c
5 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
11.0.20180921.0
11.0.20181025.0

View File

@@ -8,6 +8,7 @@ setuptools.setup(
description="Meta package for oca-account-financial-tools Odoo addons",
version=version,
install_requires=[
'odoo11-addon-account_asset_management',
'odoo11-addon-account_balance_line',
'odoo11-addon-account_chart_update',
'odoo11-addon-account_check_deposit',

View File

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

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,
)