From 64497bd1cff2ca0f4f247690649754548f9ba477 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 15 May 2025 15:41:31 +0700 Subject: standard naming --- fixco_custom/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fixco_custom/__manifest__.py b/fixco_custom/__manifest__.py index 9fecf62..b49d3ad 100644 --- a/fixco_custom/__manifest__.py +++ b/fixco_custom/__manifest__.py @@ -1,9 +1,9 @@ { - 'name': 'Custom Fixco', + 'name': 'Fixco Custom', 'version': '1.0', 'category': '', 'sequence': 1, - 'summary': 'Custom Fixco', + 'summary': 'Fixco Custom', 'description': '', 'author': 'Stephan Christianus', 'website': '', -- cgit v1.2.3