[FIX] web: inhibit on change flag when validating editable list
authorDenis Ledoux <dle@odoo.com>
Wed, 5 Nov 2014 12:36:20 +0000 (13:36 +0100)
committerDenis Ledoux <dle@odoo.com>
Wed, 5 Nov 2014 12:38:49 +0000 (13:38 +0100)
commitcd69dee3f2c7a69ca2732688e1a0989473479711
tree6947ca3c5288e2ee08b0b2e1ce5ef5b79b7a6137
parent61a8971db510dbb0e087bba09858fe8b94c7b16d
[FIX] web: inhibit on change flag when validating editable list

To valid all editable list line, we iterate on the lines and set the editor form with the line value, using set_value.
The _inhibit_on_change_flag should be set to True to avoid triggering on changes events

opw-617395
addons/web/static/src/js/view_form.js