mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
add web_ent
This commit is contained in:
16
app_web_enterprise/static/src/xml/base.xml
Normal file
16
app_web_enterprise/static/src/xml/base.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user