Changed way to include .js and .css files

changed way to override javascript side template
This commit is contained in:
Ahmet Altinisik
2016-01-19 15:17:13 +02:00
parent ef05ae0df9
commit 2efec729c4
5 changed files with 30 additions and 17 deletions

View File

@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<template>
<t t-jquery="ul.dropdown-menu li:last" t-operation="after">
<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>
</template>
</t>
</template>