summaryrefslogtreecommitdiff
path: root/addons/sale_coupon_delivery/__manifest__.py
blob: 922cf9521b1ed7722208a64e94d14488a22c375a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
    'name': "Sale Coupon Delivery",
    'summary': """Allows to offer free shippings in coupon reward""",
    'description': """Integrate coupon mechanism with shipping costs.""",
    'category': 'Sales/Sales',
    'version': '1.0',
    'depends': ['sale_coupon', 'delivery'],
    'data': [
    ],
    'demo': [
    ],
    'auto_install': True,
    'license': 'LGPL-3',
}