Skip to content
Snippets Groups Projects
Unverified Commit dcd708d1 authored by Martin Trigaux's avatar Martin Trigaux
Browse files

[FIX] web_planner: add missing context

To have the translated version of tooltip_planner displayed

opw-1850066
parent ca653c8c
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ var PlannerLauncher = planner.PlannerLauncher.extend({
return this._rpc({
model: 'web.planner',
method: 'search_read',
kwargs: {context: session.user_context},
})
.then(function (records) {
_.each(records, function (planner) {
......
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