Commit Graph

3 Commits

Author SHA1 Message Date
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