Amit Rasmiya (OpenERP) has proposed merging 
lp:~openerp-commiter/openobject-addons/trunk-add-placeholder-apa-warehouse-ram 
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-warehouse-ram/+merge/108106

Hello Sir,

I have added placeholder for following in Warehouse Module:

'Origin' and 'Notes' of Incoming Shipment view , 

'Inventory reference' of Physical Inventory view

So, Kindly review it.

Thanks,
ram.
-- 
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-add-placeholder-apa-warehouse-ram/+merge/108106
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-add-placeholder-apa.
=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml	2012-05-29 16:43:22 +0000
+++ stock/stock_view.xml	2012-05-31 06:40:27 +0000
@@ -121,7 +121,7 @@
                 </div>
                 <sheet string="Physical Inventory" layout="auto">
                 <group class="oe_form_header">
-                    <field name="name"/>
+                    <field name="name" placeholder="Annual invetory 2013"/>
                     <field name="date"/>
                     <field name="company_id" groups="base.group_multi_company" widget="selection"/>
                     <notebook colspan="4">
@@ -726,7 +726,7 @@
                     <group colspan="4" col="6">
                         <group colspan="4" col="4">
                             <field name="name" readonly="1"/>
-                            <field name="origin"/>
+                            <field name="origin" placeholder="PO0032"/>
                             <field name="partner_id" on_change="onchange_partner_in(partner_id)" colspan="4"/>
                             <field name="invoice_state" string="Invoice Control"/>
                             <field name="backorder_id" readonly="1"/>
@@ -835,7 +835,7 @@
                             <field name="company_id" groups="base.group_multi_company" widget="selection"/>
                         </page>
                         <page string="Notes">
-                            <field colspan="4" name="note" nolabel="1"/>
+                            <field colspan="4" name="note" nolabel="1" placeholder="Quality test ok..."/>
                         </page>
                     </notebook>
                 </sheet>

_______________________________________________
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