[15.0][6429][ADD] product_tag#262
Open
AungKoKoLin1997 wants to merge 7 commits into
Open
Conversation
yostashiro
reviewed
May 8, 2026
Comment on lines
+9
to
+11
| <attribute | ||
| name="options" | ||
| >{'no_open': True, 'color_field': 'color'}</attribute> |
Member
There was a problem hiding this comment.
What's the reason we make this adjustment here instead of the template form?
Contributor
Author
There was a problem hiding this comment.
I realized there is no no_open option for the many2many_tags widget even I found there is some usage in odoo standard code. But, I found we can't open the records in many2many_tags. So, I removed this option completely.
https://www.odoo.com/documentation/15.0/developer/reference/frontend/javascript_reference.html
f3c43cb to
a4cbb67
Compare
a4cbb67 to
32df2a7
Compare
smorita7749
approved these changes
May 28, 2026
smorita7749
left a comment
Contributor
There was a problem hiding this comment.
Code, functional review: LGTM
yostashiro
requested changes
May 31, 2026
| @@ -0,0 +1,23 @@ | |||
| # Part of Odoo. | |||
Member
There was a problem hiding this comment.
It's not part of Odoo.
Suggested change
| # Part of Odoo. | |
| # Copyright Odoo S.A. | |
| # Copyright 2026 Quartile (https://www.quartile.co) | |
| # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). |
Contributor
Author
There was a problem hiding this comment.
Update all related parts.
| @@ -0,0 +1,2 @@ | |||
| This module backports the `product.tag` model from Odoo 16, allowing | |||
| products to be classified with tags in Odoo 15. | |||
Member
There was a problem hiding this comment.
Suggested change
| products to be classified with tags in Odoo 15. | |
| products to be classified with tags in Odoo 15. | |
| Unlike the original Odoo 16 design, the implementation has been simplified: tags can | |
| only be assigned at the product template (`product.template`) level, and not at the | |
| product variant (`product.product`) level. |
yostashiro
approved these changes
Jun 1, 2026
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.
QT6429