update common

This commit is contained in:
ivan deng
2022-06-11 21:42:57 +08:00
parent 36fd6d48c6
commit d0017f0c99
2 changed files with 11 additions and 5 deletions

View File

@@ -4,10 +4,10 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 13.0+e-20211210\n" "Project-Id-Version: Odoo Server 13.0+e-20220602\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-01-19 06:51+0000\n" "POT-Creation-Date: 2022-06-08 09:39+0000\n"
"PO-Revision-Date: 2022-01-19 06:51+0000\n" "PO-Revision-Date: 2022-06-08 09:39+0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -98,14 +98,14 @@ msgstr "<span>设置为 False 则不显示</span>"
#: code:addons/app_odoo_customize/static/src/xml/customize_user_menu.xml:0 #: code:addons/app_odoo_customize/static/src/xml/customize_user_menu.xml:0
#, python-format #, python-format
msgid "Activate the developer mode" msgid "Activate the developer mode"
msgstr "激活开发者模式" msgstr "启用开发者模式"
#. module: app_odoo_customize #. module: app_odoo_customize
#. openerp-web #. openerp-web
#: code:addons/app_odoo_customize/static/src/xml/customize_user_menu.xml:0 #: code:addons/app_odoo_customize/static/src/xml/customize_user_menu.xml:0
#, python-format #, python-format
msgid "Activate the developer mode (with assets)" msgid "Activate the developer mode (with assets)"
msgstr "激活开发者模式 (assets)" msgstr "启用开发者模式 (assets)"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings #: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
@@ -429,6 +429,11 @@ msgstr "支持链接"
msgid "System Name" msgid "System Name"
msgstr "系统名称" msgstr "系统名称"
#. module: app_odoo_customize
#: model:ir.ui.menu,name:app_odoo_customize.menu_ir_config_list
msgid "System Parameters"
msgstr "系统参数"
#. module: app_odoo_customize #. module: app_odoo_customize
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.app_edit_menu_access_search #: model_terms:ir.ui.view,arch_db:app_odoo_customize.app_edit_menu_access_search
msgid "Top Menu" msgid "Top Menu"

View File

@@ -71,6 +71,7 @@
groups="base.group_system"/> groups="base.group_system"/>
<menuitem <menuitem
id="menu_ir_config_list" id="menu_ir_config_list"
name="System Parameters"
parent="menu_app_group" parent="menu_app_group"
sequence="93" sequence="93"
action="base.ir_config_list_action" action="base.ir_config_list_action"