Merge lp:~openerp-community/openobject-addons/pniederlag into lp:openobject-addons/extra-5.0

Proposed by jugglefish
Status: Merged
Merge reported by: jugglefish
Merged at revision: not available
Proposed branch: lp:~openerp-community/openobject-addons/pniederlag
Merge into: lp:openobject-addons/extra-5.0
Diff against target: 12 lines (+1/-1)
1 file modified
sale_layout/sale_layout_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-community/openobject-addons/pniederlag
Reviewer Review Type Date Requested Status
OpenERP Committers Pending
Review via email: mp+67129@code.launchpad.net

Description of the change

https://bugs.launchpad.net/openobject-addons/+bug/806832
see also sale_view.xml in base module sale

To post a comment you must log in.
Revision history for this message
jugglefish (pniederlag) wrote :

same chaneg needs to go into other branches (trunk and 6.0)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sale_layout/sale_layout_view.xml'
2--- sale_layout/sale_layout_view.xml 2011-05-18 12:14:01 +0000
3+++ sale_layout/sale_layout_view.xml 2011-07-07 08:03:27 +0000
4@@ -51,7 +51,7 @@
5 context="partner_id=parent.partner_id,quantity=product_uom_qty,pricelist=parent.pricelist_id,shop=parent.shop_id,uom=product_uom"
6 name="product_uom_qty"
7 attrs="{'readonly':[('layout_type','!=','article')]}"
8- on_change="product_id_change(parent.pricelist_id,product_id,product_uom_qty,product_uom,product_uos_qty,product_uos,name,parent.partner_id, 'lang' in context and context['lang'], False, parent.date_order, product_packaging, parent.fiscal_position)"
9+ on_change="product_id_change(parent.pricelist_id,product_id,product_uom_qty,product_uom,product_uos_qty,product_uos,name,parent.partner_id, 'lang' in context and context['lang'], False, parent.date_order, product_packaging, parent.fiscal_position, True)"
10 select="1"/>
11 <field name="product_uom"
12 required="0"