fix tempaltes survey
This commit is contained in:
parent
c0e5e35ae2
commit
7a14fd9604
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo noupdate="1">
|
||||
<odoo >
|
||||
<data noupdate="1">
|
||||
<record id="mail_template_validity_reminder" model="mail.template">
|
||||
<field name="name">Course Validity Notification</field>
|
||||
<field name="email_from">${ctx.get('email_from')}</field>
|
||||
|
|
@ -17,4 +18,5 @@
|
|||
</div>
|
||||
</field>
|
||||
</record>
|
||||
</data >
|
||||
</odoo>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<odoo >
|
||||
<data noupdate="1">
|
||||
<record id="mail_template_user_input_invite" model="mail.template">
|
||||
<field name="name">Survey: Invite</field>
|
||||
<field name="model_id" ref="survey.model_survey_user_input" />
|
||||
|
|
@ -38,4 +39,5 @@
|
|||
<field name="lang">${object.partner_id.lang}</field>
|
||||
<field name="auto_delete" eval="True" />
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
|
|
|||
Loading…
Reference in New Issue