[IMP] account_bank_statement_import_txt_xlsx: CSV

[IMP] add csv meta data management
[FIX] exclude footer meta data
[IMP] import separated credit/debit column file
[FIX] make comptatible with new version of multi_step_wizard module & add migration file
[FIX] all not provided value are handled in_parse_decimal method
[REF] Remove unnecessary \n

Renamed to account_statement_import_sheet_file

Co-authored-by: zaoral
This commit is contained in:
Katherine Zaoral
2022-11-15 11:11:17 -03:00
committed by Víctor Martínez
parent d06179c31c
commit 13285abe74
31 changed files with 2605 additions and 2971 deletions

View File

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