From f6cb8e52ff9406d54c934fc2310464aa4be87559 Mon Sep 17 00:00:00 2001 From: "Christihan Laurel [Vauxoo]" Date: Thu, 1 Feb 2024 18:54:19 +0000 Subject: [PATCH] [FIX] hide_chatter: fix license typo in manifest The typo 'licence' was replaced by 'license'. --- hide_chatter/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hide_chatter/__manifest__.py b/hide_chatter/__manifest__.py index 4ccf0374c..4f79cd875 100644 --- a/hide_chatter/__manifest__.py +++ b/hide_chatter/__manifest__.py @@ -41,7 +41,7 @@ ], }, 'images': ['static/description/banner.jpg'], - 'licence': 'AGPL-3', + 'license': 'AGPL-3', 'installable': True, 'auto_install': False, 'application': False,