Merge lp:~openerp-dev/openobject-addons/6.1-opw-575296_onChangeMissing-msh into lp:openobject-addons/6.1

Proposed by Mohammed Shekha(Open ERP)
Status: Approved
Approved by: Naresh(OpenERP)
Approved revision: 6835
Proposed branch: lp:~openerp-dev/openobject-addons/6.1-opw-575296_onChangeMissing-msh
Merge into: lp:openobject-addons/6.1
Diff against target: 12 lines (+1/-1)
1 file modified
stock/stock_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/6.1-opw-575296_onChangeMissing-msh
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+109477@code.launchpad.net

Description of the change

Hello,

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

Thanks.

To post a comment you must log in.
Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

Hello,

This bug was qualified as Already Fixed on Trunk (means that it was already fixed and merged in Trunk). If this Merge Proposal could not be merged in v6.1 at the release of v7.0, it will be closed.

Thanks,
Naresh Soni

Unmerged revisions

6835. By Mohammed Shekha(Open ERP)

[FIX]Fixed the issue of on_change stock.move editable list view, if there is an on_change method in form view then on_change must be there on editable list view.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'stock/stock_view.xml'
2--- stock/stock_view.xml 2012-03-02 15:26:24 +0000
3+++ stock/stock_view.xml 2012-06-09 08:09:20 +0000
4@@ -1368,7 +1368,7 @@
5 <field name="origin"/>
6 <field name="create_date" invisible="1"/>
7 <field name="partner_id"/>
8- <field name="product_id"/>
9+ <field name="product_id" on_change="onchange_product_id(product_id,location_id,location_dest_id, False)"/>
10 <field name="product_qty" on_change="onchange_quantity(product_id, product_qty, product_uom, product_uos)"/>
11 <field name="product_uom" string="UoM"/>
12 <field name="product_uos" groups="product.group_uos"/>