oca-ocb-sale/odoo-bringout-oca-ocb-event_crm_sale/event_crm_sale/__manifest__.py
2025-08-29 15:20:49 +02:00

17 lines
535 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Event CRM Sale',
'version': '1.0',
'category': 'Marketing/Events',
'website': 'https://www.odoo.com/app/events',
'description': "Add information of sale order linked to the registration for the creation of the lead.",
'depends': ['event_crm', 'event_sale'],
'data': [
'views/event_lead_rule_views.xml',
],
'installable': True,
'auto_install': True,
'license': 'LGPL-3',
}