[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-03-19 03:14:32 +00:00
parent 3b6e7ba20b
commit 33f61a68fd
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
12.0.20181214.1
12.0.20190319.0

View File

@@ -15,6 +15,7 @@ setuptools.setup(
'odoo12-addon-account_payment_mode',
'odoo12-addon-account_payment_order',
'odoo12-addon-account_payment_partner',
'odoo12-addon-account_payment_purchase',
'odoo12-addon-account_payment_sale',
],
classifiers=[

View File

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

View File

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