Skip to content
Snippets Groups Projects
Commit 11fe2d5b authored by David Monjoie's avatar David Monjoie
Browse files

[FIX] mass_mailing: added missing models in form view

Backport of fda5021e that I
erroneously did in 9.0, thinking it was reported on 9.0.
parent 7ad309e0
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
<field name="name" required="True"/>
<field name="model_id" required="1" options="{'no_open': True, 'no_create': True}"
on_change="onchange_model_id(model_id)"
domain="[('model', 'in', ['res.partner', 'mail.mass_mailing.contact'])]"/>
domain="[('model', 'in', ['res.partner', 'mail.mass_mailing.contact', 'crm.lead', 'hr.applicant'])]"/>
<field name="model" invisible="True"/>
<field name="use_default_to" invisible="1"/>
</group>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment