[FIX] sale: Put colors for diff state in list view

lp bug: https://launchpad.net/bugs/692735 fixed

bzr revid: pso@tinyerp.com-20101221055149-7zjvbzq3u6jjtfzt
This commit is contained in:
pso 2010-12-21 11:21:49 +05:30
parent 5d77a6f5b9
commit 61668fe2af
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
<field name="type">tree</field>
<field name="priority">2</field>
<field name="arch" type="xml">
<tree string="Sales Orders" colors="grey:state=='done'">
<tree string="Sales Orders" colors="grey:state=='cancel';blue:state in ('waiting_date','manual');red:state in ('invoice_except','shipping_except')">
<field name="name"/>
<field name="date_order"/>
<field name="client_order_ref" groups="base.group_extended"/>