Skip to content

Commit

Permalink
[MIG] project_task_analytic_propagation: Fix tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiToledo committed Feb 3, 2025
1 parent ad51bbc commit 9163e1e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions project_task_analytic_propagation/tests/test_hr_timesheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ def setUpClass(cls):
]
)
cls.task1.sale_line_id = cls.so_line_1
cls.assertEqual(
cls.so.state,
"draft",
"The state is {}".format(cls.so.state)
)
cls.so.action_confirm()
cls.so._create_invoices()

@classmethod
Expand Down

0 comments on commit 9163e1e

Please sign in to comment.