← Back to team overview

openerp-india team mailing list archive

[Bug 1048995] Re: [BUG 6.1/TRUNK] calendar.attendee

 

Hello,

    It has been Fixed in https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1048995-vba
    Revision ID:  vba@xxxxxxxxxxx-20120921122235-t16bgfqc0djddf2d
    Revision NO: 7518

Thanks,
  vba

** Changed in: openobject-addons
       Status: In Progress => Fix Committed

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

Title:
  [BUG 6.1/TRUNK] calendar.attendee

Status in OpenERP Addons (modules):
  Fix Committed

Bug description:
  I'm getting an "AccessError" when trying to get a list of the invitions
   -> "Sales / Configuration / Calendar / Event Invitations"
  	AccessError:
  		Operation prohibited by access rules, or performed on an already deleted 
  		document (Operation: read, Document type: Meeting).

  The problem lies with an rule for the model crm.meeting in ir.rules.
    - " ['|',('user_id','=',user.id),('show_as','=','busy')] "
      
  From the moment there is a meeting with 'show_as=free' it produce this error when
  getting the invitations list.

  
  server : 4264
  addons: 6973
  web: 2447

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


References