From 23579091c75654b0ecf5c19d989e7896b3b68642 Mon Sep 17 00:00:00 2001 From: Sreejith P Date: Wed, 1 Aug 2018 15:28:07 +0530 Subject: [PATCH] [FIX] Licence Added --- sale_discount_total/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sale_discount_total/__manifest__.py b/sale_discount_total/__manifest__.py index a6e1522e6..2a50776f9 100644 --- a/sale_discount_total/__manifest__.py +++ b/sale_discount_total/__manifest__.py @@ -49,6 +49,7 @@ Module to manage discount on total amount in Sale. 'demo': [ ], 'images': ['static/description/banner.jpg'], + 'license': 'AGPL-3', 'application': True, 'installable': True, 'auto_install': False,