Skip to content

Commit

Permalink
Merge PR #1556 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jan 24, 2025
2 parents e2b0c84 + 8b5411b commit 64929ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
31 changes: 0 additions & 31 deletions mail_forward/static/src/core/common/message.xml

This file was deleted.

2 changes: 1 addition & 1 deletion mail_forward/static/src/core/common/message_actions.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ messageActionsRegistry.add("forward", {
props: (component) => ({message: component.props.message}),
condition: (component) =>
component.props.message.is_discussion && !component.props.message.is_note,
sequence: 15,
sequence: 75,
title: _t("Forward"),
});

0 comments on commit 64929ea

Please sign in to comment.