Skip to content

Commit

Permalink
FIX color for obsoleted product
Browse files Browse the repository at this point in the history
  • Loading branch information
mboscolo committed Sep 15, 2023
1 parent f116e62 commit 6a8a2cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plm/views/mrp_extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
<attribute name="decoration-success">state == 'released'</attribute>
<attribute name="decoration-warning">state == 'undermodify'</attribute>
<attribute name="decoration-muted">state == 'obsoleted'</attribute>
<attribute name="decoration-danger">state == 'suspended'</attribute>
</xpath>
<xpath expr="//field[@name='bom_line_ids']/tree/field[@name='product_id']" position="before">
<field name="related_bom_ids" invisible="True"/>
Expand Down

0 comments on commit 6a8a2cd

Please sign in to comment.