Commit Graph

27 Commits

Author SHA1 Message Date
Sylvain LE GAL
41b2baef6d [IMP] bi_sql_editor : better display of UI settings 2024-07-23 11:02:34 +02:00
Sylvain LE GAL
75e63bc2b6 [IMP] bi_sql_editor : move technical field 'view_name' in technical tab 2024-07-23 10:47:12 +02:00
Sylvain LE GAL
26cf0f9912 [IMP] bi_sql_editor: allow to generate form view. So It is possible to see data detail, when clicking on an item in a tree view 2024-06-09 14:39:02 +02:00
GuillemCForgeFlow
0734321717 [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-06-06 12:04:46 +02:00
Sylvain LE GAL
2380b4000d [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 2023-12-06 00:24:43 +01:00
Sylvain LE GAL
0b5f274415 [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 2023-12-05 23:11:28 +01:00
Sylvain LE GAL
4d61f6e7ed [REF] bi_sql_editor : simplification : Remove conditional display related to field_description, as this field is required and so, allways defined 2023-12-05 23:09:04 +01:00
Sylvain LE GAL
de90dedab2 [IMP] bi_sql_editor : allow to reset to the previous state, and not only into 'draft' state 2023-12-05 22:58:26 +01:00
Sylvain LE GAL
c55dc6f287 [IMP] bi_sql_editor : add field context 2023-02-17 10:19:08 +00:00
Sylvain LE GAL
6be6f7d02f [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
2023-02-17 10:19:08 +00:00
mariadforgeflow
b58ab666ae [MIG] bi_sql_editor: Migration to 15.0 2023-02-17 10:19:08 +00:00
David James
02807d7ae2 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.
2023-02-17 10:19:08 +00:00
HviorForgeFlow
46eea39cfd [MIG] bi_sql_editor: Migration to 13.0 2023-02-17 10:19:08 +00:00
HviorForgeFlow
3c7228078b [IMP] bi_sql_editor: black, isort, prettier 2023-02-17 10:19:08 +00:00
Sylvain LE GAL
edb533e6de [WIP] imp bi_sql_editor 2023-02-17 10:19:08 +00:00
Sylvain LE GAL
40cce38f19 [ADD] action context 2023-02-17 10:19:08 +00:00
Adrià Gil Sorribes
ff08ba0061 [12.0][MIG] Migrate module bi_sql_editor to v12 2023-02-17 10:19:08 +00:00
mreficent
98f11d575a [FIX] Query and technical name should only be modifiable in draft mode 2023-02-17 10:19:08 +00:00
mreficent
722395b489 [FIX] ir.cron relation 2023-02-17 10:19:08 +00:00
Sylvain LE GAL
e92a43103b 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
2023-02-17 10:19:08 +00:00
Patrick Tombez
4c4f50e7ab 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
2023-02-17 10:19:08 +00:00
Darshan Patel
2500c7db4e [IMP] preview button 2023-02-17 10:19:08 +00:00
Darshan Patel
b69d2cdcb5 [MIG] bi_sql_editor v10 2023-02-17 10:19:08 +00:00
aheficent
97dd0443a2 [IMP] Add test + several fixes 2023-02-17 10:19:08 +00:00
Sylvain LE GAL
6f1f1dd65b create ui now create tree view [IMP] fr translation [IMP] add last refresh date time on the action name of each sql materialized view 2023-02-17 10:19:08 +00:00
nicomacr
8aa3fa3e26 bi_sql_editor 2023-02-17 10:19:08 +00:00
Sylvain LE GAL
86e4d12d7f new module bi_sql_editor [IMP] function to guess model for many2one field; [ADD] security 2023-02-17 10:19:08 +00:00