[IMP] bi_sql_editor: allow to generate form view + use sum / avg on tree view - #839
Merged
OCA-git-bot merged 3 commits intoJul 23, 2024
Merged
Conversation
legalsylvain
force-pushed
the
16.0-IMP-bi_sql_editor-allow-form-view
branch
2 times, most recently
from
January 26, 2024 09:58
ead15f7 to
3fb2d3b
Compare
legalsylvain
force-pushed
the
16.0-IMP-bi_sql_editor-allow-form-view
branch
from
February 6, 2024 20:12
3fb2d3b to
0c597eb
Compare
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
legalsylvain
force-pushed
the
16.0-IMP-bi_sql_editor-allow-form-view
branch
from
June 9, 2024 12:35
5d061ee to
3d3029a
Compare
…o see data detail, when clicking on an item in a tree view
… models are loaded, to avoid errors because fields are not available
legalsylvain
force-pushed
the
16.0-IMP-bi_sql_editor-allow-form-view
branch
from
June 9, 2024 12:39
3d3029a to
53593c9
Compare
Contributor
Author
|
used in production since monthes. /ocabot merge nobump |
Contributor
|
On my way to merge this fine PR! |
Contributor
|
Congratulations, your PR was merged at 388601c. Thanks a lot for contributing to OCA. ❤️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
allow to generate form view, so It is possible to see data detail, when clicking on an item in a tree view.
use group_operator to display sum / avg function in tree view, if defined.
CC : @AMEA-LYON, @nguyenminhchien
Note : add migration script to create form views and update tree views.