← Back to team overview

openerp-india team mailing list archive

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

 

Sorry this is not correct, these records are part of the setup of the
caldav module, and should possibly be updated as needed for future
versions, so noupdate is a bad idea. In order to properly solve your
issue we'd need to start with steps to reproduce it, unfortunately.

PS: If your intent was only to discuss a possible patch, please use
merge proposals instead (with a proper context explanation). Bug reports
are impractical for this and not necessarily handled by the same teams.
Making a merge proposal out of a patch is extremely simple and doable
even on a low-end machine. Just install 'bzr' and add an SSH public key
to your LP Profile, then follow our Merge Proposal guidelines
http://bit.ly/openerp-contrib-mp

Thanks,

** Changed in: openobject-addons
   Importance: Low => Undecided

** Changed in: openobject-addons
       Status: Confirmed => Invalid

** Changed in: openobject-addons
     Assignee: OpenERP R&D Addons Team 1 (openerp-dev-addons1) => (unassigned)

-- 
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