c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #18163
[Bug 727782] Re: [6.0] account_payment - create new Payment order access error
see
https://bugs.launchpad.net/openobject-addons/+bug/727778
the patch teher seems to fix some issues here
--
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.
References