You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To force a new custom layout for emails that do not use an existing ``email.template``
18
-
record (e.g., emails sent from the chatter):
19
+
To force a custom layout for emails that do not use an existing `email.template`
20
+
record (e.g., emails sent from the chatter), you can use the Layout Mapping feature:
19
21
20
-
#. Go to Settings > Technical > User Interface > Views.
21
-
#. Copy the current layout (e.g., mail.message_notification_email) to create a new one, and remove any parts you don’t need.
22
-
#. Open the layout that you want to swap with a substitute. Then, under the Layout Mapping tab:
23
-
* Set ``Substitute Layout`` to the new custom layout you created.
24
-
* Set ``Models`` if you want to apply the replacement only to specific models. If left empty,
25
-
the email layout will be replaced for all models.
22
+
1. Go to *Settings > Technical > User Interface > Views*
23
+
2. Copy the current layout (e.g., `mail.mail_notification_layout_with_responsible_signature`) to create a new custom layout, and customize it as needed
24
+
3. Open the original layout view that you want to replace. Under the *Layout Mapping* tab:
25
+
* Click *Add a line*
26
+
* Set *Substitute Layout* to the new custom layout you created
27
+
* Set *Models* if you want to apply the replacement only to specific models. If left empty,
0 commit comments