odoo/addons/web/static/src
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
..
css [IMP] openerp logo img border 0 for IE 2012-11-15 18:51:46 +01:00
font Improved view switcher icons 2012-05-11 17:42:48 +02:00
img [ADD] Trying to improve the form_steps_separtor.png. 2012-08-06 16:23:59 +02:00
js [FIX] correctly handle case of deleting-an-o2m-line-being-edited 2012-11-16 17:44:16 +01:00
xml [MERGE] merged trunk. 2012-11-14 12:35:28 +01:00