Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] mail_forward: Render message actions correctly with callComponent
Currently, Odoo only renders the callComponent for quick actions (2 or 3 actions). However, the remaining actions, rendered as DropdownItem, do not invoke the callComponent. This commit ensures that the rendering is consistent in both cases. Complementary to: #131426 TODO: This code should be removed once the issue is fixed in the Odoo core. odoo/odoo#194643
- Loading branch information