Skip to content

Conversation

@hokolomopo
Copy link
Contributor

Description

When searching a value in a specific range in the Find & Replace panel, the range should be updated when changing the active sheet.

We actually had a test for this behavior, but the test was skipped 2 years ago during a refactoring, and never fixed.

Task: 5423885

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
Collaborator

robodoo commented Dec 17, 2025

Pull request status dashboard

When searching a value in a specific range in the Find & Replace panel,
the range should be updated when changing the active sheet.

We actually had a test for this behavior, but the test was skipped 2
years ago during a refactoring, and never fixed.

Task: 5423885
@hokolomopo hokolomopo force-pushed the 18.0-fix-find-and-replace-specific-range-adrm branch from 4b9b531 to 058034c Compare January 5, 2026 12:44
Copy link
Collaborator

@LucasLefevre LucasLefevre left a comment

Choose a reason for hiding this comment

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

robodoo r+

robodoo pushed a commit that referenced this pull request Jan 8, 2026
When searching a value in a specific range in the Find & Replace panel,
the range should be updated when changing the active sheet.

We actually had a test for this behavior, but the test was skipped 2
years ago during a refactoring, and never fixed.

closes #7667

Task: 5423885
Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
@robodoo
Copy link
Collaborator

robodoo commented Jan 8, 2026

@hokolomopo @LucasLefevre staging failed: timed out (>50 minutes)

@LucasLefevre
Copy link
Collaborator

robodoo retry

robodoo pushed a commit that referenced this pull request Jan 8, 2026
When searching a value in a specific range in the Find & Replace panel,
the range should be updated when changing the active sheet.

We actually had a test for this behavior, but the test was skipped 2
years ago during a refactoring, and never fixed.

closes #7667

Task: 5423885
Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
@robodoo robodoo closed this Jan 8, 2026
@fw-bot fw-bot deleted the 18.0-fix-find-and-replace-specific-range-adrm branch January 15, 2026 15:43
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