[IMP] web: D&co apply decoration-muted to m2o avatar#246776
Closed
PiaCOS wants to merge 1 commit intoodoo:masterfrom
Closed
[IMP] web: D&co apply decoration-muted to m2o avatar#246776PiaCOS wants to merge 1 commit intoodoo:masterfrom
PiaCOS wants to merge 1 commit intoodoo:masterfrom
Conversation
Contributor
31369f8 to
18c222c
Compare
18c222c to
03ddad3
Compare
aab-odoo
reviewed
Feb 11, 2026
addons/web/static/src/views/fields/many2one_avatar/many2one_avatar_field.scss
Outdated
Show resolved
Hide resolved
This commit adds a grayscale filter and lower opacity on the m2o avatar when the field has the `text-muted` attribute. task-5469063
03ddad3 to
8c25de5
Compare
robodoo
pushed a commit
that referenced
this pull request
Feb 12, 2026
This commit adds a grayscale filter and lower opacity on the m2o avatar when the field has the `text-muted` attribute. task-5469063 closes #246776 Related: odoo/enterprise#106176 Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
Feb 12, 2026
This commit adds a grayscale filter and lower opacity on the m2o avatar when the field has the `text-muted` attribute. task-5469063 closes #246776 Related: odoo/enterprise#106176 Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
Feb 12, 2026
This commit adds a grayscale filter and lower opacity on the m2o avatar when the field has the `text-muted` attribute. task-5469063 closes #246776 Related: odoo/enterprise#106176 Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
Feb 13, 2026
This commit adds a grayscale filter and lower opacity on the m2o avatar when the field has the `text-muted` attribute. task-5469063 closes #246776 Related: odoo/enterprise#106176 Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
Feb 13, 2026
This commit adds a grayscale filter and lower opacity on the m2o avatar when the field has the `text-muted` attribute. task-5469063 closes #246776 Related: odoo/enterprise#106176 Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
xmo-odoo
pushed a commit
to odoo-dev/odoo
that referenced
this pull request
Feb 13, 2026
This commit adds a grayscale filter and lower opacity on the m2o avatar when the field has the `text-muted` attribute. task-5469063 closes odoo#246776 Related: odoo/enterprise#106176 Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
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.

This commit adds a grayscale filter on the m2o avatar when the field has
the
decoration-mutedattribute.task-5469063