29 lines
873 B
XML
Raw Normal View History

2022-06-03 20:10:54 +02:00
<?xml version="1.0" encoding="utf-8" ?>
2021-04-27 16:44:12 +02:00
<!-- Copyright 2014-2015 Grupo ESOC <http://www.grupoesoc.es>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
<odoo>
2022-06-03 20:10:54 +02:00
<template
id="assets_backend"
name="mail_quoted_reply assets"
inherit_id="web.assets_backend"
>
2021-04-27 16:44:12 +02:00
<xpath expr="." position="inside">
2022-06-03 20:10:54 +02:00
<script
type="text/javascript"
src="/mail_quoted_reply/static/src/components/mail_message_reply.js"
/>
<script
type="text/javascript"
src="/mail_quoted_reply/static/src/models/mail_message_reply.js"
/>
<link
href="/mail_quoted_reply/static/src/scss/thread_mail_message_reply.scss"
rel="stylesheet"
type="text/scss"
2022-06-03 20:10:54 +02:00
/>
2021-04-27 16:44:12 +02:00
</xpath>
</template>
</odoo>