3
0
Fork 0
Commit Graph

9 Commits (1aabf15fa7251f304a7734d85d6b2adc2f604a22)

Author SHA1 Message Date
OCA-git-bot 356621df21 [UPD] README.rst 2023-09-03 17:50:30 +00:00
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
OCA-git-bot 9bb4e7cb8f [UPD] README.rst 2020-11-10 16:38:31 +00:00
OCA-git-bot 5b099ca76c [UPD] README.rst 2020-07-14 05:30:40 +00:00
OCA-git-bot e91957559d [UPD] README.rst 2020-07-13 05:30:37 +00:00
OCA-git-bot f2fbc03c23 [UPD] README.rst 2020-03-29 06:53:33 +00:00
OCA-git-bot 6df32b51c3 [UPD] README.rst 2019-07-29 03:49:00 +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