Rajesh Prajapati (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1107951-rpr into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1107951 in OpenERP Addons: "[trunk/7.0][Sales/Crm] comma still visible 
even if contact name field is blank"
  https://bugs.launchpad.net/openobject-addons/+bug/1107951

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1107951-rpr/+merge/145326

Hello,

       Comma visible if contact name(title) has value, invisible if title is 
blank.

Thanks,
RPR 
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1107951-rpr/+merge/145326
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1107951-rpr.
=== modified file 'crm/crm_lead_view.xml'
--- crm/crm_lead_view.xml	2013-01-10 12:51:29 +0000
+++ crm/crm_lead_view.xml	2013-01-29 08:48:23 +0000
@@ -136,7 +136,7 @@
                         <group>
                             <label for="contact_name"/>
                             <div>
-                                <field name="contact_name" class="oe_inline"/><span attrs="{'invisible': [('title', '=', '')]}">, </span>
+                                <field name="contact_name" class="oe_inline"/><span attrs="{'invisible':[('title','=',False)]}">, </span>
                                 <field name="title" placeholder="Title" domain="[('domain', '=', 'contact')]" class="oe_inline" options='{"no_open": True}'/>
                             </div>
                             <field name="email_from" widget="email"/>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : openerp-dev-gtk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to