← Back to team overview

openerp-india team mailing list archive

[Bug 929502] [NEW] caldav - noupdate="1" in caldav_setup.xml missing

 

Public bug reported:

Had a problem to update my (migrated to 61) db

was solved by adding noupdate="1"

may be this is a special issue here

=== modified file 'caldav/caldav_setup.xml'
--- caldav/caldav_setup.xml     2011-01-14 00:11:01 +0000
+++ caldav/caldav_setup.xml     2012-02-09 12:42:32 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <openerp>
-    <data>
+    <data noupdate="1">
         <!-- /calendars tree -->
         <record id="document_directory_calendars0" model="document.directory">
             <field name="domain">[]</field>

** Affects: openobject-addons
     Importance: Low
     Assignee: OpenERP R&D Addons Team 1 (openerp-dev-addons1)
         Status: Confirmed

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/929502

Title:
  caldav - noupdate="1" in caldav_setup.xml missing

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  Had a problem to update my (migrated to 61) db

  was solved by adding noupdate="1"

  may be this is a special issue here

  === modified file 'caldav/caldav_setup.xml'
  --- caldav/caldav_setup.xml     2011-01-14 00:11:01 +0000
  +++ caldav/caldav_setup.xml     2012-02-09 12:42:32 +0000
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <openerp>
  -    <data>
  +    <data noupdate="1">
           <!-- /calendars tree -->
           <record id="document_directory_calendars0" model="document.directory">
               <field name="domain">[]</field>

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/929502/+subscriptions


Follow ups

References