portal/views/mail_templates_public.xml

9 lines
330 B
XML
Raw Normal View History

2024-05-03 12:57:08 +03:00
<?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>