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
317 B
11 lines
317 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<template>
|
|
|
|
<t t-extend="UserMenu">
|
|
<t t-name="web_hideleftmenu.hidemenu" t-jquery="ul.dropdown-menu li:last" t-operation="after">
|
|
<li class="oe_hidemenu">
|
|
<a href="#">Hide/Show Menu</a>
|
|
</li>
|
|
</t>
|
|
</t>
|
|
</template>
|