mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix error. attachment_location - attachment.location
This commit is contained in:
@@ -9,7 +9,6 @@ _logger = logging.getLogger(__name__)
|
|||||||
|
|
||||||
class AppThemeConfigSettings(models.TransientModel):
|
class AppThemeConfigSettings(models.TransientModel):
|
||||||
_inherit = 'res.config.settings'
|
_inherit = 'res.config.settings'
|
||||||
_name = 'app.theme.config.settings'
|
|
||||||
|
|
||||||
_description = u"App Odoo Customize settings"
|
_description = u"App Odoo Customize settings"
|
||||||
app_system_name = fields.Char('System Name', help=u"Setup System Name,which replace Odoo")
|
app_system_name = fields.Char('System Name', help=u"Setup System Name,which replace Odoo")
|
||||||
|
|||||||
Reference in New Issue
Block a user