[FIX] mass_mailing: filter on recipient

When selecting the contacts to recieve a massmailing, restrict to the ones
available for mass-mailing to be consistent with the menu 'Mailing List
Subscribers'

Fix #8463
This commit is contained in:
Jairo Llopis 2015-10-01 15:50:55 +02:00 committed by Martin Trigaux
parent 432d6585c9
commit 90968dec1c
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@
<field name="mailing_domain" widget="char_domain"
placeholder="Select recipients"
context="{'search_default_not_opt_out': 1}"
options="{'model_field': 'mailing_model'}"/>
<div attrs="{'invisible': [('mailing_model', '&lt;&gt;', 'mail.mass_mailing.contact')]}">