[FIX] account.account.type getter function of field report_type now handle ValueError...
[odoo/odoo.git] / addons / account / tests / __init__.py
1 from . import test_tax
2
3 fast_suite = [test_tax,
4               ]