Hardik Sanchawat (OpenERP) has proposed merging 
lp:~openerp-commiter/openobject-addons/trunk-add-placeholder-apa-crm-hsa into 
lp:~openerp-dev/openobject-addons/trunk-add-placeholder-apa.

Requested reviews:
  Amit Patel (OpenERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-add-placeholder-apa-crm-hsa/+merge/108103

Hello sir,

I have added Placeholder for following crm's fields
Name
Next Action
Phone
Campaign
Channel
Fax
Mobile
Reffered by

So, Kindly review it.

Thanks,
hsa.
-- 
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-add-placeholder-apa-crm-hsa/+merge/108103
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-add-placeholder-apa.
=== modified file 'crm/crm_lead_view.xml'
--- crm/crm_lead_view.xml	2012-05-24 16:07:52 +0000
+++ crm/crm_lead_view.xml	2012-05-31 06:03:20 +0000
@@ -414,7 +414,7 @@
                 </div>
                 <sheet layout="auto">
                 <group colspan="4" col="2" width="auto">
-                    <field name="name" required="1" nolabel="1" class="oe_form_title"/>
+                    <field name="name" required="1" nolabel="1" class="oe_form_title" placeholder="Need new website design"/>
                     <div class="oe_text_right">
                         <button string="Schedule/Log Call"
                             name="%(opportunity2phonecall_act)d" icon="terp-call-start"
@@ -431,7 +431,7 @@
                     <field name="date_action"/>
                     <field name="date_deadline"/>
 
-                    <field name="title_action"/>
+                    <field name="title_action" placeholder="Call to analyse needs"/>
                     <field name="probability"/>
 
                     <field name="type" invisible="1"/>
@@ -447,7 +447,7 @@
                                 icon="terp-partner" type="action"
                                 string="Create"
                                 attrs="{'invisible':[('partner_id','!=',False)]}"/>
-                            <field name="phone" colspan="3"/>
+                            <field name="phone" colspan="3" placeholder="+32.81.81.37.00"/>
                             <field width="80%%" name="email_from" string="Email"/>
                             <button string="Mail"
                                 name="%(mail.action_email_compose_message_wizard)d"
@@ -487,14 +487,14 @@
                     </group>
                     <group colspan="2" col="2" class="oe_form_group_label_border">
                         <field domain="[('domain', '=', 'contact')]" name="title" widget="selection"/>
-                        <field name="fax"/>
+                        <field name="fax" placeholder="+32.81.81.37.00"/>
                         <field name="street"/>
                         <field name="zip"/>
                         <field name="country_id"/>
                     </group>
                     <group colspan="2" col="2" class="oe_form_group_label_border">
                         <field name="function" />
-                        <field name="mobile"/>
+                        <field name="mobile" placeholder="+32.81.81.37.00"/>
                         <field name="street2"/>
                         <field name="city"/>
                         <field name="state_id"/>
@@ -502,8 +502,8 @@
 
                     <group colspan="2" col="2" class="oe_form_group_label_border">
                         <separator string="Categorization" colspan="2"/>
-                        <field name="type_id" widget="selection"/>
-                        <field name="channel_id" widget="selection"/>
+                        <field name="type_id" widget="selection" placeholder="Mailing june"/>
++                        <field name="channel_id" widget="selection" placeholder="E-mail"/>
                     </group>
                     <group colspan="2" col="2" class="oe_form_group_label_border">
                         <separator string="Mailings" colspan="2"/>
@@ -517,7 +517,7 @@
                         <field name="active"/>
                         <field name="day_open" groups="base.group_no_one"/>
                         <field name="day_close" groups="base.group_no_one"/>
-                        <field name="referred"/>
+                        <field name="referred" placeholder="[email protected]"/>
                     </group>
                     <group col="2" colspan="2" class="oe_form_group_label_border">
                         <separator colspan="4" string="References"/>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to