Post by robbie junior »

Facing the trace-back issue after installing the latest module from the Odoo app store.
attach screenshot for the same.

One more issue we found that after installing the module normal project user is not able to update anything on task. facing the issue of access rights , attach screenshot for both issues.

Attachments
error.png
error.png (21.77 KiB) Viewed 2306 times
gantt_error (1).png
gantt_error (1).png (198.65 KiB) Viewed 2306 times

Post by Terence »

Sorry I can not reproduce this. Which Odoo version are you using? Community/Enterprise?

Is it reproducible here?

https://odoo-gantt.bryntum.com/

demo/demo


Post by robbie junior »

Odoo 14 enterprise. and after installation directly we are facing this issue.
and other issue is comes when login user has "project user" access only.


Post by Terence »

What does directly after installation means? Do you have error logs. It installs correctly on our demo site. Is there something specific with the rights set on your users?

The rights set on the project model is done in the native project and project_enterprise module. We do not set any rights on the model accept what we have added

id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_project_task_linked,project.task.linked,model_project_task_linked,,1,1,1,1
access_project_task_assignment,project.task.assignment,model_project_task_assignment,,1,1,1,1
access_project_task_baseline,project.task.baseline,model_project_task_baseline,,1,1,1,1

but I assume the problem is not in the assignment, linked tasks or baseline model.

Maybe upgrade the project / project_enterprise modules.


Post Reply