From 4e79704f97503a6872b1c43efc87738919c071cd Mon Sep 17 00:00:00 2001 From: juancarlosonate-tecnativa Date: Wed, 25 Feb 2026 18:51:30 +0100 Subject: [PATCH] [FIX] endpoint_route_handler: add missing depends on base --- endpoint_route_handler/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/endpoint_route_handler/__manifest__.py b/endpoint_route_handler/__manifest__.py index 55ba1046..877882a9 100644 --- a/endpoint_route_handler/__manifest__.py +++ b/endpoint_route_handler/__manifest__.py @@ -10,6 +10,7 @@ "author": "Camptocamp,Odoo Community Association (OCA)", "maintainers": ["simahawk"], "website": "https://github.com/OCA/web-api", + "depends": ["base"], "data": [ "security/ir.model.access.csv", ],