summaryrefslogtreecommitdiff
path: root/addons/website_event_crm_questions/__manifest__.py
blob: ab918846e1dc4655e78765e75aa2220ab52ae47e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

{
    'name': 'Website Event CRM Questions',
    'version': '1.0',
    'category': 'Marketing/Events',
    'website': 'https://www.odoo.com/page/events',
    'description': """
        Add information when we build the description of a lead to include
        the questions and answers linked to the registrations.
    """,
    'depends': ['website_event_crm', 'website_event_questions'],
    'data': [],
    'installable': True,
    'auto_install': True,
    'license': 'LGPL-3',
}