mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
move and update gpt
This commit is contained in:
21
app_web_enterprise/static/src/webclient/navbar.xml
Normal file
21
app_web_enterprise/static/src/webclient/navbar.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<templates xml:space="preserve">
|
||||
|
||||
<t t-name="app_web_enterprise.EnterpriseNavBar" t-inherit="web_enterprise.EnterpriseNavBar" t-inherit-mode="extension">
|
||||
<!-- todo: 以下主要是测试,改这个主图标为 O -->
|
||||
<xpath expr="//a[hasclass('o_menu_toggle')]" position="replace">
|
||||
<a href="#" class="o_menu_toggle fa fa-2x fa-opera" style="font-size: 2em;" accesskey="h" t-ref="menuApps" t-on-click.prevent="() => this.hm.toggle()">
|
||||
<!-- <svg width="14px" height="14px" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg" >-->
|
||||
<!-- <g t-foreach="[0, 5, 10]" t-as="Y" t-att-id="'o_menu_toggle_row_' + Y_index" fill="currentColor" t-key="'o_menu_toggle_row_' + Y_index">-->
|
||||
<!-- <rect t-foreach="[0, 5, 10]" t-as="X" width="4" height="4" t-att-x="X" t-att-y="Y" t-key="'o_menu_toggle_cell_' + X_index"/>-->
|
||||
<!-- </g>-->
|
||||
<!-- </svg>-->
|
||||
</a>
|
||||
</xpath>
|
||||
</t>
|
||||
<!-- web.NavBar.SectionsMenu-->
|
||||
<!-- 没有子菜单时,调用web.DropdownItem-->
|
||||
<!-- web.UserMenu-->
|
||||
|
||||
|
||||
</templates>
|
||||
Reference in New Issue
Block a user