Mayur Maheshwari(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-993749-mma into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #993749 in OpenERP Addons: "not proper label accoriding to view of 
incoming shipment "
  https://bugs.launchpad.net/openobject-addons/+bug/993749

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-993749-mma/+merge/104489

Hello  

        I Have fix the issue of proper label set in view of incoming shipment

Thanks,
mma


  
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-993749-mma/+merge/104489
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-993749-mma.
=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml	2012-05-02 17:27:00 +0000
+++ stock/stock_view.xml	2012-05-03 05:51:20 +0000
@@ -1283,7 +1283,7 @@
             <field name="view_type">form</field>
             <field name="view_mode">tree,form,calendar</field>
             <field name="domain">[('type','=','in')]</field>
-            <field name="context">{'contact_display': 'partner_address'}</field>
+            <field name="context">{'contact_display': 'partner_address', 'default_type': 'in'}</field>
             <field name="search_view_id" ref="view_picking_in_search"/>
             <field name="help">The Incoming Shipments is the list of all orders you will receive from your suppliers. An incoming shipment contains a list of products to be received according to the original purchase order. You can validate the shipment totally or partially.</field>
         </record>

_______________________________________________
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