1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/website_crm_iap_reveal_enterprise/__manifest__.py
2024-12-10 09:04:09 +07:00

20 lines
528 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Website Visits Lead Generation Enterprise',
'version': '1.0',
'summary': 'Enterprise counterpart of Visits -> Leads',
'description': 'Enterprise counterpart of Visits -> Leads',
'category': 'Sales/CRM',
'depends': [
'crm_enterprise',
'website_crm_iap_reveal',
],
'data': [
'views/crm_lead_views.xml',
],
'auto_install': True,
'license': 'OEEL-1',
}