Odoo18-Base/odoo/addons/test_read_group/tests/__init__.py
2025-03-10 10:52:11 +07:00

12 lines
339 B
Python

# -*- coding: utf-8 -*-
from . import test_empty
from . import test_exceptions
from . import test_group_expand
from . import test_group_operator
from . import test_fill_temporal
from . import test_auto_join
from . import test_m2m_grouping
from . import test_date_range
from . import test_groupby_week
from . import test_private_read_group