3
0
Fork 0
web_techsystech/web_ir_actions_act_multi/static
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
..
description [UPD] README.rst 2020-11-10 16:38:31 +00:00
src/js [FIX] web_ir_actions_act_multi: preprocess chained actions 2021-03-25 11:32:02 +00:00