c3326b92cc
[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>
16 lines
433 B
XML
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>
|