1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/test_discuss_full_enterprise/__manifest__.py
2024-12-10 09:04:09 +07:00

24 lines
603 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Test Discuss Full Enterprise',
'category': 'Hidden',
'summary': 'Test Suite for Discuss Enterprise',
'auto_install': ['test_discuss_full', 'web_enterprise'],
'depends': [
'account_invoice_extract',
'approvals',
'documents',
'knowledge',
'mail_enterprise',
'sign',
'test_discuss_full',
'voip',
'voip_onsip',
'web_enterprise',
'website_helpdesk_livechat',
'whatsapp',
],
'license': 'OEEL-1',
}