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.
 
 
 
 
 

16 lines
584 B

<?xml version="1.0" encoding="UTF-8" ?>
<!--This template modifies the default Apps Menu in the NavBar.-->
<templates xml:space="preserve">
<t t-inherit="web.NavBar.AppsMenu"
t-inherit-mode="extension">
<xpath expr="//Dropdown" position="replace">
<button type="button"
class="btn btn-primary custom_navbar_button"
t-on-click="_onClickCustomAction">
<t t-set-slot="toggler">
<i class="oi oi-apps"/>
</t>
</button>
</xpath>
</t>
</templates>