Browse Source

[FIX] Bug Fixed 'project_task_timer'

pull/129/head
Ajmalcybrosys 6 years ago
parent
commit
c310b95896
  1. 2
      project_task_timer/__manifest__.py
  2. 2
      project_task_timer/models/project_task_timer.py

2
project_task_timer/__manifest__.py

@ -19,7 +19,7 @@
############################################################################## ##############################################################################
{ {
'name': 'Project Task Timer', 'name': 'Project Task Timer',
'version': '12.0.2.0.3', 'version': '12.0.2.0.4',
'summary': """Task Timer With Start & Stop""", 'summary': """Task Timer With Start & Stop""",
'description': """"This module helps you to track time sheet in project automatically.""", 'description': """"This module helps you to track time sheet in project automatically.""",
'category': 'Project', 'category': 'Project',

2
project_task_timer/models/project_task_timer.py

@ -19,7 +19,7 @@
############################################################################## ##############################################################################
from datetime import datetime from datetime import datetime
from AptUrl.Helpers import _ from odoo import api, fields, models, _
from odoo import models, fields, api from odoo import models, fields, api
from odoo.exceptions import UserError from odoo.exceptions import UserError

Loading…
Cancel
Save