diff --git a/web_last_viewed_records/__openerp__.py b/web_last_viewed_records/__openerp__.py index 1983940a..05e1a5c5 100644 --- a/web_last_viewed_records/__openerp__.py +++ b/web_last_viewed_records/__openerp__.py @@ -11,5 +11,6 @@ 'qweb': [ "static/src/xml/main.xml", ], - 'installable': True + 'installable': True, + 'license': 'AGPL-3', }