This commit is contained in:
ivan deng
2018-11-08 03:27:21 +08:00
parent 8da52222e8
commit 7c201e3e81
13 changed files with 20 additions and 18 deletions

View File

@@ -16,15 +16,15 @@
# description: # description:
{ {
'name': '12 Ready!! App Odoo Customize(Backend Debranding Title,Language,Documentation,Quick Debug,Clear Data)', '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', 'author': 'Sunpop.cn',
'category': 'Productivity', 'category': 'Productivity',
'website': 'http://www.sunpop.cn', 'website': 'http://www.sunpop.cn',
'license': 'AGPL-3', 'license': 'AGPL-3',
'sequence': 2, 'sequence': 2,
'summary': """ 'summary': """
odoo debrand, odoo debranding, customize my odoo. 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': """ 'description': """
App Odoo Customize(Debranding Title,Language,Documentation,Quick Debug) App Odoo Customize(Debranding Title,Language,Documentation,Quick Debug)

View File

@@ -2,7 +2,7 @@
<openerp> <openerp>
<data noupdate="0"> <data noupdate="0">
<record id="group_show_author_in_apps" model="res.groups"> <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"/> <field name="category_id" ref="base.module_category_hidden"/>
</record> </record>
<record id="group_show_quick_upgrade" model="res.groups"> <record id="group_show_quick_upgrade" model="res.groups">

View File

@@ -18,7 +18,7 @@ msgstr ""
#. module: app_odoo_customize #. module: app_odoo_customize
#: model:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings #: model:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
msgid "Accounting" msgid "Accounting"
msgstr "会计" msgstr "财务"
#. module: app_odoo_customize #. module: app_odoo_customize
#. openerp-web #. openerp-web
@@ -266,8 +266,8 @@ msgstr "设置系统名称取代Odoo"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model:ir.model.fields,field_description:app_odoo_customize.field_app_theme_config_settings_group_show_author_in_apps #: 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 #: model:res.groups,name:app_odoo_customize.group_show_author_in_apps
msgid "Show Author and Website in Apps Dashboard" msgid "Show Author in Apps Dashboard"
msgstr "显示应用的作者和网站-在应用安装面板中" msgstr "显示应用的作者-在安装面板中"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model:ir.model.fields,field_description:app_odoo_customize.field_app_theme_config_settings_app_show_documentation_dev #: 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 #. module: app_odoo_customize
#: model:ir.model.fields,help:app_odoo_customize.field_app_theme_config_settings_group_show_author_in_apps #: 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" 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 #. module: app_odoo_customize
#: model:ir.model.fields,help:app_odoo_customize.field_app_theme_config_settings_app_show_enterprise #: model:ir.model.fields,help:app_odoo_customize.field_app_theme_config_settings_app_show_enterprise
msgid "Uncheck to hide the Enterprise tag" msgid "Uncheck to hide the Enterprise tag"
msgstr "Uncheck to hide the Enterprise tag" msgstr "不选中则会隐藏升级到企业版标签"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model:ir.model.fields,help:app_odoo_customize.field_app_theme_config_settings_app_show_share #: model:ir.model.fields,help:app_odoo_customize.field_app_theme_config_settings_app_show_share
msgid "Uncheck to hide the Odoo Share Dashboard" msgid "Uncheck to hide the Odoo Share Dashboard"
msgstr "Uncheck to hide the Odoo Share Dashboard" msgstr "不选中则会隐藏odoo分享"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model:ir.model.fields,help:app_odoo_customize.field_app_theme_config_settings_app_show_poweredby #: 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 #. module: app_odoo_customize
#: model:ir.model.fields,help:app_odoo_customize.field_app_theme_config_settings_group_show_quick_upgrade #: 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" msgid "Uncheck to show normal install in Apps Dashboard"
msgstr "Uncheck to show normal install in Apps Dashboard" msgstr "不选中则显示常规安装"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model:ir.ui.view,arch_db:app_odoo_customize.app_module_view_kanban #: model:ir.ui.view,arch_db:app_odoo_customize.app_module_view_kanban

View File

@@ -2,7 +2,7 @@
import logging import logging
from openerp import api, fields, models, _ from odoo import api, fields, models, _
_logger = logging.getLogger(__name__) _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_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_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") 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") 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', 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") help=u"Uncheck to show normal install in Apps Dashboard")

View File

@@ -2,7 +2,7 @@
# Copyright 2017 Jarvis (www.odoomod.com) # Copyright 2017 Jarvis (www.odoomod.com)
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). # 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): class BaseLanguageInstall(models.TransientModel):

View File

@@ -2,7 +2,7 @@
import logging import logging
from openerp import api, fields, models, _ from odoo import api, fields, models, _
_logger = logging.getLogger(__name__) _logger = logging.getLogger(__name__)

View File

@@ -2,7 +2,7 @@
# Copyright 2017 Jarvis (www.odoomod.com) # Copyright 2017 Jarvis (www.odoomod.com)
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). # 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): class MailThread(models.AbstractModel):

View File

@@ -55,10 +55,12 @@ http://www.sunpop.cn
18. 显示/隐藏应用的作者和网站-在应用安装面板中 18. 显示/隐藏应用的作者和网站-在应用安装面板中
19. 一键清除所有数据视当前数据情况有时需点击2次 19. 一键清除所有数据视当前数据情况有时需点击2次
20. 在应用面板显示快速升级按键 20. 在应用面板显示快速升级按键
21. 清除并重置会计科目表
使用方法:将解压后的 app_odoo_customize 放到 odoo的 addons目录下激活开发者模式应用-->更新应用列表, 使用方法:将解压后的 app_odoo_customize 放到 odoo的 addons目录下激活开发者模式应用-->更新应用列表,
找到 "App odoo Customize"模块,安装即可。 找到 "App odoo Customize"模块,安装即可。
## 其它技术资源: ## 其它技术资源:
#### odoo10-windows64位高性能最新绿色版下载及制作方法-提速50% #### odoo10-windows64位高性能最新绿色版下载及制作方法-提速50%
http://www.sunpop.cn/odoo10_fast_x64_download/ http://www.sunpop.cn/odoo10_fast_x64_download/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 KiB

After

Width:  |  Height:  |  Size: 190 KiB

View File

@@ -6,7 +6,7 @@
<p>This moduld allows user to quickly customize and debranding Odoo. Quick debug, Language Switcher, <p>This moduld allows user to quickly customize and debranding Odoo. Quick debug, Language Switcher,
Online Documentation Access,Quick Data Clear. </p> Online Documentation Access,Quick Data Clear. </p>
<p>Support Odoo 12, 11, 10, 9. Including communicate and enterprise version. </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> <p>Add 21. Reset Account Chart.</p>
<h3>Update: v11.0.9.30</h3> <h3>Update: v11.0.9.30</h3>
<p>Add 20. Show quick upgrade in app dashboard</p> <p>Add 20. Show quick upgrade in app dashboard</p>
@@ -116,7 +116,7 @@
<img src="set18-1.jpg" style="border:1px solid black"/> <img src="set18-1.jpg" style="border:1px solid black"/>
<br/> <br/>
</div> </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"> <div class="oe_demo oe_screenshot">
<img src="set18-2.jpg" style="border:1px solid black"/> <img src="set18-2.jpg" style="border:1px solid black"/>
<br/> <br/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 70 KiB