Sananaz (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-client-web/6.0-opw-4079-sma into 
lp:openobject-client-web/6.0.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #733387 in OpenERP Web Client: "UnpicklingError: Global and instance 
pickles are not supported"
  https://bugs.launchpad.net/openobject-client-web/+bug/733387

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

Hello,

Check with the below steps,

1. Go to Accounting > Suppliers > Supplier Vouchers, Edit or create new
2. Create New Expense Lines (Don't save)
3. Select Taxes from the Taxes selection box

Then open popup with the errors.
Problem occur due to, without saving one2many listview values, performing 
onChange.

Thanks. 
-- 
https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-opw-4079-sma/+merge/77465
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-client-web/6.0-opw-4079-sma.
=== modified file 'addons/openerp/static/javascript/form.js'
--- addons/openerp/static/javascript/form.js	2011-08-03 11:02:15 +0000
+++ addons/openerp/static/javascript/form.js	2011-09-29 06:40:54 +0000
@@ -462,6 +462,10 @@
         return;
     }
 
+    if (jQuery('tr.editors').length) {
+        jQuery('tr.editors').remove()
+    }
+
     var $caller = jQuery(openobject.dom.get(caller));
     var $form = $caller.closest('form');
 

_______________________________________________
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