Skip to content
Snippets Groups Projects
Commit a3bb6ece authored by Saurabh Mishra's avatar Saurabh Mishra
Browse files

[FIX] l10n_eg_edi_eta: prevent json decoder error traceback


During 'l10n_eg_eta' server connection when the
'request_response' is not in proper json format then
while decoding 'request_response', the user will face the
'JSONDecodeError Expecting value: line 1 column 1 (char 0)'.
We are keeping the 'blocking_level' as 'error' because the
occurence of this error will prevent the succession of ongoing
operation.

Applying the changes will resolve the issue.

sentry-4220714667

closes odoo/odoo#123637

Signed-off-by: default avatarJosse Colpaert <jco@odoo.com>
parent 5c4da5ee
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment