[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-11-17 12:40:47 +00:00
parent 2818fdf719
commit c84f192fc1
4 changed files with 9 additions and 1 deletions

View File

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

View File

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