← Back to team overview

openerp-india team mailing list archive

[Bug 1017926] Re: [6.1] error when editing recurring meeting

 

Hello Kurt,

I have double checked your Issue, But I have faced the another problem.
I did not face the any Traceback. So currently I am closing this Issue.
without hesitation reopen this issue If you face the same Traceback
again.


Thanks for understanding!

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

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

Title:
  [6.1] error when editing recurring meeting

Status in OpenERP Addons (modules):
  Invalid

Bug description:
  When I save a curring meeting after editing it I get the following
  error:

  Traceback (most recent call last):
    File "/srv/openerp/server/openerp/osv/osv.py", line 121, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/srv/openerp/server/openerp/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/srv/openerp/server/openerp/osv/osv.py", line 164, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/srv/openerp/addons-cad/crm_changes/crm_changes.py", line 133, in write
      return super(crm_meeting, self).write(cr, uid, ids, values, context)
    File "/srv/openerp/addons/base_calendar/base_calendar.py", line 1373, in write
      'rrule', 'duration', 'exdate'])
    File "/srv/openerp/addons/base_calendar/base_calendar.py", line 1438, in read
      select = map(lambda x: (x, base_calendar_id2real_id(x)), select)
    File "/srv/openerp/addons/base_calendar/base_calendar.py", line 1438, in <lambda>
      select = map(lambda x: (x, base_calendar_id2real_id(x)), select)
    File "/srv/openerp/addons/base_calendar/base_calendar.py", line 86, in base_calendar_id2real_id
      return int(real_id)
  ValueError: invalid literal for int() with base 10: ''

  
  server: 4222
  addons: 6861
  web: 2376

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


References