Merge lp:~dorian-kemps/unifield-web/US-8030 into lp:unifield-web

Proposed by jftempo
Status: Needs review
Proposed branch: lp:~dorian-kemps/unifield-web/US-8030
Merge into: lp:unifield-web
Diff against target: 13 lines (+3/-1)
1 file modified
addons/openerp/static/javascript/form.js (+3/-1)
To merge this branch: bzr merge lp:~dorian-kemps/unifield-web/US-8030
Reviewer Review Type Date Requested Status
UniField Dev Team Pending
Review via email: mp+397572@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

5008. By Dorian

US-8030 [IMP] Manage Expired Stock: added line selection for the secondary wizard

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'addons/openerp/static/javascript/form.js'
2--- addons/openerp/static/javascript/form.js 2020-12-22 09:41:29 +0000
3+++ addons/openerp/static/javascript/form.js 2021-02-05 13:42:59 +0000
4@@ -442,7 +442,9 @@
5 } else if (model == 'shipment' && jQuery('[id="pack_family_memory_ids"]').length > 0){
6 s_ids = ListView('pack_family_memory_ids').getSelectedRecords();
7 } else if (model =='wizard.compare.rfq' && jQuery('[id="line_ids"]').length > 0){
8- s_ids = ListView('line_ids').getSelectedRecords();
9+ s_ids = ListView('line_ids').getSelectedRecords();
10+ } else if (model =='view.expired.expiring.stock' && jQuery('[id="v_mng_exp_lines_ids"]').length > 0){
11+ s_ids = ListView('v_mng_exp_lines_ids').getSelectedRecords();
12 }
13 }
14

Subscribers

People subscribed via source and target branches