fix error. attachment_location - attachment.location

This commit is contained in:
ivan deng
2019-01-05 17:51:18 +08:00
parent 8d4d4fb94b
commit 6546106df9

View File

@@ -9,7 +9,6 @@ _logger = logging.getLogger(__name__)
class AppThemeConfigSettings(models.TransientModel):
_inherit = 'res.config.settings'
_name = 'app.theme.config.settings'
_description = u"App Odoo Customize settings"
app_system_name = fields.Char('System Name', help=u"Setup System Name,which replace Odoo")