__manifest__.py 663 B

12345678910111213141516171819202122232425
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. {
  4. 'name': 'Test Discuss (full)',
  5. 'version': '1.0',
  6. 'category': 'Hidden',
  7. 'sequence': 9877,
  8. 'summary': 'Test of Discuss with all possible overrides installed.',
  9. 'description': """Test of Discuss with all possible overrides installed, including feature and performance tests.""",
  10. 'depends': [
  11. 'calendar',
  12. 'crm',
  13. 'crm_livechat',
  14. 'hr_holidays',
  15. 'im_livechat',
  16. 'mail',
  17. 'mail_bot',
  18. 'note',
  19. 'website_livechat',
  20. ],
  21. 'installable': True,
  22. 'license': 'LGPL-3',
  23. }