[ADD] setup.py

This commit is contained in:
OCA-git-bot
2018-10-25 15:09:40 +00:00
parent 510d3c618c
commit afa6c8acdd
5 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
11.0.20181011.0
11.0.20181025.0

View File

@@ -14,6 +14,7 @@ setuptools.setup(
'odoo11-addon-account_banking_sepa_direct_debit',
'odoo11-addon-account_payment_mode',
'odoo11-addon-account_payment_order',
'odoo11-addon-account_payment_order_return',
'odoo11-addon-account_payment_partner',
'odoo11-addon-account_payment_purchase',
'odoo11-addon-account_payment_sale',

View File

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

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