Skip to content

[FIX] dashboard: clickable cell is not triggered by a right click#9105

Open
rrahir wants to merge 1 commit into
saas-18.3from
saas-18.3-no-right-click-for-dashboard-clickable-cells-rar
Open

[FIX] dashboard: clickable cell is not triggered by a right click#9105
rrahir wants to merge 1 commit into
saas-18.3from
saas-18.3-no-right-click-for-dashboard-clickable-cells-rar

Conversation

@rrahir

@rrahir rrahir commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

How to reproduce:

  • On a dashboard in Odoo, right-click on a cell that contains a formula pointing towards records (ODOO.PIVOT or ODOO.LIST)

=> you are redirected to the said records

This is a side-effect from PR #5642 which was meant to detect a Ctrl-Click but not a right click.

Task: 6365823

Description:

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

Task: TASK_ID

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

How to reproduce:
- On a dashboard in Odoo, right-click on a cell that contains a formula
  pointing towards records (ODOO.PIVOT or ODOO.LIST)

=> you are redirected to the said records

This is a side-effect from PR #5642 which was meant to detect a
Ctrl-Click but not a right click.

Task: 6365823
@robodoo

robodoo commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Pull request status dashboard

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.

2 participants