6 Commits

Author SHA1 Message Date
Emanuel Cino
e697099893 [IMP] account_statement_import_online_wise: black, isort, prettier 2024-02-12 15:04:50 +01:00
Jordi Ballester Alomar
0a0d55d4db [IMP] account_statement_import_txt_xlsx: Allow mapping with reference to column numbers, and concatenation
A new field 'File does not contain header line' is added in the Statement Sheet Mappings. If you set to True,
then you can map the columns by indicating in each field of the 'Columns' section the column number in the file.

We also allow to concatenate multiple columns in the file to a single column to a single field of the statement line.
You have to indicate the names of the columns separated by comma.
2023-02-22 19:29:20 +01:00
Miquel Raïch
a11ca1ec8a [FIX] account_statement_import_online: not require odoo_test_helper 2023-02-22 18:30:26 +01:00
Jairo Llopis
0b5e55191d [FIX] account_statement_import_online: use unittest.mock and don't import tests at install
Installing this module failed because `mock` couldn't be found. Indeed there was a migration problem.

However, I was not testing the module; just installing. At install, tests shouldn't be imported.

This file was being imported because the dummy model was expected to exist in database for tests. Using odoo-test-helper for that now.

@moduon MT-295
2022-03-09 11:32:07 +00:00
Sergio Zanchetta
578abd8278 [IMP] account_bank_statement_import_txt_xlsx: black, isort, prettier 2021-11-18 10:12:09 +01:00
oca-git-bot
8dbc7b82be [IMP] update dotfiles [ci skip] 2021-05-14 18:38:03 +02:00