← Back to team overview

openerp-india team mailing list archive

[Bug 1048995] [NEW] [BUG 6.1] calendar.attendee

 

Public bug reported:

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

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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] calendar.attendee

Status in OpenERP Addons (modules):
  New

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


Follow ups

References