Mohammed Shekha(Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/6.1-opw-575296_onChangeMissing-msh into 
lp:openobject-addons/6.1.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-575296_onChangeMissing-msh/+merge/109477

Hello,

There is an on_change missing on editable list view of the stock.move.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-575296_onChangeMissing-msh/+merge/109477
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.1-opw-575296_onChangeMissing-msh.
=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml	2012-03-02 15:26:24 +0000
+++ stock/stock_view.xml	2012-06-09 08:09:20 +0000
@@ -1368,7 +1368,7 @@
                     <field name="origin"/>
                     <field name="create_date" invisible="1"/>
                     <field name="partner_id"/>
-                    <field name="product_id"/>
+                    <field name="product_id" on_change="onchange_product_id(product_id,location_id,location_dest_id, False)"/>
                     <field name="product_qty" on_change="onchange_quantity(product_id, product_qty, product_uom, product_uos)"/>
                     <field name="product_uom" string="UoM"/>
                     <field name="product_uos" groups="product.group_uos"/>

_______________________________________________
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