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.

10 lines
317 B

9 years ago
9 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <template>
  3. <t t-extend="UserMenu">
  4. <t t-name="web_hideleftmenu.hidemenu" t-jquery="ul.dropdown-menu li:last" t-operation="after">
  5. <li class="oe_hidemenu">
  6. <a href="#">Hide/Show Menu</a>
  7. </li>
  8. </t>
  9. </t>
  10. </template>