From 52c7174cd9459d4e2dd2f806fc98ab747ba20878 Mon Sep 17 00:00:00 2001 From: "Christihan Laurel [Vauxoo]" Date: Thu, 1 Feb 2024 18:54:18 +0000 Subject: [PATCH 1/9] [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 8eebe9c28c..ff7bd26a59 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 From 6090f8304cda0158d34f323667de106aaaa0ee77 Mon Sep 17 00:00:00 2001 From: "Christihan Laurel [Vauxoo]" Date: Thu, 1 Feb 2024 18:54:19 +0000 Subject: [PATCH 2/9] [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 7ed7ff3833..28d83f26c9 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, From f6cb8e52ff9406d54c934fc2310464aa4be87559 Mon Sep 17 00:00:00 2001 From: "Christihan Laurel [Vauxoo]" Date: Thu, 1 Feb 2024 18:54:19 +0000 Subject: [PATCH 3/9] [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 4ccf0374cd..4f79cd8758 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, From d54dc5f60fd0ca1ff1e972897993a6b3a57d3d91 Mon Sep 17 00:00:00 2001 From: "Christihan Laurel [Vauxoo]" Date: Thu, 1 Feb 2024 18:54:20 +0000 Subject: [PATCH 4/9] [FIX] odoo_picking_order_line_views: fix license typo in manifest The typo 'licence' was replaced by 'license'. --- odoo_picking_order_line_views/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_picking_order_line_views/__manifest__.py b/odoo_picking_order_line_views/__manifest__.py index 96bb4ba090..4b608e8329 100644 --- a/odoo_picking_order_line_views/__manifest__.py +++ b/odoo_picking_order_line_views/__manifest__.py @@ -27,7 +27,7 @@ 'maintainer': 'Cybrosys Techno Solutions', 'website': "https://www.cybrosys.com", 'category': 'Sales', - 'licence': 'LGPL-3', + 'license': 'LGPL-3', 'depends': ['base', 'sale', 'stock', 'sale_management', 'purchase'], 'data': [ 'views/in_operation_line_views.xml', From 66f886b5d61af6f04d98eb5147d36c8e15b59bdb Mon Sep 17 00:00:00 2001 From: "Christihan Laurel [Vauxoo]" Date: Thu, 1 Feb 2024 18:54:20 +0000 Subject: [PATCH 5/9] [FIX] odoo_sale_order_line_views: fix license typo in manifest The typo 'licence' was replaced by 'license'. --- odoo_sale_order_line_views/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_sale_order_line_views/__manifest__.py b/odoo_sale_order_line_views/__manifest__.py index b6cd5608a9..151588993f 100644 --- a/odoo_sale_order_line_views/__manifest__.py +++ b/odoo_sale_order_line_views/__manifest__.py @@ -27,7 +27,7 @@ 'maintainer': 'Cybrosys Techno Solutions', 'website': "https://www.cybrosys.com", 'category': 'Sales', - 'licence': 'LGPL-3', + 'license': 'LGPL-3', 'depends': ['sale_management'], 'data': [ 'views/quotation_line_views.xml', From 75469f85c8dadaa4c796ce2948839e6b5d028c44 Mon Sep 17 00:00:00 2001 From: "Christihan Laurel [Vauxoo]" Date: Thu, 1 Feb 2024 18:54:21 +0000 Subject: [PATCH 6/9] [FIX] package_split: fix license typo in manifest The typo 'licence' was replaced by 'license'. --- package_split/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package_split/__manifest__.py b/package_split/__manifest__.py index 2da2a3ccbd..a5d795f1e7 100644 --- a/package_split/__manifest__.py +++ b/package_split/__manifest__.py @@ -38,7 +38,7 @@ 'views/res_config_settings_views.xml', ], 'images': ['static/description/banner.jpg'], - 'licence': 'AGPL-3', + 'license': 'AGPL-3', 'installable': True, 'auto_install': False, 'application': False, From b8633bf99576692e6d439c320f10272e39ed2a9e Mon Sep 17 00:00:00 2001 From: "Christihan Laurel [Vauxoo]" Date: Thu, 1 Feb 2024 18:54:21 +0000 Subject: [PATCH 7/9] [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 99bb1bbbca..e7d054800b 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, From 38e0765d61599590a030b4200587e4b8ce3a6643 Mon Sep 17 00:00:00 2001 From: "Christihan Laurel [Vauxoo]" Date: Thu, 1 Feb 2024 18:54:21 +0000 Subject: [PATCH 8/9] [FIX] website_pre_loader_style: fix license typo in manifest The typo 'licence' was replaced by 'license'. --- website_pre_loader_style/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website_pre_loader_style/__manifest__.py b/website_pre_loader_style/__manifest__.py index 996ee86333..5caab14e00 100644 --- a/website_pre_loader_style/__manifest__.py +++ b/website_pre_loader_style/__manifest__.py @@ -47,7 +47,7 @@ ] }, 'images': ['static/description/banner.jpg'], - 'licence': 'AGPL-3', + 'license': 'AGPL-3', 'installable': True, 'auto_install': False, 'application': False, From 5f6c9fe54313bea6ace4b278c7b1599cff5a8f99 Mon Sep 17 00:00:00 2001 From: "Christihan Laurel [Vauxoo]" Date: Thu, 1 Feb 2024 18:54:22 +0000 Subject: [PATCH 9/9] [FIX] website_social_media_icon_style: fix license typo in manifest The typo 'licence' was replaced by 'license'. --- website_social_media_icon_style/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website_social_media_icon_style/__manifest__.py b/website_social_media_icon_style/__manifest__.py index 46a96c3074..b5979c2fe4 100644 --- a/website_social_media_icon_style/__manifest__.py +++ b/website_social_media_icon_style/__manifest__.py @@ -44,7 +44,7 @@ ], }, 'images': ['static/description/banner.jpg'], - 'licence': 'AGPL-3', + 'license': 'AGPL-3', 'installable': True, 'auto_install': False, 'application': False,