[ADD] setup.py

This commit is contained in:
OCA-git-bot
2020-03-10 14:49:11 +00:00
parent bebe7f56f8
commit 454bd56146
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
13.0.20200210.0
13.0.20200310.0

View File

@@ -14,6 +14,7 @@ setuptools.setup(
'odoo13-addon-account_lock_date_update',
'odoo13-addon-account_menu',
'odoo13-addon-account_move_line_purchase_info',
'odoo13-addon-account_move_line_tax_editable',
],
classifiers=[
'Programming Language :: Python',

View File

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

View File

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