← Back to team overview

openerp-india team mailing list archive

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

 

please see attachment

** Attachment added: "caldav_setup.xml.txt"
   https://bugs.launchpad.net/openobject-addons/+bug/929502/+attachment/2727421/+files/caldav_setup.xml.txt

-- 
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):
  Invalid

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


References