[MERGE][IMP] account: Set the order of the sequence by date while posting journal...
[odoo/odoo.git] / addons / account / tests / __init__.py
1 from . import test_tax
2 from . import test_search
3
4 fast_suite = [
5         test_tax,
6         test_search,
7 ]