This is the patch which has been landed into stable.

=== modified file 'sale/sale_view.xml'
--- sale/sale_view.xml  2011-01-19 09:51:59 +0000
+++ sale/sale_view.xml  2011-05-20 09:47:51 +0000
@@ -223,7 +223,7 @@
                                 <field name="incoterm" widget="selection"/>
                                 <field name="picking_policy" required="True"/>
                                 <field name="order_policy" 
on_change="shipping_policy_change(order_policy)"/>
-                                <field name="invoice_quantity" 
attrs="{'readonly':[('order_policy','=','prepaid'),('order_policy','=','picking')]}"/>
+                                <field name="invoice_quantity" 
attrs="{'readonly':[('order_policy','in',['prepaid','picking'])]}"/>
                             </group>
                             <group colspan="2" col="2">
                                 <separator string="References" colspan="2"/>


Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-5802-skh/+merge/61400
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.0-opw-5802-skh.

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-web
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-web
More help   : https://help.launchpad.net/ListHelp

Reply via email to