[18.0][MIG] pos_supplierinfo_search: Migration to version 18.0#1499
Open
cristina-hidalgo-tecnativa wants to merge 13 commits intoOCA:18.0from
Open
[18.0][MIG] pos_supplierinfo_search: Migration to version 18.0#1499cristina-hidalgo-tecnativa wants to merge 13 commits intoOCA:18.0from
cristina-hidalgo-tecnativa wants to merge 13 commits intoOCA:18.0from
Conversation
Currently translated at 100.0% (3 of 3 strings) Translation: pos-15.0/pos-15.0-pos_supplierinfo_search Translate-URL: https://translation.odoo-community.org/projects/pos-15-0/pos-15-0-pos_supplierinfo_search/es/
Currently translated at 100.0% (4 of 4 strings) Translation: pos-16.0/pos-16.0-pos_supplierinfo_search Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_supplierinfo_search/it/
5daffb4 to
685e916
Compare
Member
|
/ocabot migration pos_supplierinfo_search |
christian-ramos-tecnativa
suggested changes
Mar 13, 2026
Contributor
christian-ramos-tecnativa
left a comment
There was a problem hiding this comment.
Just a small comment the migration looks great!
Contributor
There was a problem hiding this comment.
We should change the file name to product_product, similar to upstream
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.
_loader_params_product_productoverride, which no longer exists in 18.0.supplier_data_jsonfromproduct.templatetoproduct.productand replaced the session-based field loader with_load_pos_data_fields, the new extension point in 18.0 for exposing fields to the POS frontend.PosDBpatch (removed in 18.0) with a patch onProductProduct.searchString, the new search string getter in the 18.0 POS model architecture.@Tecnativa TT59149
@christian-ramos-tecnativa @pedrobaeza