Odoo18-Base/addons/portal/views/mail_templates_public.xml
2025-03-10 10:52:11 +07:00

9 lines
330 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="message_document_unfollowed" inherit_id="mail.message_document_unfollowed">
<xpath expr="//t[@t-call='mail.public_layout']" position="attributes">
<attribute name="t-call">portal.portal_layout</attribute>
</xpath>
</template>
</odoo>