__manifest__.py 424 B

123456789101112131415
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. {
  4. 'name': 'OdooBot for livechat',
  5. 'version': '1.0',
  6. 'category': 'Productivity/Discuss',
  7. 'summary': 'Add livechat support for OdooBot',
  8. 'website': 'https://www.odoo.com/app/discuss',
  9. 'depends': ['mail_bot', 'im_livechat'],
  10. 'installable': True,
  11. 'auto_install': True,
  12. 'license': 'LGPL-3',
  13. }