Files
app-odoo/app_web_enterprise/static/src/xml/base.xml
2018-05-15 18:14:51 +08:00

17 lines
437 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-extend="AppSwitcher.Content">
<t t-jquery=".o_application_switcher_footer" t-operation="inner">
<img src='/web/binary/company_logo'/>
</t>
</t>
<t t-extend="Menu.sections">
<t t-jquery=".dropdown-toggle" t-operation="append">
<span class="caret"/>
</t>
</t>
</templates>