Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bealdav committed Aug 17, 2024
1 parent a248e0c commit 3fbf2e8
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions hr_timesheet_quick_add/tests/test_timesheet_quick.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
from datetime import date

from dateutil.relativedelta import relativedelta

from odoo import fields
from odoo.exceptions import UserError, ValidationError
from odoo.tests.common import Form

from ..models.hr_timesheet_sheet import empty_name
from .common import HrTimesheetSheetCommon


class Test(HrTimesheetSheetCommon):
def test_1(self):
""""""

0 comments on commit 3fbf2e8

Please sign in to comment.