A warning pop-up is displayed when attempting to 'receive' incoming shipment:
Access Denied
Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that: - Accounting & Finance/Financial Manager - Accounting & Finance/Invoicing & Payments - Portal - Purchases/User
(Document model: account.period)"
the server log contains the following lines:
File "/opt/openerp/oerp/openerp70/server/openerp/osv/osv.py", line 144, in wrapper raise except_osv(inst.name, inst.value) except_osv: (u'Access Denied', u'Sorry, you are not allowed to access this document. Only users with the following access level are currently allowed to do that:\n- Accounting & Finance/Financial Manager\n\t- Accounting & Finance/Invoicing & Payments\n\t- Portal\n\t- Purchases/User\n\n(Document model: account.period)')
I understand i don't have access to account.period. The question is, why should the user 'warehouse manager' have access to this? If the user requires access, what access level should he have, and where should the access be granted??