← Back to team overview

openerp-india team mailing list archive

[Bug 999113] Re: [trunk/6.1] Calendar meeting invitation "Uncaught exception"

 

** Changed in: openobject-addons
       Status: In Progress => 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/999113

Title:
  [trunk/6.1] Calendar meeting invitation "Uncaught exception"

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  Steps to reproduce:

  - Install CRM
  - Create a new meeting
  - Go to invitation details
  - Add a new invitation and click on "Uncertain" or "Accept" or "Decline" (note that if you press the "line save" button, these buttons are grayed)
  - An exception is raised:

  2012-05-14 12:44:43,031 20109 ERROR ? openerp.sql_db: bad query: update calendar_attendee set "state"=E'declined',write_uid=1,write_date=(now() at time zone 'UTC') where id IN (E'one2many_v_id_9943')
  Traceback (most recent call last):
    File "/media/raid2to/decindus/tools/openerp-6.1/server/openerp/sql_db.py", line 212, in execute
      res = self._obj.execute(query, params)
  DataError: invalid input syntax for integer: "one2many_v_id_9943"
  LIGNE 1 : ...rite_date=(now() at time zone 'UTC') where id IN (E'one2many...
                                                                 ^

  2012-05-14 12:44:43,032 20109 ERROR ? openerp.osv.osv: Uncaught exception
  Traceback (most recent call last):
    File "/media/raid2to/decindus/tools/openerp-6.1/server/openerp/osv/osv.py", line 121, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/media/raid2to/decindus/tools/openerp-6.1/server/openerp/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/media/raid2to/decindus/tools/openerp-6.1/server/openerp/osv/osv.py", line 164, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/decindus/private/tools/openerp-6.1/addons/base_calendar/base_calendar.py", line 585, in do_decline
      return self.write(cr, uid, ids, {'state': 'declined'}, context)
    File "/media/raid2to/decindus/tools/openerp-6.1/server/openerp/osv/orm.py", line 3917, in write
      'where id IN %s', upd1 + [sub_ids])
    File "/media/raid2to/decindus/tools/openerp-6.1/server/openerp/sql_db.py", line 152, in wrapper
      return f(self, *args, **kwargs)
    File "/media/raid2to/decindus/tools/openerp-6.1/server/openerp/sql_db.py", line 212, in execute
      res = self._obj.execute(query, params)
  DataError: invalid input syntax for integer: "one2many_v_id_9943"
  LIGNE 1 : ...rite_date=(now() at time zone 'UTC') where id IN (E'one2many...
                                                                 ^

  2012-05-14 12:44:43,032 20109 ERROR ? openerp.netsvc: invalid input syntax for integer: "one2many_v_id_9943"
  LIGNE 1 : ...rite_date=(now() at time zone 'UTC') where id IN (E'one2many...

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


References