[FIX] remove list coloring (mistake)

bzr revid: rco@openerp.com-20110530145821-xd7xhbzvnnvzfzf7
This commit is contained in:
Raphael Collet 2011-05-30 16:58:21 +02:00
parent b9337faa60
commit 71689f7f43
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<field name="arch" type="xml">
<!-- the attribute 'editable' is set below to make the elements
editable in the web client 6.0 -->
<tree string="Portal Users" editable="bottom" colors="red:exists==True">
<tree string="Portal Users" editable="bottom">
<field name="name"/>
<field name="user_email"/>
<field name="partner_id"/>