You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
419 B
11 lines
419 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<template xml:space="preserve">
|
|
<!-- Create Client Support template from systray -->
|
|
<t t-name="ClientSupportSystray" owl="1">
|
|
<div class="support-icon">
|
|
<div class="toggle-icon" t-on-click="openSupport">
|
|
<i class="ri-question-line" style="font-size:30px;" aria-label="Help"/>
|
|
</div>
|
|
</div>
|
|
</t>
|
|
</template>
|
|
|