mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
The module was renamed from account_statement_import to account_statement_import_file. The migration has been done from v14 to v16, to take into account the big changes that took place in v14 with the introduction of the module account_statement_import_base. The changes from v15 have been forward-ported to v16.
7 lines
100 B
Python
7 lines
100 B
Python
import setuptools
|
|
|
|
setuptools.setup(
|
|
setup_requires=['setuptools-odoo'],
|
|
odoo_addon=True,
|
|
)
|