# -*- 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', }