Skip to content

Conversation

@pro-odoo
Copy link
Collaborator

This commit adds a way to give a custom function to compute fuzzy search keys. It will be used in Odoo to provide better fuzzy search results by taking into account the technical names of the fields.

Task: 5226786

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

@robodoo
Copy link
Collaborator

robodoo commented Nov 25, 2025

Pull request status dashboard

@pro-odoo pro-odoo force-pushed the master-spreadsheet-technical-name-measure-pro branch from 7c5f9f4 to 709002e Compare December 1, 2025 07:40
This commit adds the technical names of fields to the fuzzy search keys.

Task: 5226786
@pro-odoo pro-odoo force-pushed the master-spreadsheet-technical-name-measure-pro branch from 709002e to 1929ea9 Compare December 1, 2025 13:37
@pro-odoo pro-odoo changed the title [IMP] add_dimension_button: add computeFuzzySearchKey props [IMP] add_dimension_button: allow to fuzzy search on technical names Dec 1, 2025
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