Odoo18-Base/addons/website_sale_gelato/__manifest__.py
2025-03-04 12:23:19 +07:00

13 lines
316 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "eCommerce/Gelato bridge",
'category': 'Website/Website',
'depends': ['sale_gelato', 'website_sale'],
'data': [
'data/delivery_carrier_data.xml',
],
'auto_install': True,
'license': 'LGPL-3',
}