[ADD] setup.py

This commit is contained in:
OCA-git-bot
2018-10-19 06:14:05 +00:00
parent 6406726ac3
commit c80de67d87
5 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
11.0.20180824.0 11.0.20181019.0

View File

@@ -8,6 +8,7 @@ setuptools.setup(
description="Meta package for oca-contract Odoo addons", description="Meta package for oca-contract Odoo addons",
version=version, version=version,
install_requires=[ install_requires=[
'odoo11-addon-agreement',
'odoo11-addon-contract', 'odoo11-addon-contract',
'odoo11-addon-contract_payment_mode', 'odoo11-addon-contract_payment_mode',
'odoo11-addon-contract_sale', 'odoo11-addon-contract_sale',

View File

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

View File

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

6
setup/agreement/setup.py Normal file
View File

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