← Back to team overview

openerp-dev-web team mailing list archive

[Merge] lp:~openerp-dev/openobject-client-web/6.0-opw-4865-sma into lp:openobject-client-web/6.0

 

Xavier (Open ERP) has proposed merging lp:~openerp-dev/openobject-client-web/6.0-opw-4865-sma into lp:openobject-client-web/6.0 with lp:~openerp-dev/openobject-client-web/6.0-opw-4916-sma as a prerequisite.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-opw-4865-sma/+merge/56114

Hello,

Steps to reproduce the problem:
  - Go to Warehouse > Warehouse Management > Internal Moves
  - click to create a new "Internal Move"
  - add a new stock move
  - click on the button "Process Later"
  - on the stock move line click on the third button "Put in current pack",
  - you are redirected to a new "Internal Move" (Because it reload the page when button action performs)

Result is when click on button ("Put in current pack"), then add value(`00000130 []`) in PACK column at stock moves one2many.	 

Thanks.

-- 
https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-opw-4865-sma/+merge/56114
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-client-web/6.0-opw-4916-sma.
=== modified file 'addons/openerp/static/javascript/openerp/openerp.base.js'
--- addons/openerp/static/javascript/openerp/openerp.base.js	2011-02-18 12:55:05 +0000
+++ addons/openerp/static/javascript/openerp/openerp.base.js	2011-04-04 09:32:31 +0000
@@ -117,7 +117,7 @@
                 }
                 if (data.reload) {
                     var view_type = jQuery('#_terp_view_type').val();
-                    if (view_type == 'tree') {
+                    if (data.list_grid) {
                         new ListView(data.list_grid).reload();
                     } else {
                         window.location.reload();


Follow ups