From fb899ea9847141c2b579c16f5e521763b94023c5 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Sun, 16 Jun 2019 13:10:44 +0200 Subject: [PATCH] [FIX] help_online: License in manifest --- help_online/__openerp__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/help_online/__openerp__.py b/help_online/__openerp__.py index 30e6b11c..cce35e30 100644 --- a/help_online/__openerp__.py +++ b/help_online/__openerp__.py @@ -64,4 +64,5 @@ Note: When updating the page prefix parameters, the record rules must be ], 'installable': True, 'auto_install': False, + 'license': 'AGPL-3', }