Skip to content

Commit

Permalink
[FIX] hr_timesheet_task_change_project: Do not create project from task
Browse files Browse the repository at this point in the history
Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be>
  • Loading branch information
carmenbianca committed Aug 23, 2022
1 parent 16dd2ef commit d18bf94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Prevent creation of projects from tasks when timesheeting.
1 change: 1 addition & 0 deletions hr_timesheet_task_change_project/views/project_task.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
position="attributes"
>
<attribute name="invisible" />
<attribute name="options">{'no_create': True}</attribute>
<attribute name="required">1</attribute>
</xpath>
</field>
Expand Down

0 comments on commit d18bf94

Please sign in to comment.