From 8130ea79e97723c656adc4dd2d969b4c1a025041 Mon Sep 17 00:00:00 2001 From: Ivan Kropotkin Date: Mon, 13 May 2024 16:25:21 +0200 Subject: [PATCH] =?UTF-8?q?=E6=89=BF=E8=AF=BA=E5=A6=82=E6=97=B6=E5=85=89?= =?UTF-8?q?=E9=AD=94=E5=A2=99=EF=BC=8C=E7=94=9F=E5=91=BD=E8=BD=AE=E5=9B=9E?= =?UTF-8?q?=E4=B9=8B=E7=BA=B9=E9=A5=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_debranding/doc/index.rst | 2 +- web_debranding/models/ir_config_parameter.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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", ""),