mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[ADD] setup.py
This commit is contained in:
@@ -1 +1 @@
|
||||
10.0.20180711.0
|
||||
10.0.20181114.0
|
||||
@@ -10,6 +10,7 @@ setuptools.setup(
|
||||
install_requires=[
|
||||
'odoo10-addon-account_bank_statement_import_camt',
|
||||
'odoo10-addon-account_bank_statement_import_camt_details',
|
||||
'odoo10-addon-account_bank_statement_import_camt_oca',
|
||||
'odoo10-addon-account_bank_statement_import_move_line',
|
||||
'odoo10-addon-account_bank_statement_import_mt940_base',
|
||||
'odoo10-addon-account_bank_statement_import_ofx',
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
@@ -0,0 +1 @@
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
@@ -0,0 +1 @@
|
||||
../../../../account_bank_statement_import_camt_oca
|
||||
6
setup/account_bank_statement_import_camt_oca/setup.py
Normal file
6
setup/account_bank_statement_import_camt_oca/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user