odoo/addons/web/static
Xavier Morel 86842fe9c8 [FIX] correctly handle case of deleting-an-o2m-line-being-edited
move special case in o2m listview to main editable and expand to
correctly fit edition cases, not just work in case of creation

issue: if a row being edited is deleted in an o2m, the form will be
blurred and try cancelling/saving the edition and reloading the row,
but this will only happen *after* the record/row/whatever has been
"deleted" and (amongst other things) removed from the buffered o2m
cache, leading to a tentative read on the server side (usually with a
local id which doesn't even make sense) and thus an error.

Intercept the deletion signal to cancel the edition immediately and
only let the deletion through after the edition has successfully been
canceled.

bzr revid: xmo@openerp.com-20121116164416-8kr39t6jtqy2s3jc
2012-11-16 17:44:16 +01:00
..
lib [IMP] Centralized 'openerp' class on top level elements. Also add openerp_ie class for MSIE 2012-11-15 17:41:32 +01:00
src [FIX] correctly handle case of deleting-an-o2m-line-being-edited 2012-11-16 17:44:16 +01:00
test [FIX] problem in editable list o2m when hitting the enter button rapidly 2012-11-16 16:12:48 +01:00