Skip to content

Commit

Permalink
[FIX] fieldservice: Order search
Browse files Browse the repository at this point in the history
  • Loading branch information
brian10048 committed Jan 5, 2024
1 parent e54667d commit 2eb2fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fieldservice/views/fsm_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
<separator />
<field
name="name"
filter_domain="['|', ('name', 'ilike', self), ('name', '=like', str(self) + '%')]"
filter_domain="['|', ('name', 'ilike', self), ('name', '=like', self + '%')]"
string="FSM Order Name"
/>
<field name="location_id" />
Expand Down

0 comments on commit 2eb2fc4

Please sign in to comment.