用odoo queue队列处理chatgpt ai

This commit is contained in:
Chill
2023-03-29 18:54:35 +08:00
parent 7ea3632e32
commit 828e6bc8e8
2 changed files with 21 additions and 8 deletions

View File

@@ -41,7 +41,12 @@
12. Support Odoo 16,15,14,13,12, Enterprise and Community and odoo.sh Edition.
13. Full Open Source.
''',
'depends': ['base', 'base_setup', 'mail'],
'depends': [
'base',
'base_setup',
'mail',
'queue_job',
],
'data': [
'security/ir.model.access.csv',
'data/mail_channel_data.xml',