Files
bank-statement-import/account_statement_import_online/__init__.py
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

5 lines
109 B
Python

# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import models
from . import wizards