From 9d80e83d1ad30448f9ddfb7bc9e86cacd5e00bfe Mon Sep 17 00:00:00 2001 From: Marc Durepos Date: Wed, 15 May 2024 21:01:40 -0400 Subject: [PATCH] Update GPL to AGPL to respect partner_multi_relation license. --- bemade_sethy_configuration/__manifest__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bemade_sethy_configuration/__manifest__.py b/bemade_sethy_configuration/__manifest__.py index e050d81..eb9d6a2 100644 --- a/bemade_sethy_configuration/__manifest__.py +++ b/bemade_sethy_configuration/__manifest__.py @@ -8,13 +8,12 @@ 'author': 'Bemade', 'website': 'https://bemade.org', 'email': 'it@bemade.org', - 'license': 'GPL-3', + 'license': 'AGPL-3', 'depends': [ # List of module dependencies 'base', 'contacts', 'crm', - 'document_knowledge', 'document_page', 'document_page_approval', 'attachment_indexation',