[FIX] account: colors specification in contracts view

bzr revid: xmo@openerp.com-20111208151956-l6qqmil0y32kk9gq
This commit is contained in:
Xavier Morel 2011-12-08 16:19:56 +01:00
parent 1831cddc7e
commit 042836d89e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<field name="type">tree</field>
<field eval="8" name="priority"/>
<field name="arch" type="xml">
<tree toolbar="1" colors="red:state=='pending';grey:state=='done';blue:type=='view'" string="Analytic Accounts">
<tree toolbar="1" colors="red:state=='pending';grey:state=='close';blue:type=='view'" string="Analytic Accounts">
<field name="code"/>
<field name="complete_name"/>
<field name="quantity"/>