3
0
Fork 0
Commit Graph

3 Commits (86606cd1f99564ff877e6ecd64ba76ef652b85a0)

Author SHA1 Message Date
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
Alexey Pelykh a50d9abd22 [MIG] web_ir_actions_act_multi: Migration to 12.0 2019-01-21 12:55:37 +01:00
Petar Najman 4cecb791ac Add module web_ir_actions_act_multi 2019-01-21 12:55:37 +01:00