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:
@@ -23,7 +23,7 @@
|
||||
|
||||
{
|
||||
'name': 'odoo 15 Customize OEM(Boost, Data reset)',
|
||||
'version': '15.21.10.01',
|
||||
'version': '15.21.10.07',
|
||||
'author': 'Sunpop.cn',
|
||||
'category': 'Productivity',
|
||||
'website': 'https://www.sunpop.cn',
|
||||
@@ -39,7 +39,7 @@
|
||||
App Customize Odoo (Change Title,Language,Documentation,Quick Debug)
|
||||
============
|
||||
White label odoo.
|
||||
Support Odoo 14, 13, 12, 11, 10, 9.
|
||||
Support odoo 15,14, 13, 12, 11, 10, 9.
|
||||
You can config odoo, make it look like your own platform.
|
||||
1. Deletes Odoo label in footer
|
||||
2. Replaces "Odoo" in Windows title
|
||||
@@ -87,7 +87,7 @@
|
||||
The user can get the help document just by one click.
|
||||
## 在符合odoo开源协议的前提下,去除odoo版权信息,自定义你的odoo
|
||||
可完全自行设置下列 odoo 选项,让 odoo 看上去像是你的软件产品
|
||||
支持Odoo 14,13,12, 11, 10, 9 版本,社区版企业版通用
|
||||
支持odoo 15,14,13,12, 11, 10, 9 版本,社区版企业版通用
|
||||
1. 删除菜单导航页脚的 Odoo 标签
|
||||
2. 将弹出窗口中 "Odoo" 设置为自定义名称
|
||||
3. 自定义用户菜单中的 Documentation, Support, About 的链接
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<openerp>
|
||||
<data noupdate="1">
|
||||
|
||||
<function model="ir.config_parameter" name="set_param" eval="('app_system_name', 'odooApp13')"/>
|
||||
<function model="ir.config_parameter" name="set_param" eval="('app_system_name', 'odooApp15')"/>
|
||||
<function model="ir.config_parameter" name="set_param" eval="('app_show_lang', 'True')"/>
|
||||
<function model="ir.config_parameter" name="set_param" eval="('app_show_debug', 'True')"/>
|
||||
<function model="ir.config_parameter" name="set_param" eval="('app_show_documentation', 'True')"/>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 439 KiB After Width: | Height: | Size: 390 KiB |
@@ -32,7 +32,7 @@
|
||||
<div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;">
|
||||
<p>This moduld allows user to quickly customize and debranding Odoo. Quick debug, Language Switcher,
|
||||
Online Documentation Access,Quick Data Clear. </p>
|
||||
<p class="mb16">Support Odoo 14,13, 12, 11, 10, 9. Including community and enterprise version. </p>
|
||||
<p class="mb16">Support odoo 15,14,13, 12, 11, 10, 9. Including community and enterprise version. </p>
|
||||
</div>
|
||||
<div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;">
|
||||
<p>If you want to change the login page. </p>
|
||||
@@ -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: v15.21.10.07</h3>
|
||||
<p>Add odoo15 supported.</p>
|
||||
<h3>Update: v13.21.08.04</h3>
|
||||
<p>39. Only erp manager can see debug menu..</p>
|
||||
<p>38. Add Draggable Dialog enable.</p>
|
||||
|
||||
Reference in New Issue
Block a user