Commit Graph

26 Commits

Author SHA1 Message Date
thien
31d73bec04 [MIG] bi_sql_editor: Migration to 18.0 2024-12-02 10:20:41 +07:00
GuillemCForgeFlow
158d6dc2f5 [IMP]bi_sql_editor: add parent menu as an editable parameter when creating UI elements
When creating the UI for the SQL view, it is now possible to set a specific Parent Menu which will be used when creating the UI Menu for the report itself. The default value will be the `SQL Reports` menu.
Also, added the explanation on the `CONFIGURE.rst` file to have the description updated.
2024-11-29 10:59:01 +07:00
chien
e51ac73986 [MIG] bi_sql_editor: Migration to 17.0 2024-11-29 10:59:01 +07:00
Sylvain LE GAL
5fb92536a1 [IMP] bi_sql_editor : Allow to change fields settings if state is 'Model Valid'. Avoid to reset to draft and to have to recreate view that can take a while, if the view is materialized 2024-11-29 10:59:01 +07:00
Sylvain LE GAL
fc261058bf [REM] bi_sql_editor : option_context_field field, as it is now possible to implement that feature with optional='hide' on the field list view 2024-11-29 10:59:01 +07:00
Sylvain LE GAL
301b698a0d [REF] bi_sql_editor : simplification : Remove conditional display related to field_description, as this field is required and so, allways defined 2024-11-29 10:59:01 +07:00
Sylvain LE GAL
f79db202ec [IMP] bi_sql_editor : allow to reset to the previous state, and not only into 'draft' state 2024-11-29 10:59:01 +07:00
Sylvain LE GAL
343df7bab8 [IMP] bi_sql_editor : add field context 2024-11-29 10:59:00 +07:00
Sylvain LE GAL
a102a7f115 [MIG] bi_sql_editor : from 15.0 to 16.0
- move menu and action in according view file
- use new sql_request_abstract menu entry for SQL views configuration
- Use sql_request_abstract primary tree view
- Use sql_request_abstract primary form view
- move has_grouped_changed in sql_request_abstract module
- improve demo data
- add default count value to display in pivot, if no pivot_measures are defined ;
- set widget handle to sequence field
- reorder fields in tree view and add optional hide for some fields
- simplify : make field_description field required
- improve : add optional='hide' and 'show' on tree visibility
- replace obsolete base.menu_board_root by spreadsheet_dashboard entries
- update translation
2024-11-29 10:59:00 +07:00
mariadforgeflow
4dcd9d292b [MIG] bi_sql_editor: Migration to 15.0 2024-11-29 10:59:00 +07:00
David James
a0b0c88e0e 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.
2024-11-29 10:59:00 +07:00
HviorForgeFlow
37f263da13 [MIG] bi_sql_editor: Migration to 13.0 2024-11-29 10:59:00 +07:00
HviorForgeFlow
61ee616a01 [IMP] bi_sql_editor: black, isort, prettier 2024-11-29 10:59:00 +07:00
Sylvain LE GAL
bbb90113d7 [WIP] imp bi_sql_editor 2024-11-29 10:59:00 +07:00
Sylvain LE GAL
8b75e76e0b [ADD] action context 2024-11-29 10:59:00 +07:00
Adrià Gil Sorribes
bb7028e545 [12.0][MIG] Migrate module bi_sql_editor to v12 2024-11-29 10:59:00 +07:00
mreficent
4b6ce2adcc [FIX] Query and technical name should only be modifiable in draft mode 2024-11-29 10:58:59 +07:00
mreficent
e78911e11f [FIX] ir.cron relation 2024-11-29 10:58:59 +07:00
Sylvain LE GAL
56e88f3157 10.0 imp bi sql editor (#1)
* [IMP] is_materialized field non readonly on sql_valid state ; [FIX] block possibility to set indexes on non materialized view

* [FIX] set domain_force, group_ids readonly if state > sql_valid

* [IMP] better display of the field group_ids

* [IMP] possibility to reorder menu items from sql views

* [IMP] Do not warn user when setting sql view to draft if state is sql_valid

* [REF]

* [FIX] Set Date of the first execution in the action name
2024-11-29 10:58:59 +07:00
Patrick Tombez
3e67a99c15 Fix several issues
Fix error '... is not a table or foreign table'
Fix view (colors + oe_highlight)
Fix tests
Fix README + manifest
Fix back to draft
Fix cron call + default values
Use Postgres version 9.6 for travis builds
2024-11-29 10:58:59 +07:00
Darshan Patel
8b4086820a [IMP] preview button 2024-11-29 10:58:59 +07:00
Darshan Patel
9bfe61fa13 [MIG] bi_sql_editor v10 2024-11-29 10:58:59 +07:00
aheficent
f410135af8 [IMP] Add test + several fixes 2024-11-29 10:58:59 +07:00
Sylvain LE GAL
54f1dd0d25 create ui now create tree view [IMP] fr translation [IMP] add last refresh date time on the action name of each sql materialized view 2024-11-29 10:58:59 +07:00
nicomacr
b9a4e87af5 bi_sql_editor 2024-11-29 10:58:59 +07:00
Sylvain LE GAL
efd7b95913 new module bi_sql_editor [IMP] function to guess model for many2one field; [ADD] security 2024-11-29 10:58:59 +07:00