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,