summaryrefslogtreecommitdiff
path: root/addons/website_sale_coupon_delivery/__manifest__.py
blob: 697deae5b45375eba6a9991fe5c9cb49470747f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
    'name': "Free Delivery with Coupon on eCommerce",
    'summary': """Allows to offer free shippings in coupon reward on eCommerce""",
    'description': """Allows to offer free shippings in coupon reward on eCommerce""",
    'category': 'Website/Website',
    'version': '1.0',
    'depends': ['website_sale_delivery', 'sale_coupon_delivery'],
    'data': [
        'views/website_sale_coupon_delivery_templates.xml',
    ],
    'auto_install': True,
    'license': 'LGPL-3',
}