flectra/addons/website_crm/__manifest__.py
flectra-admin 769eafb483 [INIT] Inception of Flectra from Odoo
Flectra is Forked from Odoo v11 commit : (6135e82d73)
2018-01-16 11:45:59 +05:30

19 lines
529 B
Python

{
'name': 'Contact Form',
'category': 'Website',
'sequence': 54,
'website': 'https://www.odoo.com/page/website-builder',
'summary': 'Create Leads From Contact Form',
'version': '2.0',
'description': "",
'depends': ['website_form', 'website_partner', 'crm'],
'data': [
'data/website_crm_data.xml',
'views/website_crm_templates.xml',
'views/res_config_settings_views.xml',
],
'qweb': ['static/src/xml/*.xml'],
'installable': True,
'auto_install': True,
}