[17.0] [MIG] sale_attached_product: Migration to 17.0#3822
Merged
OCA-git-bot merged 11 commits intoOCA:17.0from Aug 20, 2025
Merged
[17.0] [MIG] sale_attached_product: Migration to 17.0#3822OCA-git-bot merged 11 commits intoOCA:17.0from
OCA-git-bot merged 11 commits intoOCA:17.0from
Conversation
Currently translated at 100.0% (10 of 10 strings) Translation: sale-workflow-15.0/sale-workflow-15.0-sale_attached_product Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-15-0/sale-workflow-15-0-sale_attached_product/es/
Co-authored-by: Pedro M. Baeza <pedro.baeza@tecnativa.com>
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-16.0/sale-workflow-16.0-sale_attached_product Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_attached_product/
Contributor
|
/ocabot migration sale_attached_product |
| widget="many2many_tags" | ||
| options="{'color_field': 'color'}" | ||
| domain="[('id', '!=', active_id), '|', ('company_id', '=', company_id), ('company_id', '=', False)]" | ||
| domain="[('id', '!=', id), '|', ('company_id', '=', company_id), ('company_id', '=', False)]" |
Contributor
There was a problem hiding this comment.
[('id', '!=', id), ('company_id', 'in', [company_id, False]),] is better in terms of performance
26ba5e4 to
826295e
Compare
rousseldenis
approved these changes
Jul 22, 2025
BhaveshHeliconia
approved these changes
Aug 11, 2025
Contributor
BhaveshHeliconia
left a comment
There was a problem hiding this comment.
Functional review LGTM!
Contributor
|
This PR has the |
Contributor
|
/ocabot merge nobump |
Contributor
|
What a great day to merge this nice PR. Let's do it! |
Contributor
|
Congratulations, your PR was merged at f514652. Thanks a lot for contributing to OCA. ❤️ |
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.
No description provided.