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.
This commit is contained in:
David James
2021-06-07 16:07:38 +10:00
parent ebd77c9399
commit 53dc46e058
6 changed files with 66 additions and 1 deletions

View File

@@ -2,3 +2,4 @@
from . import bi_sql_view
from . import bi_sql_view_field
from . import ir_model