From ef5331128ad24b8e867a6e326bd097069f785f74 Mon Sep 17 00:00:00 2001 From: Mathias Markl Date: Wed, 4 Mar 2020 19:21:47 +0100 Subject: [PATCH] Update __manifest__.py --- muk_models_groupby_hour/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/muk_models_groupby_hour/__manifest__.py b/muk_models_groupby_hour/__manifest__.py index 52dd92e..c03d3ad 100644 --- a/muk_models_groupby_hour/__manifest__.py +++ b/muk_models_groupby_hour/__manifest__.py @@ -22,7 +22,7 @@ "summary": """Group records by hour""", "version": '11.0.2.0.1', "category": 'Extra Tools', - "license": "AGPL-3", + "license": "LGPL-3", "website": "http://www.mukit.at", "author": "MuK IT", "contributors": [ @@ -47,4 +47,4 @@ "application": False, "installable": True, "post_load": "_patch_system", -} \ No newline at end of file +}