This question has been flagged
1 Reply
7286 Views

I created a POS User with privileges only for POs (User). When I start PosBox with this user I get an error message

"Traceback not available"

and in the log file of the odoo server I have this entry:

odoo.addons.base.ir.ir_model: Access Denied by ACLs for operation: read, uid: 12, model: account.cashbox.line

Avatar
Discard
Author Best Answer

I have found a solution myself. Start debug mode and go to settings. In menu "Users" / "Groups" edit the user group "Point of Sale / User" and add the user right "Cashbox line" and give it read and write permission. Name is "account.bank.statement.cashbox.line"

Have a look in the log and add all missing user rights to the pos user!

Avatar
Discard