[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

- update / create tree and form view once all the models are loaded, to avoid errors because fields are not available
This commit is contained in:
Sylvain LE GAL
2024-01-12 00:55:03 +01:00
parent ef3661f104
commit b2d4e1f3b3
6 changed files with 45 additions and 4 deletions

View File

@@ -221,6 +221,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
/>
</group>
<group string="UI Instances">
<field name="form_view_id" />
<field name="tree_view_id" />
<field name="graph_view_id" />
<field name="pivot_view_id" />