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