[ADD] setup.py

This commit is contained in:
OCA-git-bot
2020-01-23 08:35:56 +00:00
parent 76a779fbdd
commit 1612512e9c
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
13.0.20191109.0
13.0.20200123.0

View File

@@ -9,6 +9,7 @@ setuptools.setup(
version=version,
install_requires=[
'odoo13-addon-account_payment_mode',
'odoo13-addon-account_payment_partner',
],
classifiers=[
'Programming Language :: Python',

View File

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

View File

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