[FIX] crm opportunity list view

bzr revid: al@openerp.com-20130215015805-5mouv5pv3tsevrmr
This commit is contained in:
Antony Lesuisse 2013-02-15 02:58:05 +01:00
parent acbe21da9d
commit 7c89909ac4
1 changed files with 2 additions and 2 deletions

View File

@ -511,7 +511,7 @@
<field name="arch" type="xml">
<tree string="Opportunities" fonts="bold:message_unread==True" colors="gray:state in ('cancel', 'done');red:date_deadline and (date_deadline &lt; current_date)">
<field name="date_deadline" invisible="1"/>
<field name="create_date" groups="base.group_no_one"/>
<field name="create_date"/>
<field name="name" string="Opportunity"/>
<field name="partner_id" string="Customer"/>
<field name="country_id" invisible="context.get('invisible_country', True)"/>
@ -526,8 +526,8 @@
<field name="user_id"/>
<field name="referred" invisible="1"/>
<field name="priority" invisible="1"/>
<field name="state" groups="base.group_no_one"/>
<field name="message_unread" invisible="1"/>
<field name="state" invisible="1"/>
</tree>
</field>
</record>