OCA / web-api

GNU Affero General Public License v3.0
12 stars 68 forks source link

[17.0] endpoint_route_handler: Rule endpoint_route_handler edit has no group, this is a deprecated feature. Every access-granting rule should specify a group. #62

Open oerp-odoo opened 1 month ago

oerp-odoo commented 1 month ago

17.0 deprecated access rights without specifying access group. In this module: endpoint_route_handler, there are two such groups: access_endpoint_route_handler_tool_edit and access_endpoint_route_handler_edit. Now odoo is throwing warnings about that.

I wonder what default group it should get? Should this be publicly accessible?

simahawk commented 1 month ago

Yeah, that ACL is there only because we needed a tool model (which BTW I can now remove since I've found a better workaround).