Skip to content

Commit

Permalink
[ADD][17.0] hr_planning_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniodavid committed Feb 4, 2025
1 parent 2d8195f commit 549c4b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 85 deletions.
72 changes: 0 additions & 72 deletions hr_planning_resources/static/src/js/timeline_controller.esm.js

This file was deleted.

12 changes: 0 additions & 12 deletions hr_planning_resources/static/src/js/timeline_view.js

This file was deleted.

3 changes: 2 additions & 1 deletion hr_planning_resources/wizard/create_hr_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ def action_confirm(self):
hr_task = hr_task_sudo.create(task_values)

Check warning on line 60 in hr_planning_resources/wizard/create_hr_task.py

View check run for this annotation

Codecov / codecov/patch

hr_planning_resources/wizard/create_hr_task.py#L60

Added line #L60 was not covered by tests

message = _(

Check warning on line 62 in hr_planning_resources/wizard/create_hr_task.py

View check run for this annotation

Codecov / codecov/patch

hr_planning_resources/wizard/create_hr_task.py#L62

Added line #L62 was not covered by tests
f"{hr_task.name} task created between {hr_task.date_start} and {hr_task.date_end}."
f"{hr_task.name} task created between "
f"{hr_task.date_start} and {hr_task.date_end}."
)

# Return notification message
Expand Down

0 comments on commit 549c4b4

Please sign in to comment.