Skip to content
Snippets Groups Projects
Commit a842cd90 authored by Swapnesh Shah's avatar Swapnesh Shah Committed by Thibault Delavallée
Browse files

[FIX] base: use decoration-muted instead of deprecated color in lang tree view

parent 0166b3dd
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@
<field name="name">res.lang.tree</field>
<field name="model">res.lang</field>
<field name="arch" type="xml">
<tree string="Languages" colors="gray:not active" >
<tree string="Languages" decoration-muted="active == False" >
<field name="name"/>
<field name="code"/>
<field name="iso_code"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment