[ADD] setup.py

This commit is contained in:
OCA-git-bot
2018-12-13 15:33:25 +00:00
parent 4b441842a1
commit 5f51370795
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
12.0.20181213.1
12.0.20181213.2

View File

@@ -10,6 +10,7 @@ setuptools.setup(
install_requires=[
'odoo12-addon-account_payment_mode',
'odoo12-addon-account_payment_partner',
'odoo12-addon-account_payment_sale',
],
classifiers=[
'Programming Language :: Python',

View File

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

View File

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