Skip to content
Snippets Groups Projects
Commit 79756741 authored by Bruno Boi's avatar Bruno Boi
Browse files

[FIX] web: always add usercontext to legacy action


In the new web client architecture, the user context is added to server
requests through the ORM service and is therefore not needed in the
action context. Thus the commit 7354d168 has removed it from the action.

Before the new webclient architecture, the user context was always
prepended to the action context. So this commit reintroduces it for
the legacy views and client actions through their proper adapters.

closes odoo/odoo#78555

Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
parent 2533d47a
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment