__manifest__.py 566 B

123456789101112131415161718
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. {
  4. 'name': 'Website Event CRM Questions',
  5. 'version': '1.0',
  6. 'category': 'Marketing/Events',
  7. 'website': 'https://www.odoo.com/app/events',
  8. 'description': """
  9. Add information when we build the description of a lead to include
  10. the questions and answers linked to the registrations.
  11. """,
  12. 'depends': ['website_event_crm', 'website_event_questions'],
  13. 'installable': True,
  14. 'auto_install': True,
  15. 'license': 'LGPL-3',
  16. }