From bad2f5aa2c5a42baa79664e946de092d2f4310f5 Mon Sep 17 00:00:00 2001 From: Simone Orsi Date: Thu, 8 Aug 2024 14:16:49 +0200 Subject: [PATCH] endpoint_*: fix mixin view override Followup of https://github.com/OCA/web-api/pull/56 The view must be registered for the mixin model otherwise it won't be taken into account. I've probably left this change in a stashed version :( --- endpoint_auth_api_key/views/endpoint_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoint_auth_api_key/views/endpoint_view.xml b/endpoint_auth_api_key/views/endpoint_view.xml index 55323781..e53a0cd1 100644 --- a/endpoint_auth_api_key/views/endpoint_view.xml +++ b/endpoint_auth_api_key/views/endpoint_view.xml @@ -4,7 +4,7 @@ - endpoint.endpoint + endpoint.mixin