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

@@ -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")

View File

@@ -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):

View File

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

View File

@@ -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):