fix #I6FNUR [app_chatgpt]ChatGpt对接改造至 app-odoo

This commit is contained in:
Chill
2023-02-21 15:33:38 +08:00
parent 86db8027dc
commit d76147092a
10 changed files with 184 additions and 3 deletions

View File

@@ -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'],