Files
bank-statement-import/account_statement_import_txt_xlsx/tests
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
..