[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.
This commit is contained in:
GuillemCForgeFlow
2024-06-04 10:49:03 +02:00
committed by GuillemCForgeFlow
parent 9923917e64
commit 6c3534e942
6 changed files with 56 additions and 8 deletions

View File

@@ -34,5 +34,10 @@ to make reporting depending on the current companies of the user.
![](../static/description/04_materialized_view_setting.png)
- Before applying the final step, you will need to add a specific Parent Menu to
use when creating the UI Menu for the report. By default, it will be set with
the `SQL Views` menu, which can be changed before creating the UI elements in
order to have the report accessible from a different place within Odoo.
- Finally, click on 'Create UI', to create new menu, action, graph view
and search view.

View File

@@ -4,7 +4,9 @@
- David James, WilldooIT (<http://www.willdooit.com/>)
- This module is highly inspired by the work of
- Guillem Casassas <guillem.casassas@forgeflow.com>
- This module is highly inspired by the work of
- Onestein: (<http://www.onestein.nl/>) Module:
OCA/server-tools/bi_view_editor. Link:
<https://github.com/OCA/reporting-engine/tree/9.0/bi_view_editor>