mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix #I6FNUR [app_chatgpt]ChatGpt对接改造至 app-odoo
This commit is contained in:
@@ -37,10 +37,14 @@
|
||||
''',
|
||||
'depends': ['base', 'base_setup', 'mail'],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'data/mail_channel_data.xml',
|
||||
'data/gpt_robot_data.xml',
|
||||
'data/user_partner_data.xml',
|
||||
'data/ir_config_parameter.xml',
|
||||
'views/res_config_settings_views.xml',
|
||||
'views/gpt_robot_views.xml',
|
||||
'views/res_users_views.xml',
|
||||
],
|
||||
'external_dependencies': {'python': ['openai']},
|
||||
'images': ['static/description/banner.png'],
|
||||
|
||||
Reference in New Issue
Block a user