[IMP] Charts: add new chart suggestions#9041
Open
matho-odoo wants to merge 5 commits into
Open
Conversation
Collaborator
b79256a to
5c0dd32
Compare
9ef6e27 to
b437094
Compare
013372c to
f9c626e
Compare
1a8fc8f to
92746cb
Compare
93fbdef to
900e6b7
Compare
2fadbed to
7b7ba21
Compare
7b7ba21 to
3a2c124
Compare
Description This commit adds two new commands to merge charts into carousel : - CREATE_CHART_INTO_CAROUSEL to create a new chart in a existing carousel when dropping it from the side panel on a carousel. - CREATE_CHART_AND_MERGE_INTO_CAROUSEL to create a new chart and merge it with another existing chart to create a carousel. This is used when dropping from the side panel on a chart.
Task Description This task aims to add a new feature to help the user to analyze its data. When he user select some cells and open the "data analysis" side panel, some suggested charts will be shown, according to the selected data. The user can then drag one chart and drop it into the sheet to create a new chart with the suggested definition. Related Task Task: 6348280
3a2c124 to
dd0a4d1
Compare
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.

Description:
description of this task, what is implemented and why it is implemented that way.
Task: 6209080
review checklist