From 117c7d7217096eb217063787cbd7cd26c474e649 Mon Sep 17 00:00:00 2001 From: Sergio Zanchetta Date: Tue, 15 Nov 2022 18:02:46 +0100 Subject: [PATCH] [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 7b3787a98852..8c6d31c3c2c1 100644 --- a/base_location_nuts/__manifest__.py +++ b/base_location_nuts/__manifest__.py @@ -5,8 +5,8 @@ { "name": "NUTS Regions", - "category": "Localisation/Europe", "version": "16.0.1.0.0", + "category": "Localization/Europe", "depends": ["contacts"], "data": [ "views/res_country_view.xml",