769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
20 lines
448 B
Python
20 lines
448 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
{
|
|
'name': 'Questions on Events',
|
|
'description': 'Questions on Events',
|
|
'category': 'Marketing',
|
|
'version': '1.0',
|
|
'depends': ['website_event'],
|
|
'data': [
|
|
'views/event_views.xml',
|
|
'views/event_templates.xml',
|
|
'report/report_event_question_view.xml',
|
|
'security/ir.model.access.csv',
|
|
],
|
|
'demo': [
|
|
'data/event_demo.xml',
|
|
],
|
|
'installable': True,
|
|
}
|