mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
用odoo queue队列处理chatgpt ai
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user