Odoo18-Base/addons/loyalty_delivery/__manifest__.py
2025-03-10 11:12:23 +07:00

17 lines
476 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Coupons & Loyalty - Delivery',
'summary': "Add a free shipping option to your rewards",
'category': 'Sales',
'version': '1.0',
'depends': ['loyalty', 'delivery'],
'data': [
'data/loyalty_delivery_data.xml',
'views/loyalty_reward_views.xml',
],
'installable': True,
'auto_install': True,
'license': 'LGPL-3',
}