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.
 
 
 
 
 

12 lines
415 B

<?xml version="1.0" encoding="UTF-8" ?>
<!--adding new icon in the systray bar for displaying the idle time of user-->
<templates>
<t t-name="auto_logout_idle_user_odoo.TimerSystray">
<div class="new_icon">
<div id="div-timer">
<i class="fa fa-clock-o systray-icon" />
<p t-esc="this.state.idle_time"/>
</div>
</div>
</t>
</templates>