Ravi Gohil (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/6.0-opw-381630-rgo into 
lp:openobject-addons/6.0.

Requested reviews:
  Naresh(OpenERP) (nch-openerp)
Related bugs:
  Bug #916248 in OpenERP Addons: "Shipping address of the company in the 
receipt does not match the address of the company entered the store."
  https://bugs.launchpad.net/openobject-addons/+bug/916248

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-381630-rgo/+merge/90042

Hello,

When going through the act_window "Receptions" in Purchase Order, address field 
of stock.picking(Receptions) form shows the partner name instead of partner 
address.

This fixes the issue.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-381630-rgo/+merge/90042
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.0-opw-381630-rgo.
=== modified file 'purchase/stock_view.xml'
--- purchase/stock_view.xml	2011-01-14 00:11:01 +0000
+++ purchase/stock_view.xml	2012-01-25 05:30:30 +0000
@@ -31,7 +31,7 @@
             res_model="stock.picking"
 	    groups="base.group_extended"
             src_model="purchase.order"
-            context="{'contact_display': 'partner'}" />
+            context="{'contact_display': 'partner_address'}" />
        
        <record id="action_picking_in_tree_view" model="ir.actions.act_window.view">
             <field eval="1" name="sequence"/>

_______________________________________________
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