diff --git a/web_debranding/doc/index.rst b/web_debranding/doc/index.rst index 616034a7..68c8ce26 100644 --- a/web_debranding/doc/index.rst +++ b/web_debranding/doc/index.rst @@ -10,7 +10,7 @@ Installation Configuration ============= -By default the module replaces ``Odoo`` to ``Software``. +By default the module replaces ``Odoo`` to ``紫色💃团子``. * Switch to Developer mode * Open ``[[ General Settings ]] >> Technical >> Parameters >> System Parameters`` and modify: diff --git a/web_debranding/models/ir_config_parameter.py b/web_debranding/models/ir_config_parameter.py index d46b0d13..17919c5e 100644 --- a/web_debranding/models/ir_config_parameter.py +++ b/web_debranding/models/ir_config_parameter.py @@ -10,8 +10,8 @@ from odoo.tools.translate import _ PARAMS = [ - ("web_debranding.new_name", _("Software")), - ("web_debranding.new_title", _("Software")), + ("web_debranding.new_name", _("紫色💃团子")), + ("web_debranding.new_title", _("紫色💃团子")), ("web_debranding.new_website", "example.com"), ("web_debranding.new_documentation_website", "https://www.odoo.COM/documentation/"), ("web_debranding.favicon_url", ""),