[FIX] web: avoid trying to access to deleted record message when change password
authorMartin Trigaux <mat@openerp.com>
Thu, 24 Jul 2014 10:12:33 +0000 (12:12 +0200)
committerMartin Trigaux <mat@openerp.com>
Thu, 24 Jul 2014 10:12:33 +0000 (12:12 +0200)
commit8b41906bf8a22e3f00d3ea334f89b7f1aec27442
tree87aab59605021c2ad9032d7e80729f3f77a1d33f
parentd0f259ee02ad51f95921388b4e9f20d659dbfc9e
[FIX] web: avoid trying to access to deleted record message when change password

The onchange call can be made with empty ids list (which would fail). opw 610810
addons/web/static/src/js/view_form.js