Skip to content

Commit

Permalink
Merge PR #1270 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by max3903
  • Loading branch information
OCA-git-bot committed Jan 7, 2025
2 parents 2b8e51a + fddf659 commit 36647e7
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 @@ -341,7 +341,7 @@
<separator />
<field
name="name"
filter_domain="['|', ('name', 'ilike', self), ('name', '=like', str(self) + '%')]"
filter_domain="[('name', 'ilike', self)]"
string="FSM Order Name"
/>
<field name="location_id" />
Expand Down

0 comments on commit 36647e7

Please sign in to comment.