From ea11305f949dd57a5e27b07ade5a39fe668af780 Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Wed, 22 Jan 2025 10:54:38 -0500 Subject: [PATCH] [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. https://github.com/odoo/odoo/pull/194643 --- .../static/src/core/common/message.xml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 mail_forward/static/src/core/common/message.xml diff --git a/mail_forward/static/src/core/common/message.xml b/mail_forward/static/src/core/common/message.xml new file mode 100644 index 000000000..5c43a72c6 --- /dev/null +++ b/mail_forward/static/src/core/common/message.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + +