[FIX] website_forum: use other attr than value to init select2
[odoo/odoo.git] / addons / survey_crm / crm_view.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4         <!--  Replace the default mass-mailing wizard in base with the composition wizard -->
5         <act_window name="Partner Survey Mailing"
6                 res_model="survey.mail.compose.message"
7                 src_model="crm.lead"
8                 view_mode="form"
9                 multi="True"
10                 target="new"
11                 key2="client_action_multi"
12                 id="survey.action_partner_survey_mail_crm"
13                 context="{
14                             'default_use_template': True,
15                             'default_template_id': ref('survey.email_template_survey'),
16                         }" />
17     </data>
18 </openerp>