Skip to content

[IMP] Charts: add new chart suggestions#9041

Open
matho-odoo wants to merge 5 commits into
masterfrom
master-chart-suggestion-anhe-matho
Open

[IMP] Charts: add new chart suggestions#9041
matho-odoo wants to merge 5 commits into
masterfrom
master-chart-suggestion-anhe-matho

Conversation

@matho-odoo

Copy link
Copy Markdown
Contributor

Description:

description of this task, what is implemented and why it is implemented that way.

Task: 6209080

review checklist

  • feature is organized in plugin, or UI components
  • support of duplicate sheet (deep copy)
  • in model/core: ranges are Range object, and can be adapted (adaptRanges)
  • in model/UI: ranges are strings (to show the user)
  • undo-able commands (uses this.history.update)
  • multiuser-able commands (has inverse commands and transformations where needed)
  • new/updated/removed commands are documented
  • exportable in excel
  • translations (_t("qmsdf %s", abc))
  • unit tested
  • clean commented code
  • track breaking changes
  • doc is rebuild (npm run doc)
  • status is correct in Odoo

@robodoo

robodoo commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Pull request status dashboard

@matho-odoo matho-odoo force-pushed the master-chart-suggestion-anhe-matho branch 3 times, most recently from b79256a to 5c0dd32 Compare June 26, 2026 12:59
@anhe-odoo anhe-odoo changed the title Master chart suggestion anhe matho [IMP] Charts: add new chart suggestions Jun 26, 2026
@matho-odoo matho-odoo force-pushed the master-chart-suggestion-anhe-matho branch 17 times, most recently from 9ef6e27 to b437094 Compare July 3, 2026 06:26
@matho-odoo matho-odoo force-pushed the master-chart-suggestion-anhe-matho branch 3 times, most recently from 013372c to f9c626e Compare July 6, 2026 10:56
@anhe-odoo anhe-odoo force-pushed the master-chart-suggestion-anhe-matho branch from 1a8fc8f to 92746cb Compare July 6, 2026 12:12
@matho-odoo matho-odoo force-pushed the master-chart-suggestion-anhe-matho branch 2 times, most recently from 93fbdef to 900e6b7 Compare July 7, 2026 08:06
@anhe-odoo anhe-odoo force-pushed the master-chart-suggestion-anhe-matho branch 2 times, most recently from 2fadbed to 7b7ba21 Compare July 8, 2026 08:54
@anhe-odoo anhe-odoo force-pushed the master-chart-suggestion-anhe-matho branch from 7b7ba21 to 3a2c124 Compare July 8, 2026 09:01
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
@anhe-odoo anhe-odoo force-pushed the master-chart-suggestion-anhe-matho branch from 3a2c124 to dd0a4d1 Compare July 8, 2026 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants