odoo/addons/web/static
Denis Ledoux 2939800ed4 [FIX] web: char_domain widget re-renders on model change
Before this revision, the `char_domain` re-rendered its display
only when its domain value was changed.

It must re-render as well when the model on which this domain
is applied is changed, as the number of records can
obviously be different.

e.g., in mass-mailing, when changing the recipients type
from partners to leads, the domain doesn't change, it
stays `['opt_out', '=', False]`, but the model on which
this domain is applied does change, as well as the number
of selected records.

opw-658391
2015-12-08 15:11:20 +01:00
..
lib [FIX] qweb: handle unicode tags and attributes 2015-11-19 14:59:44 +01:00
src [FIX] web: char_domain widget re-renders on model change 2015-12-08 15:11:20 +01:00
test [FIX] py.js: unhandled prefix `not` 2015-11-19 13:54:26 +01:00