Removed Invalid attribute colors for element tree

This commit is contained in:
Jes?s Mart?n Jim?nez 2016-07-05 15:53:34 +02:00
parent a6924747af
commit 7c9c4222ae
2 changed files with 0 additions and 6 deletions

View File

@ -2,9 +2,6 @@
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/tree" position="replace_attributes">
<tree colors="If(Bool(Eval('minimum_quantity')), 'red', 'black')"/>
</xpath>
<xpath expr="/tree/field[@name='quantity']" position="before">
<field name="minimum_quantity"/>
</xpath>

View File

@ -2,9 +2,6 @@
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/tree" position="replace_attributes">
<tree colors="If(Bool(Eval('minimum_quantity')), 'red', 'black')"/>
</xpath>
<xpath expr="/tree/field[@name='quantity']" position="before">
<field name="minimum_quantity"/>
</xpath>