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