From 52c7174cd9459d4e2dd2f806fc98ab747ba20878 Mon Sep 17 00:00:00 2001 From: "Christihan Laurel [Vauxoo]" Date: Thu, 1 Feb 2024 18:54:18 +0000 Subject: [PATCH] [FIX] custom_list_view: fix license typo in manifest The typo 'licence' was replaced by 'license'. --- custom_list_view/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_list_view/__manifest__.py b/custom_list_view/__manifest__.py index 8eebe9c28..ff7bd26a5 100644 --- a/custom_list_view/__manifest__.py +++ b/custom_list_view/__manifest__.py @@ -45,7 +45,7 @@ ] }, 'images': ['static/description/banner.png'], - 'licence': 'LGPL-3', + 'license': 'LGPL-3', 'installable': True, 'auto_install': False, 'application': False