Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][FIX] endpoint_route_handler: acl warning #61

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions endpoint_route_handler/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_endpoint_route_handler_tool_mngr_edit,endpoint_route_handler mngr edit,model_endpoint_route_handler,base.group_system,1,1,1,1
access_endpoint_route_handler_tool_edit,endpoint_route_handler edit,model_endpoint_route_handler,,1,0,0,0
access_endpoint_route_handler_tool_edit_public,endpoint_route_handler edit,model_endpoint_route_handler,base.group_public,1,0,0,0
access_endpoint_route_handler_tool_edit_portal,endpoint_route_handler edit,model_endpoint_route_handler,base.group_portal,1,0,0,0
access_endpoint_route_handler_tool_edit_employee,endpoint_route_handler edit,model_endpoint_route_handler,base.group_user,1,0,0,0
access_endpoint_route_handler_mngr_edit,endpoint_route_handler_tool mngr edit,model_endpoint_route_handler_tool,base.group_system,1,1,1,1
access_endpoint_route_handler_edit,endpoint_route_handler_tool edit,model_endpoint_route_handler_tool,,1,0,0,0
access_endpoint_route_handler_edit_public,endpoint_route_handler_tool edit,model_endpoint_route_handler_tool,base.group_public,1,0,0,0
access_endpoint_route_handler_edit_portal,endpoint_route_handler_tool edit,model_endpoint_route_handler_tool,base.group_portal,1,0,0,0
access_endpoint_route_handler_edit_employee,endpoint_route_handler_tool edit,model_endpoint_route_handler_tool,base.group_user,1,0,0,0
Loading