mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update desc
This commit is contained in:
@@ -130,6 +130,7 @@
|
|||||||
38. Add Draggable Dialog enable.
|
38. Add Draggable Dialog enable.
|
||||||
39. Only erp manager can see debug menu..
|
39. Only erp manager can see debug menu..
|
||||||
40. Fix support for enterprise version.
|
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.
|
This module can help to white label the Odoo.
|
||||||
Also helpful for training and support for your odoo end-user.
|
Also helpful for training and support for your odoo end-user.
|
||||||
@@ -177,5 +178,6 @@
|
|||||||
38. 对话框可拖拽
|
38. 对话框可拖拽
|
||||||
39. 只有系统管理员可以操作快速debug
|
39. 只有系统管理员可以操作快速debug
|
||||||
40. 增强对企业版的支持
|
40. 增强对企业版的支持
|
||||||
|
41. 修正odoo原生移动端菜单bug,点击个人设置时,原菜单不隐藏等
|
||||||
""",
|
""",
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 430 KiB After Width: | Height: | Size: 430 KiB |
@@ -47,6 +47,8 @@
|
|||||||
<div class="oe_span12">
|
<div class="oe_span12">
|
||||||
<h2 class="oe_slogan">This is a Long Term Support Apps.</h2>
|
<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%;">
|
<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>
|
<h3>Update: v16.23.05.04</h3>
|
||||||
<p>Fix bug in mobile view in popup menu.</p>
|
<p>Fix bug in mobile view in popup menu.</p>
|
||||||
<h3>Update: v16.23.02.17</h3>
|
<h3>Update: v16.23.02.17</h3>
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ patch(UserMenu.prototype, "app_odoo_customize.UserMenu", {
|
|||||||
m[0].click();
|
m[0].click();
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e);
|
;
|
||||||
}
|
}
|
||||||
env.services.action.doAction(actionDescription);
|
env.services.action.doAction(actionDescription);
|
||||||
//修正 bug,在移动端不会关闭本身
|
//修正 bug,在移动端不会关闭本身
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<template id="replace_login" name="Login Layout" inherit_id="web.login_layout">
|
<template id="replace_login" name="Login Layout" inherit_id="web.login_layout">
|
||||||
<xpath expr="//a[@target='_blank']" position="replace">
|
<xpath expr="//a[@target='_blank']" position="replace">
|
||||||
<a href="https://www.odooai.cn" target="_blank">Powered by
|
<a href="https://www.odooai.cn" target="_blank">Powered by
|
||||||
<span>odooAi</span>
|
<span>odooAi.cn</span>
|
||||||
</a>
|
</a>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user