From 1ec4ae724ab630c2f87ef2fcbed3b8ff12ff57ac Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Mon, 17 Jun 2019 10:26:13 +0200 Subject: [PATCH] [FIX] web_timeline: License in manifest --- web_timeline/__openerp__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/web_timeline/__openerp__.py b/web_timeline/__openerp__.py index 5ed4ad64..bbe10847 100644 --- a/web_timeline/__openerp__.py +++ b/web_timeline/__openerp__.py @@ -20,4 +20,5 @@ 'data': [ 'views/web_timeline.xml', ], + 'license': 'AGPL-3', }