c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #18118
[Bug 727782] [NEW] [6.0] account_payment - create new Payment order access error
Public bug reported:
Error:
Operation prohibited by access rules, or performed on an already deleted document (Operation: read, Document type: Payment Mode).
* Payment mode has all access rights for group "Accounting Payments"
* Record rules has - which apparrently is the problem allthough the users is member of the company. ['|','|',('company_id','=',False),('company_id','child_of',[user.company_id.id]),('company_id.child_ids','child_of',[user.company_id.id])]
after removing this constraint - the same error comes from invoices.
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/727782
Title:
[6.0] account_payment - create new Payment order access error
Status in OpenERP Modules (addons):
New
Bug description:
Error:
Operation prohibited by access rules, or performed on an already deleted document (Operation: read, Document type: Payment Mode).
* Payment mode has all access rights for group "Accounting Payments"
* Record rules has - which apparrently is the problem allthough the users is member of the company. ['|','|',('company_id','=',False),('company_id','child_of',[user.company_id.id]),('company_id.child_ids','child_of',[user.company_id.id])]
after removing this constraint - the same error comes from invoices.
Follow ups
References