Skip to content

Commit

Permalink
[IMP] helpdesk_mgmt: sequence field also added to the list view
Browse files Browse the repository at this point in the history
`priority` field has been moved first as it really impact the default sorting
  • Loading branch information
ypapouin committed Jul 27, 2023
1 parent 59fde40 commit 2452f47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helpdesk_mgmt/views/helpdesk_ticket_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,13 @@
<field name="model">helpdesk.ticket</field>
<field name="arch" type="xml">
<tree>
<field name="priority" widget="priority" />
<field name="sequence" widget="handle" />
<field name="number" />
<field name="name" />
<field name="partner_name" />
<field name="user_id" />
<field name="stage_id" />
<field name="priority" widget="priority" />
<field
name="tag_ids"
widget="many2many_tags"
Expand Down

0 comments on commit 2452f47

Please sign in to comment.