From 997665c9c0167611f49d8fcc217cc6e179e9f1ec Mon Sep 17 00:00:00 2001 From: "pawan.sharma" Date: Wed, 31 Aug 2022 14:57:49 +0530 Subject: [PATCH] update manifest file --- timesheet_block/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet_block/__manifest__.py b/timesheet_block/__manifest__.py index f1baf81..55fda0c 100755 --- a/timesheet_block/__manifest__.py +++ b/timesheet_block/__manifest__.py @@ -4,7 +4,7 @@ 'summary': 'This module is block to users to fill old timehseet entry', 'description': 'This module is block to users to fill old timehseet entry', 'category': 'Employee', - 'author': 'SunArc Technologies(Manish Bohra)', + 'author': 'SunArc Technologies', 'website': 'www.sunarctechnologies.com', 'license': 'LGPL-3', 'depends': ['base','hr','hr_timesheet','project'],