odoo/addons/web/static/src
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
..
css [FIX] web: css for popup search view float position 2015-09-14 12:15:10 +02:00
font [FIX] File permission: remove unnecessary executable perm on files 2015-01-23 11:11:27 +01:00
img [FIX] Use local copies of png instead of fetching them from websites 2015-01-23 11:23:04 +01:00
js [FIX] web: char_domain widget re-renders on model change 2015-12-08 15:11:20 +01:00
xml [MERGE] forward port of branch 7.0 up to 1c0bc7c 2015-06-30 12:47:27 +02:00