From 5414bbc92d11a923739c41709bd09bbb881a4a2f Mon Sep 17 00:00:00 2001 From: Sergio Zanchetta Date: Tue, 15 Nov 2022 18:02:46 +0100 Subject: [PATCH 1/2] [FIX] base_location_nuts: fix category in manifest file --- base_location_nuts/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_location_nuts/__manifest__.py b/base_location_nuts/__manifest__.py index f468bf925..629b7d00f 100644 --- a/base_location_nuts/__manifest__.py +++ b/base_location_nuts/__manifest__.py @@ -5,7 +5,7 @@ { "name": "NUTS Regions", - "category": "Localisation/Europe", + "category": "Localization/Europe", "version": "14.0.1.0.1", "depends": ["contacts"], "data": [ From 032351aaa56652b48ecd49a4ab07e3a15f1ba10e Mon Sep 17 00:00:00 2001 From: Sergio Zanchetta Date: Tue, 15 Nov 2022 20:22:50 +0100 Subject: [PATCH 2/2] [FIX] base_country_state_translatable: fix category in manifest file --- base_country_state_translatable/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_country_state_translatable/__manifest__.py b/base_country_state_translatable/__manifest__.py index cc8159c80..074273a3a 100644 --- a/base_country_state_translatable/__manifest__.py +++ b/base_country_state_translatable/__manifest__.py @@ -8,7 +8,7 @@ "website": "https://github.com/OCA/partner-contact", "summary": "Translate Country States", "author": "initOS GmbH, Odoo Community Association (OCA)", - "category": "Localisation", + "category": "Localization", "license": "AGPL-3", "installable": True, }