mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix web_ent
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "App web enterprise enhance,企业版界面增强",
|
'name': "App web enterprise enhance,企业版界面增强",
|
||||||
'version': '14.19.12.10',
|
'version': '14.20.11.06',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<templates id="template" xml:space="preserve">
|
<templates id="template" xml:space="preserve">
|
||||||
|
<t t-name="HomeMenu" t-inherit="web_enterprise.HomeMenu" t-inherit-mode="extension" owl="1">
|
||||||
|
<xpath expr="//div[hasclass('o_home_menu')]" position="attributes">
|
||||||
|
<attribute name="t-att-class" value=""/>
|
||||||
|
</xpath>
|
||||||
|
</t>
|
||||||
|
|
||||||
<t t-extend="HomeMenu.Content">
|
<t t-extend="HomeMenu.Content">
|
||||||
<t t-jquery=".o_home_menu_footer" t-operation="inner">
|
<t t-jquery=".o_home_menu_footer" t-operation="inner">
|
||||||
|
|||||||
Reference in New Issue
Block a user