Atchuthan, Sodexis 24ed47124d [MIG] mail_activity_board: Migration to 14.0
[FIX] add title to <i> tag and removed console.log in js

Co-authored-by: Miquel Raïch <miquel.raich@forgeflow.com>

Co-authored-by: Miquel Raïch <miquel.raich@forgeflow.com>
2021-11-16 12:02:15 +01:00

16 lines
433 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template
id="assets_backend"
name="mail_activity_board assets"
inherit_id="web.assets_backend"
>
<xpath expr="." position="inside">
<script
type="text/javascript"
src="/mail_activity_board/static/src/components/chatter_topbar/chatter_topbar.js"
/>
</xpath>
</template>
</odoo>