update desc

This commit is contained in:
ivan deng
2023-05-24 21:01:21 +08:00
parent 00d38fd91b
commit faca4d8641
5 changed files with 6 additions and 2 deletions

View File

@@ -130,6 +130,7 @@
38. Add Draggable Dialog enable.
39. Only erp manager can see debug menu..
40. Fix support for enterprise version.
41. Fix odoo bug, when click Preferences menu not hide in mobile.
This module can help to white label the Odoo.
Also helpful for training and support for your odoo end-user.
@@ -177,5 +178,6 @@
38. 对话框可拖拽
39. 只有系统管理员可以操作快速debug
40. 增强对企业版的支持
41. 修正odoo原生移动端菜单bug点击个人设置时原菜单不隐藏等
""",
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 430 KiB

After

Width:  |  Height:  |  Size: 430 KiB

View File

@@ -47,6 +47,8 @@
<div class="oe_span12">
<h2 class="oe_slogan">This is a Long Term Support Apps.</h2>
<div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;">
<h3>Update: v16.23.05.24</h3>
<p>41. Fix odoo bug, when click Preferences menu not hide in mobile.</p>
<h3>Update: v16.23.05.04</h3>
<p>Fix bug in mobile view in popup menu.</p>
<h3>Update: v16.23.02.17</h3>

View File

@@ -38,7 +38,7 @@ patch(UserMenu.prototype, "app_odoo_customize.UserMenu", {
m[0].click();
}
} catch (e) {
console.log(e);
;
}
env.services.action.doAction(actionDescription);
//修正 bug在移动端不会关闭本身

View File

@@ -10,7 +10,7 @@
<template id="replace_login" name="Login Layout" inherit_id="web.login_layout">
<xpath expr="//a[@target='_blank']" position="replace">
<a href="https://www.odooai.cn" target="_blank">Powered by
<span>odooAi</span>
<span>odooAi.cn</span>
</a>
</xpath>
</template>