[FIX] event_sale: data have to be in `noupdate`

This commit is contained in:
Christophe Simonis 2015-02-12 13:20:25 +01:00
parent 9fbdd2d83d
commit c7648a1026
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<data noupdate="1">
<record id="event_type" model="event.type">
<field name="name">Generic Events</field>