Skip to content

[IMP] scorecard: make config available for odoo#8750

Closed
fdamhaut wants to merge 2 commits into
masterfrom
master-scorecard-goToRecord-flda
Closed

[IMP] scorecard: make config available for odoo#8750
fdamhaut wants to merge 2 commits into
masterfrom
master-scorecard-goToRecord-flda

Conversation

@fdamhaut

Copy link
Copy Markdown
Contributor

Task: 6167643

Description:

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

Task: 6167643

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 May 19, 2026

Copy link
Copy Markdown
Collaborator

Pull request status dashboard

@fdamhaut
fdamhaut force-pushed the master-scorecard-goToRecord-flda branch from d31e64b to b444eff Compare June 1, 2026 09:30
@fdamhaut
fdamhaut force-pushed the master-scorecard-goToRecord-flda branch from b444eff to cc4ed31 Compare June 11, 2026 13:52
Comment thread src/helpers/references.ts Outdated
// If the xc is representing a zone, return the zone's top left position instead.
// If the xc is malformed, this will throw an error.
// If the sheetName does not exist, it will return undefined.
export function cellPositionFromXC(getters: Getters, xc: string) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you use getters.getRangeFromSheetXC() instead of introducing yet another helper parsing references?

@fdamhaut
fdamhaut force-pushed the master-scorecard-goToRecord-flda branch from cc4ed31 to 2ea00bd Compare June 15, 2026 08:18
@fdamhaut
fdamhaut force-pushed the master-scorecard-goToRecord-flda branch from 2ea00bd to 46915e4 Compare June 30, 2026 10:57
@rrahir
rrahir force-pushed the master-scorecard-goToRecord-flda branch from 46915e4 to eefdfb2 Compare July 6, 2026 09:04
@rrahir

rrahir commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

robodoo rebase-ff

@robodoo

robodoo commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Merge method set to rebase and fast-forward.

Comment thread src/helpers/text_helper.ts Outdated
strikethrough: boolean | undefined = false,
strokeWidth: number = getContextFontSize(context.font) / 10 //This value is defined to get a good looking stroke
strokeWidth: number = getContextFontSize(context.font) / 10, //This value is defined to get a good looking stroke
highlight: boolean | undefined = false

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
highlight: boolean | undefined = false
highlightText: boolean | undefined = false

nitpick

Allow the highlighting of text based on the chart runtime

Task: 6167643
@fdamhaut
fdamhaut force-pushed the master-scorecard-goToRecord-flda branch from eefdfb2 to a31d9a7 Compare July 9, 2026 08:01
@rrahir

rrahir commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

robodoo r+

robodoo pushed a commit that referenced this pull request Jul 9, 2026
Task: 6167643
Part-of: #8750
Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>
robodoo pushed a commit that referenced this pull request Jul 9, 2026
Allow the highlighting of text based on the chart runtime

closes #8750

Task: 6167643
Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>
@robodoo robodoo added the 19.5 label Jul 9, 2026
@robodoo robodoo closed this Jul 9, 2026
@fw-bot
fw-bot deleted the master-scorecard-goToRecord-flda branch July 16, 2026 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants