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',