[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-03-07 12:33:12 +00:00
parent ce26d47205
commit a3804411f9
5 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
11.0.20190128.0
11.0.20190307.0

View File

@@ -17,6 +17,7 @@ setuptools.setup(
'odoo11-addon-agreement_stock',
'odoo11-addon-contract',
'odoo11-addon-contract_payment_mode',
'odoo11-addon-contract_price_revision',
'odoo11-addon-contract_sale',
'odoo11-addon-contract_sale_invoicing',
'odoo11-addon-contract_section',

View File

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

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