mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update to 15
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
# Copyright (c) 2020-Present InTechual Solutions. (<https://intechualsolutions.com/>)
|
# Copyright (c) 2020-Present InTechual Solutions. (<https://intechualsolutions.com/>)
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'ChatGPT 4/32k,Google Bard, AiGC Center.Ai服务中心,聚合全网Ai',
|
'name': 'ChatGPT4,Google Bard, AiGC Center.Ai服务中心,聚合全网Ai',
|
||||||
'version': '15.23.07.29',
|
'version': '15.23.07.29',
|
||||||
'author': 'odooai.cn',
|
'author': 'odooai.cn',
|
||||||
'company': 'odooai.cn',
|
'company': 'odooai.cn',
|
||||||
@@ -21,8 +21,8 @@
|
|||||||
'sequence': 10,
|
'sequence': 10,
|
||||||
'images': ['static/description/banner.gif'],
|
'images': ['static/description/banner.gif'],
|
||||||
'summary': '''
|
'summary': '''
|
||||||
ChatGpt Odoo AI Center. Multi Ai aigc support including Google Bard Ai, Azure Ai, Baidu Ai.
|
ChatGpt Odoo AI Center. Multi Ai aigc support with Google Bard Ai, Azure Ai, Baidu Ai,etc..
|
||||||
Support chatgpt 4 image. DALLE, Integration All ChatGpt Api and Azure OpenAI Service.
|
Support chatgpt 4 32k image. DALLE, Integration All ChatGpt Api and Azure OpenAI.
|
||||||
Easy Chat channel with several ChatGPT Robots and train.
|
Easy Chat channel with several ChatGPT Robots and train.
|
||||||
''',
|
''',
|
||||||
'description': '''
|
'description': '''
|
||||||
@@ -48,18 +48,15 @@
|
|||||||
'app_common',
|
'app_common',
|
||||||
'base_setup',
|
'base_setup',
|
||||||
'mail',
|
'mail',
|
||||||
'queue_job',
|
|
||||||
],
|
],
|
||||||
'data': [
|
'data': [
|
||||||
'security/ir.model.access.csv',
|
'security/ir.model.access.csv',
|
||||||
'security/ir_rules.xml',
|
|
||||||
'data/mail_channel_data.xml',
|
'data/mail_channel_data.xml',
|
||||||
'data/ai_robot_data.xml',
|
'data/ai_robot_data.xml',
|
||||||
'data/user_partner_data.xml',
|
'data/user_partner_data.xml',
|
||||||
'data/ir_config_parameter.xml',
|
'data/ir_config_parameter.xml',
|
||||||
'views/res_config_settings_views.xml',
|
'views/res_config_settings_views.xml',
|
||||||
'views/ai_robot_views.xml',
|
'views/ai_robot_views.xml',
|
||||||
'views/res_partner_ai_use_views.xml',
|
|
||||||
'views/res_users_views.xml',
|
'views/res_users_views.xml',
|
||||||
],
|
],
|
||||||
'assets': {
|
'assets': {
|
||||||
@@ -69,9 +66,6 @@
|
|||||||
'mail.assets_model_data': [
|
'mail.assets_model_data': [
|
||||||
'app_chatgpt/static/src/models_data/*.js',
|
'app_chatgpt/static/src/models_data/*.js',
|
||||||
],
|
],
|
||||||
'web.assets_backend': [
|
|
||||||
'app_chatgpt/static/src/components/*/*.xml',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
'external_dependencies': {'python': ['openai']},
|
'external_dependencies': {'python': ['openai']},
|
||||||
'installable': True,
|
'installable': True,
|
||||||
|
|||||||
Reference in New Issue
Block a user