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

18 lines
493 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'WhatsApp-eCommerce',
'category': 'WhatsApp',
'summary': 'This module integrates website sale with WhatsApp',
'description': """This module integrates website sale with WhatsApp""",
'depends': ['website_sale', 'whatsapp'],
'data': [
'views/res_config_settings_views.xml'
],
'demo': [
'data/demo.xml'
],
'license': 'OEEL-1',
'auto_install': True
}