mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
17 lines
437 B
XML
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>
|