[FIX] event: email templates should not be reset on update

In case you customize these emails, you do not want
to have them reset when you update the module (-u)

Same thing for the two default value in this file
for event.type

opw-644082
This commit is contained in:
Denis Ledoux 2015-07-10 12:20:10 +02:00
parent d2b564309e
commit 90e4aed135
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<openerp>
<data>
<data noupdate="1">
<record id="confirmation_event" model="email.template">
<field name="name">Confirmation of the Event</field>
<field name="model_id" ref="event.model_event_registration"/>
@ -15,9 +15,6 @@
<p>Best regards</p>]]></field>
</record>
</data>
<data>
<record id="confirmation_registration" model="email.template">
<field name="name">Confirmation of the Registration</field>
<field name="model_id" ref="event.model_event_registration"/>