Skip to content

Commit

Permalink
[FIX] helpdesk_mgmt: Reintroduce create_date in list view
Browse files Browse the repository at this point in the history
The field was accidentally removed in commit 7f0a9f5
  • Loading branch information
ypapouin committed Jul 28, 2023
1 parent 7f0a9f5 commit 0459d34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helpdesk_mgmt/views/helpdesk_ticket_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,12 @@
options="{'color_field': 'color'}"
optional="show"
/>
<field
name="create_date"
widget="remaining_days"
readonly="1"
optional="show"
/>
<field
name="last_stage_update"
widget="remaining_days"
Expand Down

0 comments on commit 0459d34

Please sign in to comment.