Commit Graph

18 Commits

Author SHA1 Message Date
Jérémy Didderen
e90e3d8188 [IMP] account_statement_import_sheet_file: additional mapping controls 2024-12-02 12:48:13 +01:00
Rocío Vega
3566322c09 [MIG] account_statement_import_sheet_file: Migration to 17.0 2024-05-15 09:39:44 -03:00
Rocío Vega
0967843644 [IMP] account_statement_import_sheet_file: pre-commit execution 2024-05-15 09:39:44 -03:00
Luis Felipe Miléo
a119d82999 [REF][account_statement_import_sheet_file] Remove decimal 2024-05-15 09:39:44 -03:00
Luis Felipe Miléo
15f9b139fe [IMP][account_statement_import_sheet_file] Empty lines with spaces, or with simbols eg: USD/$ 2024-05-15 09:39:44 -03:00
Alexis de Lattre
7801ea381e [IMP] account_statement_import_sheet_file: add quote as thousand separator 2024-05-15 09:39:44 -03:00
Jordi Ballester Alomar
894c42c0cb [IMP] account_statement_import_sheet_file: add field amount_inverse_sign_column.
In some cases such as in credit card statements the amounts are expressed in the inverse sign.
By setting this flag during the upload the amounts will be inverted in sign.
2024-05-15 09:39:12 -03:00
Katherine Zaoral
b949a64ea2 [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
2024-05-15 09:39:12 -03:00
Katherine Zaoral
c834e2cca1 [ADD] account_statement_import_txt_xlsx: show mapping error
If there is a problem parsing the file we are not showing the error
to the user, instead a generic message telling something is wrong
with the type of file is shown, and we only showing the error if
we are running unit tests.

In this case we think is good to show the error to the user, this
way they can check what is wrong and fix it in the sheet mapping.

* We are only showing the title of the error as a HINT, we think that is
  a good start to undestand what needs to change in the sheet mapping.
* The complete traceback error is shown in the log if we needed for more
  detail review from the technical teams.
2024-05-15 09:39:12 -03:00
Pedro M. Baeza
e336dffd7f [FIX] account_statement_import_txt_xlsx: Don't try to parse if no mapping
account_statement_import_txt_xlsx 15.0.2.0.1
2024-05-15 09:39:12 -03:00
Jordi Ballester Alomar
2195bfa0bb [IMP] account_statement_import_txt_xlsx: Calculate final balance if not provided in the import file
[UPD] Update account_statement_import_txt_xlsx.pot

account_statement_import_txt_xlsx 15.0.2.0.0

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import_txt_xlsx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import_txt_xlsx/
2024-05-15 09:39:12 -03:00
Jordi Ballester Alomar
a9a377fe5c [IMP] account_statement_import_txt_xlsx: add tests 2024-05-15 09:39:12 -03:00
Jordi Ballester Alomar
8b33c8b571 [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.
2024-05-15 09:39:12 -03:00
Henrik Norlin
9d59ac196e [IMP] account_statement_import_txt_xlsx: amount_debit_column, amount_credit_column 2024-05-15 09:39:12 -03:00
Henrik Norlin
ddcd036186 [IMP] account_statement_import_txt_xlsx: wizard: 2 amount columns, for IN and OUT
[IMP] account_statement_import_txt_xlsx: wizard: amount2_reverse boolean field, with tests
2024-05-15 09:39:12 -03:00
NuriaMForgeFlow
2683695163 [FIX] account_bank_statement_import_txt_xlsx: import sheet notes 2024-05-15 09:39:12 -03:00
nicolas
8eeb643c9c [MIG] account_statement_import_txt_xlsx: Migration to 15.0
[UPD] Update account_statement_import_txt_xlsx.pot

[UPD] README.rst
2024-05-15 09:39:12 -03:00
Sergio Zanchetta
a5b3734b86 [MIG] account_bank_statement_import_txt_xlsx: Migration to 14.0
[FIX] Mostly currency-related fixes

[IMP] sample_statement_en test: add dates on description

Co-authored-by: Marco Colombo <marco.colombo@gmail.com>

[UPD] Update account_statement_import_txt_xlsx.pot
2024-05-15 09:39:12 -03:00