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

14 lines
394 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'WhatsApp-Delivery',
'category': 'WhatsApp',
'description': """This module integrates Delivery with WhatsApp""",
'depends': ['delivery', 'stock', 'whatsapp', 'stock_delivery'],
'data': [
'data/whatsapp_template_data.xml'
],
'license': 'OEEL-1',
'auto_install': True
}