update
@@ -16,7 +16,7 @@
|
||||
# description:
|
||||
{
|
||||
'name': '12 Ready!! App Odoo Customize(Backend Debranding Title,Language,Documentation,Quick Debug,Clear Data)',
|
||||
'version': '11.0.11.07',
|
||||
'version': '11.0.11.08',
|
||||
'author': 'Sunpop.cn',
|
||||
'category': 'Productivity',
|
||||
'website': 'http://www.sunpop.cn',
|
||||
@@ -24,7 +24,7 @@
|
||||
'sequence': 2,
|
||||
'summary': """
|
||||
odoo debrand, odoo debranding, customize my odoo.
|
||||
Quick customize and debranding your own Odoo. Quick debug, Language Switcher, Online Documentation Access,Delete test data.
|
||||
Quick customize and debranding. Quick debug, Language Switcher, Online Documentation Access,data clearing,Delete data.reset account chart.
|
||||
""",
|
||||
'description': """
|
||||
App Odoo Customize(Debranding Title,Language,Documentation,Quick Debug)
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<openerp>
|
||||
<data noupdate="0">
|
||||
<record id="group_show_author_in_apps" model="res.groups">
|
||||
<field name="name">Show Author and Website in Apps Dashboard</field>
|
||||
<field name="name">Show Author in Apps Dashboard</field>
|
||||
<field name="category_id" ref="base.module_category_hidden"/>
|
||||
</record>
|
||||
<record id="group_show_quick_upgrade" model="res.groups">
|
||||
|
||||
@@ -18,7 +18,7 @@ msgstr ""
|
||||
#. module: app_odoo_customize
|
||||
#: model:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
|
||||
msgid "Accounting"
|
||||
msgstr "会计"
|
||||
msgstr "财务"
|
||||
|
||||
#. module: app_odoo_customize
|
||||
#. openerp-web
|
||||
@@ -266,8 +266,8 @@ msgstr "设置系统名称,取代Odoo"
|
||||
#. module: app_odoo_customize
|
||||
#: model:ir.model.fields,field_description:app_odoo_customize.field_app_theme_config_settings_group_show_author_in_apps
|
||||
#: model:res.groups,name:app_odoo_customize.group_show_author_in_apps
|
||||
msgid "Show Author and Website in Apps Dashboard"
|
||||
msgstr "显示应用的作者和网站-在应用安装面板中"
|
||||
msgid "Show Author in Apps Dashboard"
|
||||
msgstr "显示应用的作者-在安装面板中"
|
||||
|
||||
#. module: app_odoo_customize
|
||||
#: model:ir.model.fields,field_description:app_odoo_customize.field_app_theme_config_settings_app_show_documentation_dev
|
||||
@@ -339,17 +339,17 @@ msgstr "系统名称"
|
||||
#. module: app_odoo_customize
|
||||
#: model:ir.model.fields,help:app_odoo_customize.field_app_theme_config_settings_group_show_author_in_apps
|
||||
msgid "Uncheck to Hide Author and Website in Apps Dashboard"
|
||||
msgstr "Uncheck to Hide Author and Website in Apps Dashboard"
|
||||
msgstr "不选中则会隐藏 App 作者及网站"
|
||||
|
||||
#. module: app_odoo_customize
|
||||
#: model:ir.model.fields,help:app_odoo_customize.field_app_theme_config_settings_app_show_enterprise
|
||||
msgid "Uncheck to hide the Enterprise tag"
|
||||
msgstr "Uncheck to hide the Enterprise tag"
|
||||
msgstr "不选中则会隐藏升级到企业版标签"
|
||||
|
||||
#. module: app_odoo_customize
|
||||
#: model:ir.model.fields,help:app_odoo_customize.field_app_theme_config_settings_app_show_share
|
||||
msgid "Uncheck to hide the Odoo Share Dashboard"
|
||||
msgstr "Uncheck to hide the Odoo Share Dashboard"
|
||||
msgstr "不选中则会隐藏odoo分享"
|
||||
|
||||
#. module: app_odoo_customize
|
||||
#: model:ir.model.fields,help:app_odoo_customize.field_app_theme_config_settings_app_show_poweredby
|
||||
@@ -359,7 +359,7 @@ msgstr "不勾选则不显示Odoo Powered by"
|
||||
#. module: app_odoo_customize
|
||||
#: model:ir.model.fields,help:app_odoo_customize.field_app_theme_config_settings_group_show_quick_upgrade
|
||||
msgid "Uncheck to show normal install in Apps Dashboard"
|
||||
msgstr "Uncheck to show normal install in Apps Dashboard"
|
||||
msgstr "不选中则显示常规安装"
|
||||
|
||||
#. module: app_odoo_customize
|
||||
#: model:ir.ui.view,arch_db:app_odoo_customize.app_module_view_kanban
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import logging
|
||||
|
||||
from openerp import api, fields, models, _
|
||||
from odoo import api, fields, models, _
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
@@ -25,7 +25,7 @@ class AppThemeConfigSettings(models.TransientModel):
|
||||
app_show_share = fields.Boolean('Show Share Dashboard', help=u"Uncheck to hide the Odoo Share Dashboard")
|
||||
app_show_poweredby = fields.Boolean('Show Powered by Odoo', help=u"Uncheck to hide the Powered by text")
|
||||
app_stop_subscribe = fields.Boolean('Stop Odoo Subscribe(Performance Improve)', help=u"Check to stop Odoo Subscribe function")
|
||||
group_show_author_in_apps = fields.Boolean(string="Show Author and Website in Apps Dashboard", implied_group='app_odoo_customize.group_show_author_in_apps',
|
||||
group_show_author_in_apps = fields.Boolean(string="Show Author in Apps Dashboard", implied_group='app_odoo_customize.group_show_author_in_apps',
|
||||
help=u"Uncheck to Hide Author and Website in Apps Dashboard")
|
||||
group_show_quick_upgrade = fields.Boolean(string="Show Quick Upgrade in Apps Dashboard", implied_group='app_odoo_customize.group_show_quick_upgrade',
|
||||
help=u"Uncheck to show normal install in Apps Dashboard")
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Copyright 2017 Jarvis (www.odoomod.com)
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
||||
|
||||
from openerp import api, fields, models, _
|
||||
from odoo import api, fields, models, _
|
||||
|
||||
|
||||
class BaseLanguageInstall(models.TransientModel):
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import logging
|
||||
|
||||
from openerp import api, fields, models, _
|
||||
from odoo import api, fields, models, _
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Copyright 2017 Jarvis (www.odoomod.com)
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
||||
|
||||
from openerp import api, fields, models, _
|
||||
from odoo import api, fields, models, _
|
||||
|
||||
|
||||
class MailThread(models.AbstractModel):
|
||||
|
||||
@@ -55,10 +55,12 @@ http://www.sunpop.cn
|
||||
18. 显示/隐藏应用的作者和网站-在应用安装面板中
|
||||
19. 一键清除所有数据(视当前数据情况,有时需点击2次)
|
||||
20. 在应用面板显示快速升级按键
|
||||
21. 清除并重置会计科目表
|
||||
|
||||
使用方法:将解压后的 app_odoo_customize 放到 odoo的 addons目录下,激活开发者模式,应用-->更新应用列表,
|
||||
找到 "App odoo Customize"模块,安装即可。
|
||||
|
||||
|
||||
## 其它技术资源:
|
||||
#### odoo10-windows64位高性能最新绿色版下载及制作方法-提速50%
|
||||
http://www.sunpop.cn/odoo10_fast_x64_download/
|
||||
|
||||
|
Before Width: | Height: | Size: 292 KiB After Width: | Height: | Size: 190 KiB |
@@ -6,7 +6,7 @@
|
||||
<p>This moduld allows user to quickly customize and debranding Odoo. Quick debug, Language Switcher,
|
||||
Online Documentation Access,Quick Data Clear. </p>
|
||||
<p>Support Odoo 12, 11, 10, 9. Including communicate and enterprise version. </p>
|
||||
<h3>Update: v11.0.11.07</h3>
|
||||
<h3>Update: v11.0.11.08</h3>
|
||||
<p>Add 21. Reset Account Chart.</p>
|
||||
<h3>Update: v11.0.9.30</h3>
|
||||
<p>Add 20. Show quick upgrade in app dashboard</p>
|
||||
@@ -116,7 +116,7 @@
|
||||
<img src="set18-1.jpg" style="border:1px solid black"/>
|
||||
<br/>
|
||||
</div>
|
||||
<p>After uncheck "Show Author and Website in Apps Dashboard"</p>
|
||||
<p>After uncheck "Show Author in Apps Dashboard"</p>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="set18-2.jpg" style="border:1px solid black"/>
|
||||
<br/>
|
||||
|
||||
|
Before Width: | Height: | Size: 146 KiB After Width: | Height: | Size: 230 KiB |
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 144 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 70 KiB |