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