Ajay Chauhan(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-placeholder-cha into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-placeholder-cha/+merge/117620

Hello,

 I have added "e.g." in some placeholder where text are like example. Example: 
Opportunities: next action placeholder "Call for proposal" => "e.g. Call for 
proposal"

Thanks,
Ajay Chauhan
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-placeholder-cha/+merge/117620
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-placeholder-cha.
=== modified file 'account/company_view.xml'
--- account/company_view.xml	2012-07-16 13:43:14 +0000
+++ account/company_view.xml	2012-08-01 11:41:23 +0000
@@ -25,7 +25,7 @@
                 <xpath expr="//group[@name='account_grp']" position="inside">
                     <field name="property_reserve_and_surplus_account"/>
                     <field name="tax_calculation_rounding_method"/>
-                    <field name="paypal_account"  placeholder="[email protected]"/>
+                    <field name="paypal_account"  placeholder="e.g. [email protected]"/>
                 </xpath>
             </field>
         </record>

=== modified file 'account/res_config_view.xml'
--- account/res_config_view.xml	2012-07-16 13:43:14 +0000
+++ account/res_config_view.xml	2012-08-01 11:41:23 +0000
@@ -108,7 +108,7 @@
                             </group>
                             <field name="module_account_payment"/>
                             <separator string="Electronic Payments" colspan="2"/>
-                            <field name="paypal_account" placeholder="[email protected]"/>
+                            <field name="paypal_account" placeholder="e.g. [email protected]"/>
                             <separator string="Bank &amp; Cash" colspan="2"/>
                             <label for="id" string="Configure Bank Accounts"/>
                             <button name="%(action_bank_tree)d" string="Configure Bank Accounts" icon="gtk-go-forward" type="action"/>

=== modified file 'account_voucher/voucher_payment_receipt_view.xml'
--- account_voucher/voucher_payment_receipt_view.xml	2012-07-31 15:03:58 +0000
+++ account_voucher/voucher_payment_receipt_view.xml	2012-08-01 11:41:23 +0000
@@ -152,8 +152,8 @@
                         </group>
                         <group>
                             <field name="date" invisible="context.get('line_type', False)" on_change="onchange_date(date, currency_id, payment_rate_currency_id, amount, company_id, context)"/>
-                            <field name="reference" invisible="context.get('line_type', False)" string="Payment Ref" placeholder="003/10"/>
-                            <field name="name" colspan="2" invisible="context.get('line_type', False)" placeholder="Invoice SAJ/0042"/>
+                            <field name="reference" invisible="context.get('line_type', False)" string="Payment Ref" placeholder="e.g. 003/10"/>
+                            <field name="name" colspan="2" invisible="context.get('line_type', False)" placeholder="e.g. Invoice SAJ/0042"/>
                             <field name="company_id" widget="selection" groups="base.group_multi_company"/>
                         </group>
                     </group>
@@ -313,8 +313,8 @@
                         </group>
                         <group>
                             <field name="date" invisible="context.get('line_type', False)" on_change="onchange_date(date, currency_id, payment_rate_currency_id, amount, company_id, context)"/>
-                            <field name="reference" invisible="context.get('line_type', False)" string="Payment Ref" placeholder="003/10"/>
-                            <field name="name" colspan="2" invisible="context.get('line_type', False)" placeholder="Invoice SAJ/0042"/>
+                            <field name="reference" invisible="context.get('line_type', False)" string="Payment Ref" placeholder="e.g. 003/10"/>
+                            <field name="name" colspan="2" invisible="context.get('line_type', False)" placeholder="e.g. Invoice SAJ/0042"/>
                             <field name="company_id" widget="selection" groups="base.group_multi_company"/>
 
                             <field name="account_id"

=== modified file 'base_vat/base_vat_view.xml'
--- base_vat/base_vat_view.xml	2012-07-20 14:18:30 +0000
+++ base_vat/base_vat_view.xml	2012-08-01 11:41:23 +0000
@@ -10,7 +10,7 @@
                 <field name="property_account_position" position="after" version="7.0">
                     <label for="vat"/>
                     <div>
-                        <field name="vat" on_change="vat_change(vat)" placeholder="BE0477472702" class="oe_inline"/>
+                        <field name="vat" on_change="vat_change(vat)" placeholder="e.g. BE0477472702" class="oe_inline"/>
                         <button colspan="2" name="button_check_vat" string="Check VAT" type="object" icon="gtk-execute" class="oe_inline"/>
                         <field name="vat_subjected" class="oe_inline"/>
                     </div>

=== modified file 'caldav/wizard/caldav_browse_view.xml'
--- caldav/wizard/caldav_browse_view.xml	2012-07-11 15:50:14 +0000
+++ caldav/wizard/caldav_browse_view.xml	2012-08-01 11:41:23 +0000
@@ -54,7 +54,7 @@
                     </header>
                     <sheet>
                         <group>
-                            <field name="host_name"  colspan="2" width="250" placeholder="For example : database.my.openerp.com or companyserver.com"/>
+                            <field name="host_name" colspan="2" width="250" placeholder="e.g. database.my.openerp.com or companyserver.com"/>
                         </group>
                     </sheet>
                </form>

=== modified file 'crm/crm_lead_view.xml'
--- crm/crm_lead_view.xml	2012-07-31 15:03:58 +0000
+++ crm/crm_lead_view.xml	2012-08-01 11:41:23 +0000
@@ -460,7 +460,7 @@
                             <label for="title_action"/>
                             <div>
                                 <field name="date_action" nolabel="1"/> <label string="-" attrs="{'invisible': ['|', ('date_action', '=', False), ('title_action', '=', False)]}"/>
-                                <field name="title_action" class="oe_inline" nolabel="1" placeholder="Call for proposal"/>
+                                <field name="title_action" class="oe_inline" nolabel="1" placeholder="e.g. Call for proposal"/>
                             </div>
                             <field name="date_deadline"/>
                             <field name="priority"/>

=== modified file 'google_base_account/wizard/google_login_view.xml'
--- google_base_account/wizard/google_login_view.xml	2012-07-11 15:50:14 +0000
+++ google_base_account/wizard/google_login_view.xml	2012-08-01 11:41:23 +0000
@@ -8,7 +8,7 @@
             <field name="arch" type="xml">
                 <form string="Google login"  version="7.0">
                     <group>
-                        <field name="user" placeholder="[email protected]"/>
+                        <field name="user" placeholder="e.g. [email protected]"/>
                         <field name="password" password="True"/>
                     </group>
                     <footer>

=== modified file 'hr_recruitment/hr_recruitment_view.xml'
--- hr_recruitment/hr_recruitment_view.xml	2012-07-31 15:03:58 +0000
+++ hr_recruitment/hr_recruitment_view.xml	2012-08-01 11:41:23 +0000
@@ -150,7 +150,7 @@
                         <label for="title_action"/>
                         <div>
                             <field name="date_action"/> -
-                            <field name="title_action" class="oe_inline" placeholder="Call for proposal"/>
+                            <field name="title_action" class="oe_inline" placeholder="e.g. Call for proposal"/>
                         </div>
                         <field name="priority"/>
                         <field name="state" invisible="1"/>

=== modified file 'product/product_view.xml'
--- product/product_view.xml	2012-07-31 15:03:58 +0000
+++ product/product_view.xml	2012-08-01 11:41:23 +0000
@@ -82,7 +82,7 @@
                                 <group>
                                     <group>
                                         <field name="default_code"/>
-                                        <field name="ean13" placeholder="5901234123457"/>
+                                        <field name="ean13" placeholder="e.g. 5901234123457"/>
                                         <field groups="product.group_product_variant" name="variants"/>
                                     </group>
                                     <group groups="base.group_user">

=== modified file 'purchase_requisition/purchase_requisition_view.xml'
--- purchase_requisition/purchase_requisition_view.xml	2012-07-31 11:28:04 +0000
+++ purchase_requisition/purchase_requisition_view.xml	2012-08-01 11:41:23 +0000
@@ -47,7 +47,7 @@
                 <h1>
                     <field name="name" class="oe_inline"/>
                     <label string="," attrs="{'invisible':[('origin','=',False)]}"/>
-                    <field name="origin" class="oe_inline" placeholder="PO0025"/>
+                    <field name="origin" class="oe_inline" placeholder="e.g. PO0025"/>
                 </h1>
                 <group>
                     <group>

=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml	2012-07-31 15:03:58 +0000
+++ stock/stock_view.xml	2012-08-01 11:41:23 +0000
@@ -725,7 +725,7 @@
                     <h1>
                         <field name="name" class="oe_inline"/>
                         <span attrs="{'invisible': [('origin','=',False)]}"> - </span>
-                        <field name="origin" placeholder="PO0032" class="oe_inline"/>
+                        <field name="origin" placeholder="e.g. PO0032" class="oe_inline"/>
                     </h1>
                     <label for="partner_id" class="oe_edit_only"/>
                     <h2>

_______________________________________________
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