update po relate

This commit is contained in:
Ivan Office
2024-08-26 00:47:27 +08:00
parent abb1d85fee
commit d894d93049
5 changed files with 5 additions and 6 deletions

View File

@@ -1123,7 +1123,7 @@ msgstr ""
#. module: app_chatgpt
#: model:ir.model.fields,help:app_chatgpt.field_ai_robot__sequence
msgid "Determine the display order"
msgstr ""
msgstr "确定显示顺序,值越小越靠前"
#. module: app_chatgpt
#: model:ir.actions.server,name:app_chatgpt.model_ai_robot_action_disconnect

View File

@@ -39,7 +39,7 @@
{
'name': "odooAi Common Util and Tools,欧度智能基础核心优化",
'version': '16.24.08.08',
'version': '16.24.08.26',
'author': 'odooai.cn',
'category': 'Extra tools',
'website': 'https://www.odooai.cn',

View File

@@ -10,7 +10,7 @@ from odoo.tools import pycompat
from odoo.tests import common
ADMIN_USER_ID = common.ADMIN_USER_ID
def app_quick_import(cr, content_path, sep=None):
def app_quick_import(env, content_path, sep=None):
if not sep:
sep = '/'
dir_split = content_path.split(sep)
@@ -24,7 +24,6 @@ def app_quick_import(cr, content_path, sep=None):
if model_name == 'mail.channel':
# todo: 创建mail.channel时如果用root用户会报错
uid = 2
env = api.Environment(cr, uid, {})
if file_type == '.csv':
file_type = 'text/csv'
elif file_type in ['.xls', '.xlsx']:

View File

@@ -55,7 +55,7 @@ msgstr "说明"
#. module: app_product_brand
#: model:ir.model.fields,help:app_product_brand.field_product_brand__sequence
msgid "Determine the display order"
msgstr "定显示顺序"
msgstr "定显示顺序,值越小越靠前"
#. module: app_product_brand
#: model:ir.model.fields,field_description:app_product_brand.field_product_brand__display_name

View File

@@ -57,7 +57,7 @@ msgstr "可视化内容编辑与查看设置关联ir.ui.view对象内容"
#: model:ir.model.fields,help:app_website_blog_editor.field_blog_tag__sequence
#: model:ir.model.fields,help:app_website_blog_editor.field_blog_tag_category__sequence
msgid "Determine the display order"
msgstr "确定显示顺序"
msgstr "确定显示顺序,值越小越靠前"
#. module: app_website_blog_editor
#: model:ir.model.fields,field_description:app_website_blog_editor.field_website_page__is_force_all