Files
reporting-engine/bi_sql_editor/models/__init__.py
David James 2805e24c5d bi_sql_editor: add support for group operators
this commit allows specifying the group operator for each field. This functionality was originally included in a seperate module "bi_sql_editor_aggregate" in version 12.
2021-12-13 08:55:14 +01:00

6 lines
151 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import bi_sql_view
from . import bi_sql_view_field
from . import ir_model