← Back to team overview

openerp-community-reviewer team mailing list archive

lp:~hirt/ocb-addons/6.1-ocb_incoming-shipments_remove-company-address-restriction into lp:ocb-addons/6.1

 

Etienne Hirt has proposed merging lp:~hirt/ocb-addons/6.1-ocb_incoming-shipments_remove-company-address-restriction into lp:ocb-addons/6.1.

Requested reviews:
  OpenERP Community Backports Team (ocb)
Related bugs:
  Bug #1265640 in OpenERP Addons: "[6.1][6.0] delivery from private address not allowed (incoming delivery)"
  https://bugs.launchpad.net/openobject-addons/+bug/1265640

For more details, see:
https://code.launchpad.net/~hirt/ocb-addons/6.1-ocb_incoming-shipments_remove-company-address-restriction/+merge/200443

Only applies for 6.1. 7.0 does not have this problem
-- 
https://code.launchpad.net/~hirt/ocb-addons/6.1-ocb_incoming-shipments_remove-company-address-restriction/+merge/200443
Your team OpenERP Community Backports Team is requested to review the proposed merge of lp:~hirt/ocb-addons/6.1-ocb_incoming-shipments_remove-company-address-restriction into lp:ocb-addons/6.1.
=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml	2013-11-20 01:17:39 +0000
+++ stock/stock_view.xml	2014-01-03 21:58:25 +0000
@@ -1110,7 +1110,7 @@
                         <group colspan="4" col="4">
                             <field name="name" readonly="1"/>
                             <field name="origin"/>
-                            <field name="address_id" on_change="onchange_partner_in(address_id)" context="{'contact_display':'partner'}" domain="[('partner_id','&lt;&gt;',False)]" colspan="4"/>
+                            <field name="address_id" on_change="onchange_partner_in(address_id)" context="{'contact_display':'partner'}"  colspan="4"/>
                             <field name="invoice_state" string="Invoice Control"/>
                             <field name="backorder_id" readonly="1" groups="base.group_extended"/>
                         </group>


Follow ups