forked from Mapan/odoo17e
15 lines
406 B
Python
15 lines
406 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'Whatsapp-Payment',
|
|
'category': 'WhatsApp',
|
|
'description': """This module Integrates Payment with WhatsApp""",
|
|
'depends': ['payment', 'whatsapp'],
|
|
'data': [
|
|
'data/whatsapp_template_data.xml',
|
|
'wizard/payment_link_wizard.xml'
|
|
],
|
|
'license': 'OEEL-1',
|
|
'auto_install': True
|
|
}
|