[18.0][MIG] base_name_search_multi_lang: Migration to 18.0 - #3697
Open
ROBBYHOOD9 wants to merge 14 commits into
Open
[18.0][MIG] base_name_search_multi_lang: Migration to 18.0#3697ROBBYHOOD9 wants to merge 14 commits into
ROBBYHOOD9 wants to merge 14 commits into
Conversation
Currently translated at 100.0% (7 of 7 strings) Translation: server-tools-14.0/server-tools-14.0-base_name_search_multi_lang Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-base_name_search_multi_lang/es_AR/
Currently translated at 14.2% (1 of 7 strings) Translation: server-tools-14.0/server-tools-14.0-base_name_search_multi_lang Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-base_name_search_multi_lang/it/
hbrunn
requested changes
Aug 7, 2026
ROBBYHOOD9
force-pushed
the
18.0-mig-base_name_search_multi_lang
branch
from
August 27, 2026 15:31
01c5beb to
183c99f
Compare
Author
|
@hbrunn
|
hbrunn
requested changes
Aug 28, 2026
hbrunn
left a comment
Member
There was a problem hiding this comment.
this entirely changes the logic of the module. the goal here is to change name_search, not inject unexpected behavior for arbitrary searches.
Further, this needs to conform to https://github.com/OCA/.github/blob/master/AI_POLICY.md
I'll refrain from continuing to review this if you keep submitting unsupervised generated bullshit.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migration
base_name_search_multi_langfrom 14.0 to 18.01. Module Version
Updated the module version to align with Odoo 18.
2. Python Code Updates
name_searchpatching mechanism with_search_display_name().3. View Migration
4. Test Updates
BaseCommonand Odoo 18 testing conventions.5. Project Maintenance