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