2018-01-16 06:58:15 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-01-16 11:34:37 +01:00
|
|
|
<flectra>
|
2018-01-16 06:58:15 +01:00
|
|
|
<!-- Replace the default mass-mailing wizard in base with the composition wizard -->
|
|
|
|
<act_window name="Partner Survey Mailing"
|
|
|
|
res_model="survey.mail.compose.message"
|
|
|
|
src_model="crm.lead"
|
|
|
|
view_mode="form"
|
|
|
|
multi="True"
|
|
|
|
target="new"
|
|
|
|
key2="client_action_multi"
|
|
|
|
id="action_partner_survey_mail_crm"
|
|
|
|
context="{
|
|
|
|
'default_use_template': True,
|
|
|
|
'default_template_id': ref('survey.email_template_survey'),
|
|
|
|
}" />
|
2018-01-16 11:34:37 +01:00
|
|
|
</flectra>
|