Files
Odoo-Modules/fusion_helpdesk/static/src/xml/fusion_helpdesk_systray.xml
gsinghpal 586f05d567 chnages
2026-05-04 02:14:34 -04:00

18 lines
576 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<t t-name="fusion_helpdesk.SystrayItem">
<div class="o_fhd_systray dropdown">
<button type="button"
class="o_fhd_systray_btn dropdown-toggle"
title="Report a bug or request a feature"
t-on-click="onClick">
<img src="/fusion_helpdesk/static/description/icon.png"
alt="Help"
class="o_fhd_systray_img"/>
</button>
</div>
</t>
</templates>