openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #09506
[Bug 966981] Re: Repeating events produce http 409 errors when accessing webdav URI
Server logs shows this:
SELECT id FROM crm_meeting WHERE recurrent_uid='3770-20120417070000'
Traceback (most recent call last):
File "/var/openobject-server/hsd-6.1/server-trunk/openerp/sql_db.py", line 212, in execute
res = self._obj.execute(query, params)
DataError: invalid input syntax for integer: "3770-20120417070000"
LINE 1: SELECT id FROM crm_meeting WHERE recurrent_uid='3770-2012041...
^
2012-03-28 10:04:06,273 16475 WARNING ? webdav: GET exception: invalid input syntax for integer: "3770-20120417070000"
LINE 1: SELECT id FROM crm_meeting WHERE recurrent_uid='3770-2012041...
--
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/966981
Title:
Repeating events produce http 409 errors when accessing webdav URI
Status in OpenERP Addons (modules):
New
Bug description:
Steps to reproduce:
1. Enter meeting which repeats 5 times, type weekly, every tuesday
2. Try to access the webdav URI:
wget --http-user=user --http-password=pass \
http://example.com:port/webdav/database/Calendars/Meetings.ics
http error 409 (conflict)
Removing the repeating meeting solves the issue.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/966981/+subscriptions
References