Commit Graph

2 Commits

Author SHA1 Message Date
Jairo Llopis
266c5160a8 [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
2023-09-29 18:52:51 +02:00
Ronald Portier
1853ac7d3b [IMP] Adapt account_bank_statement_import_online to 14.0
Also Rename account_bank_statement_import_online => account_statement_import_online
2023-09-29 18:52:49 +02:00