[FIX] Set data noupdate=1

bzr revid: vta@openerp.com-20121212133757-avxsyz1n63t7ancf
This commit is contained in:
vta vta@openerp.com 2012-12-12 14:37:57 +01:00
parent 2501470305
commit 9a65ac3efc
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="0">
<data noupdate="1">
<!-- The portal group -->
<record id="group_portal" model="res.groups">

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="0">
<data noupdate="1">
<record id="anonymous_user" model="res.users">
<field name="name">Anonymous</field>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="0">
<data noupdate="1">
<record id="portal_event_rule" model="ir.rule">
<field name="name">Portal Visible Events</field>