[ADD] setup.py

This commit is contained in:
OCA-git-bot
2018-12-13 18:47:51 +00:00
parent 8dd97b873f
commit 06be34c22b
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
12.0.20181213.3
12.0.20181213.4

View File

@@ -8,6 +8,7 @@ setuptools.setup(
description="Meta package for oca-bank-payment Odoo addons",
version=version,
install_requires=[
'odoo12-addon-account_banking_mandate',
'odoo12-addon-account_payment_mode',
'odoo12-addon-account_payment_order',
'odoo12-addon-account_payment_partner',

View File

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

View File

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