mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
add gpt
This commit is contained in:
@@ -47,14 +47,14 @@
|
|||||||
'views/ai_robot_views.xml',
|
'views/ai_robot_views.xml',
|
||||||
'views/res_users_views.xml',
|
'views/res_users_views.xml',
|
||||||
],
|
],
|
||||||
'assets': {
|
# 'assets': {
|
||||||
'mail.assets_messaging': [
|
# 'mail.assets_messaging': [
|
||||||
'app_chatgpt/static/src/models/*.js',
|
# 'app_chatgpt/static/src/models/*.js',
|
||||||
],
|
# ],
|
||||||
'mail.assets_model_data': [
|
# 'mail.assets_model_data': [
|
||||||
'app_chatgpt/static/src/models_data/*.js',
|
# 'app_chatgpt/static/src/models_data/*.js',
|
||||||
],
|
# ],
|
||||||
},
|
# },
|
||||||
'external_dependencies': {'python': ['openai']},
|
'external_dependencies': {'python': ['openai']},
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'application': True,
|
'application': True,
|
||||||
|
|||||||
Reference in New Issue
Block a user