From c310b95896feee5e2dfdc7ac837b6b327c1ca58d Mon Sep 17 00:00:00 2001 From: Ajmalcybrosys Date: Tue, 12 Nov 2019 15:09:17 +0530 Subject: [PATCH] [FIX] Bug Fixed 'project_task_timer' --- project_task_timer/__manifest__.py | 2 +- project_task_timer/models/project_task_timer.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project_task_timer/__manifest__.py b/project_task_timer/__manifest__.py index 8984f4347..05384029c 100644 --- a/project_task_timer/__manifest__.py +++ b/project_task_timer/__manifest__.py @@ -19,7 +19,7 @@ ############################################################################## { 'name': 'Project Task Timer', - 'version': '12.0.2.0.3', + 'version': '12.0.2.0.4', 'summary': """Task Timer With Start & Stop""", 'description': """"This module helps you to track time sheet in project automatically.""", 'category': 'Project', diff --git a/project_task_timer/models/project_task_timer.py b/project_task_timer/models/project_task_timer.py index b5abb0677..f06eaa9f9 100644 --- a/project_task_timer/models/project_task_timer.py +++ b/project_task_timer/models/project_task_timer.py @@ -19,7 +19,7 @@ ############################################################################## from datetime import datetime -from AptUrl.Helpers import _ +from odoo import api, fields, models, _ from odoo import models, fields, api from odoo.exceptions import UserError