Asset maintenance task permission error in master branch

Hi,
While I’m checking the asset maintenance, I faced this error when I came to enter the asset maintenance task

Traceback (most recent call last):

File “/home/ahmed/b-bench/apps/frappe/frappe/app.py”, line 62, in application
response = frappe.handler.handle()
File “/home/ahmed/b-bench/apps/frappe/frappe/handler.py”, line 22, in handle
data = execute_cmd(cmd)
File “/home/ahmed/b-bench/apps/frappe/frappe/handler.py”, line 53, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “/home/ahmed/b-bench/apps/frappe/frappe/init.py”, line 939, in call
return fn(*args, **newargs)
File “/home/ahmed/b-bench/apps/frappe/frappe/client.py”, line 65, in get_value
check_parent_permission(parent)
File “/home/ahmed/b-bench/apps/frappe/frappe/client.py”, line 322, in check_parent_permission
raise frappe.PermissionError
PermissionError

I’m useing
ERPNext: v10.1.25 (master)
Frappe Framework: v10.1.24 (master)

I think you just have to give yourself permission, even if you are the System Manager.

Thanks

Jay

Thank you, but I’m the administrator !

Doesn’t matter. You still need to give yourself the permissions. I had the same problem and I gave myself the permissions and it works for me now.

Thanks

Jay

1 Like