[ADD] setup.py

This commit is contained in:
OCA Git Bot
2018-08-23 04:46:20 +02:00
parent 0962ddce1c
commit 34c2719925
5 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
11.0.20180622.0
11.0.20180823.0

View File

@@ -11,6 +11,7 @@ setuptools.setup(
'odoo11-addon-contract',
'odoo11-addon-contract_payment_mode',
'odoo11-addon-contract_sale_invoicing',
'odoo11-addon-contract_section',
'odoo11-addon-contract_variable_qty_timesheet',
'odoo11-addon-contract_variable_quantity',
],

View File

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

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