3
0
Fork 0
web_techsystech/web_ir_actions_act_multi/static/src/js
Jairo Llopis 39a31732ee
[FIX] web_ir_actions_act_multi: preprocess chained actions
The proper way to execute an action is to pass it trhough `doAction` instead of `_handleAction`, because `doAction` performs some preparations to make the action usable.

One example is if some of your chained actions returns `context` as a string. That is valid for Odoo, but since we are skipping the action preparation step, it does not get evaluated and thus fails.

@Tecnativa TT28202
2021-03-25 11:32:02 +00:00
..
web_ir_actions_act_multi.js [FIX] web_ir_actions_act_multi: preprocess chained actions 2021-03-25 11:32:02 +00:00