[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-01-10 18:11:35 +00:00
parent 5c138ceef4
commit 547032b8a5
5 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
11.0.20181227.2
11.0.20190110.0

View File

@@ -12,6 +12,7 @@ setuptools.setup(
'odoo11-addon-agreement_mrp',
'odoo11-addon-agreement_project',
'odoo11-addon-agreement_repair',
'odoo11-addon-agreement_sale',
'odoo11-addon-agreement_stock',
'odoo11-addon-contract',
'odoo11-addon-contract_payment_mode',

View File

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

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