diff --git a/edi_endpoint_oca/models/edi_endpoint.py b/edi_endpoint_oca/models/edi_endpoint.py index 5d41c7dcb..096b304ae 100644 --- a/edi_endpoint_oca/models/edi_endpoint.py +++ b/edi_endpoint_oca/models/edi_endpoint.py @@ -67,9 +67,9 @@ def _check_backend_type(self): _("Exchange type not compatible with selected backend type.") ) - def _handle_request(self, request): + def _handle_request(self, request, querystring_params=None): self._check_endpoint_ready(request=True) - return super()._handle_request(request) + return super()._handle_request(request, querystring_params=querystring_params) def action_view_edi_records(self): self.ensure_one()