From 0b66ac31165f8fb8b2281dbbd30966461831952d Mon Sep 17 00:00:00 2001 From: Mathias Markl Date: Wed, 4 Mar 2020 19:22:08 +0100 Subject: [PATCH] Update __manifest__.py --- muk_attachment_lobject/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/muk_attachment_lobject/__manifest__.py b/muk_attachment_lobject/__manifest__.py index 186e47c..54bba15 100644 --- a/muk_attachment_lobject/__manifest__.py +++ b/muk_attachment_lobject/__manifest__.py @@ -24,7 +24,7 @@ "summary": """Large Objects Attachment Location""", "version": '11.0.2.0.2', "category": 'Extra Tools', - "license": "AGPL-3", + "license": "LGPL-3", "website": "http://www.mukit.at", "live_test_url": "https://demo.mukit.at/web/login", "author": "MuK IT", @@ -49,4 +49,4 @@ "auto_install": False, "post_init_hook": "_install_force_storage", "uninstall_hook": "_uninstall_force_storage", -} \ No newline at end of file +}