Skip to content

[FIX] TableComputedStylePlugin: skip table style for invalid pivot#9101

Open
dhrp-odoo wants to merge 1 commit into
saas-19.2from
saas-19.2-fix-traceback-pivot-invalid-table-comp-dhrp
Open

[FIX] TableComputedStylePlugin: skip table style for invalid pivot#9101
dhrp-odoo wants to merge 1 commit into
saas-19.2from
saas-19.2-fix-traceback-pivot-invalid-table-comp-dhrp

Conversation

@dhrp-odoo

Copy link
Copy Markdown
Contributor

Description:

Pivot table style computation could call pivot runtime getters while an Odoo pivot was temporarily invalid/loading. Guard the pivot before reading its table structure and return no table style until it is valid again.

Task: 6306263

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

Pivot table style computation could call pivot runtime getters while an
Odoo pivot was temporarily invalid/loading. Guard the pivot before reading
its table structure and return no table style until it is valid again.

Task: 6306263
@robodoo

robodoo commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

Pull request status dashboard

@dhrp-odoo dhrp-odoo marked this pull request as ready for review July 3, 2026 08:38
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