Commit Graph

6 Commits

Author SHA1 Message Date
Víctor Martínez
69dcb81fdb [FIX] account_statement_import_txt_xlsx: Make tests resilient
- Depending on the installed set of modules, the company currency may
  be USD or EUR. If the second case, these tests will fail, so we make
  sure that the company currency is USD for our tests, doing the change
  by SQL, as there's a Python constraint that prevents it.

Not needed in v17 due to: odoo/odoo#107113.
2023-08-16 16:44:48 +02:00
Jordi Ballester Alomar
ceee58af90 [IMP] account_statement_import_txt_xlsx: add tests 2023-02-23 12:20:42 +01:00
Henrik Norlin
d6a9c0b7b2 [IMP] account_statement_import_txt_xlsx: amount_debit_column, amount_credit_column 2023-02-23 11:58:50 +01:00
Henrik Norlin
cdb5dcfb7a [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
2023-02-23 11:47:36 +01:00
nicolas
3e9fc9cc12 [MIG] account_statement_import_txt_xlsx: Migration to 15.0 2022-11-11 14:42:11 -03:00
Sergio Zanchetta
5b8b42669c [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>
2022-10-05 11:01:53 -03:00