openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #16929
[Bug 1048995] Re: [BUG 6.1/TRUNK] calendar.attendee
Fix rejected by FP: https://code.launchpad.net/~openerp-dev/openobject-
addons/trunk-bug-1048995-vba/+merge/125703/comments/273725
** Changed in: openobject-addons
Status: Fix Committed => Confirmed
** Description changed:
- 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).
+ I'm getting an "AccessError" when trying to get a list of the invitations:
+ -> "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')] "
-
+ The problem lies in a 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
--
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):
Confirmed
Bug description:
I'm getting an "AccessError" when trying to get a list of the invitations:
-> "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 in a 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