openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #00387
[Merge] lp:~openerp-community/openobject-addons/pniederlag into lp:openobject-addons/extra-5.0
jugglefish has proposed merging lp:~openerp-community/openobject-addons/pniederlag into lp:openobject-addons/extra-5.0.
Requested reviews:
OpenERP Committers (openerp-commiter)
Related bugs:
Bug #806832 in OpenERP Addons: "sale_layout: name of product is reset in sale.order.line"
https://bugs.launchpad.net/openobject-addons/+bug/806832
For more details, see:
https://code.launchpad.net/~openerp-community/openobject-addons/pniederlag/+merge/67129
https://bugs.launchpad.net/openobject-addons/+bug/806832
see also sale_view.xml in base module sale
--
https://code.launchpad.net/~openerp-community/openobject-addons/pniederlag/+merge/67129
Your team OpenERP Community is subscribed to branch lp:~openerp-community/openobject-addons/pniederlag.
=== modified file 'sale_layout/sale_layout_view.xml'
--- sale_layout/sale_layout_view.xml 2011-05-18 12:14:01 +0000
+++ sale_layout/sale_layout_view.xml 2011-07-07 08:03:27 +0000
@@ -51,7 +51,7 @@
context="partner_id=parent.partner_id,quantity=product_uom_qty,pricelist=parent.pricelist_id,shop=parent.shop_id,uom=product_uom"
name="product_uom_qty"
attrs="{'readonly':[('layout_type','!=','article')]}"
- 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)"
+ 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)"
select="1"/>
<field name="product_uom"
required="0"
Follow ups