Skip to content

[IMP] Allows sorting filter menu in readonly mode#8196

Open
matho-odoo wants to merge 1 commit into
masterfrom
master-sorting-readonly-matho
Open

[IMP] Allows sorting filter menu in readonly mode#8196
matho-odoo wants to merge 1 commit into
masterfrom
master-sorting-readonly-matho

Conversation

@matho-odoo
Copy link
Copy Markdown
Contributor

Sorting a table should be possible even in readonly mode

Task: 6047484

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
Copy link
Copy Markdown
Collaborator

robodoo commented Mar 25, 2026

Pull request status dashboard

@matho-odoo matho-odoo changed the title [FIX] Fix sorting filter menu in readonly mode [IMP] Allows sorting filter menu in readonly mode Mar 25, 2026
@matho-odoo matho-odoo force-pushed the master-sorting-readonly-matho branch 6 times, most recently from 7689f2c to 2fc28bd Compare March 26, 2026 13:16
@matho-odoo matho-odoo force-pushed the master-sorting-readonly-matho branch 8 times, most recently from 71d3198 to b542432 Compare April 2, 2026 11:51
Copy link
Copy Markdown
Contributor

@hokolomopo hokolomopo left a comment

Choose a reason for hiding this comment

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

👋

Comment thread doc/extending/command.md
@matho-odoo matho-odoo force-pushed the master-sorting-readonly-matho branch 5 times, most recently from 069bb73 to 0acb3d4 Compare April 13, 2026 18:23
@matho-odoo matho-odoo force-pushed the master-sorting-readonly-matho branch from 0acb3d4 to 4d66947 Compare April 24, 2026 12:02
Comment thread doc/extending/command.md Outdated
Comment thread src/components/grid/grid.ts Outdated
Comment thread src/components/grid/grid.ts
@matho-odoo matho-odoo force-pushed the master-sorting-readonly-matho branch 3 times, most recently from 9f6a28a to 0b9b5a2 Compare April 28, 2026 06:50
Sorting a table should be possible even in readonly mode

Task: 6047484
@matho-odoo matho-odoo force-pushed the master-sorting-readonly-matho branch from 0b9b5a2 to 4fded76 Compare April 28, 2026 07:34
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.

4 participants