<?xml version="1.0" encoding="utf-8"?>
<odoo>
        <!--  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'),
                        }" />
</odoo>
