mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update po relate
This commit is contained in:
@@ -1123,7 +1123,7 @@ msgstr ""
|
|||||||
#. module: app_chatgpt
|
#. module: app_chatgpt
|
||||||
#: model:ir.model.fields,help:app_chatgpt.field_ai_robot__sequence
|
#: model:ir.model.fields,help:app_chatgpt.field_ai_robot__sequence
|
||||||
msgid "Determine the display order"
|
msgid "Determine the display order"
|
||||||
msgstr ""
|
msgstr "确定显示顺序,值越小越靠前"
|
||||||
|
|
||||||
#. module: app_chatgpt
|
#. module: app_chatgpt
|
||||||
#: model:ir.actions.server,name:app_chatgpt.model_ai_robot_action_disconnect
|
#: model:ir.actions.server,name:app_chatgpt.model_ai_robot_action_disconnect
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "odooAi Common Util and Tools,欧度智能基础核心优化",
|
'name': "odooAi Common Util and Tools,欧度智能基础核心优化",
|
||||||
'version': '16.24.08.08',
|
'version': '16.24.08.26',
|
||||||
'author': 'odooai.cn',
|
'author': 'odooai.cn',
|
||||||
'category': 'Extra tools',
|
'category': 'Extra tools',
|
||||||
'website': 'https://www.odooai.cn',
|
'website': 'https://www.odooai.cn',
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ from odoo.tools import pycompat
|
|||||||
from odoo.tests import common
|
from odoo.tests import common
|
||||||
ADMIN_USER_ID = common.ADMIN_USER_ID
|
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:
|
if not sep:
|
||||||
sep = '/'
|
sep = '/'
|
||||||
dir_split = content_path.split(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':
|
if model_name == 'mail.channel':
|
||||||
# todo: 创建mail.channel时,如果用root用户会报错
|
# todo: 创建mail.channel时,如果用root用户会报错
|
||||||
uid = 2
|
uid = 2
|
||||||
env = api.Environment(cr, uid, {})
|
|
||||||
if file_type == '.csv':
|
if file_type == '.csv':
|
||||||
file_type = 'text/csv'
|
file_type = 'text/csv'
|
||||||
elif file_type in ['.xls', '.xlsx']:
|
elif file_type in ['.xls', '.xlsx']:
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ msgstr "说明"
|
|||||||
#. module: app_product_brand
|
#. module: app_product_brand
|
||||||
#: model:ir.model.fields,help:app_product_brand.field_product_brand__sequence
|
#: model:ir.model.fields,help:app_product_brand.field_product_brand__sequence
|
||||||
msgid "Determine the display order"
|
msgid "Determine the display order"
|
||||||
msgstr "决定显示顺序"
|
msgstr "确定显示顺序,值越小越靠前"
|
||||||
|
|
||||||
#. module: app_product_brand
|
#. module: app_product_brand
|
||||||
#: model:ir.model.fields,field_description:app_product_brand.field_product_brand__display_name
|
#: model:ir.model.fields,field_description:app_product_brand.field_product_brand__display_name
|
||||||
|
|||||||
@@ -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__sequence
|
||||||
#: model:ir.model.fields,help:app_website_blog_editor.field_blog_tag_category__sequence
|
#: model:ir.model.fields,help:app_website_blog_editor.field_blog_tag_category__sequence
|
||||||
msgid "Determine the display order"
|
msgid "Determine the display order"
|
||||||
msgstr "确定显示顺序"
|
msgstr "确定显示顺序,值越小越靠前"
|
||||||
|
|
||||||
#. module: app_website_blog_editor
|
#. module: app_website_blog_editor
|
||||||
#: model:ir.model.fields,field_description:app_website_blog_editor.field_website_page__is_force_all
|
#: model:ir.model.fields,field_description:app_website_blog_editor.field_website_page__is_force_all
|
||||||
|
|||||||
Reference in New Issue
Block a user