Skip to content

Commit

Permalink
[FIX] rma: image_128 -> avatar_128
Browse files Browse the repository at this point in the history
  • Loading branch information
MiquelRForgeFlow committed Oct 10, 2023
1 parent dbc491b commit ea0feaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rma/views/rma_team_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
>
<div class="o_kanban_record_top">
<img
t-att-src="kanban_image('res.users', 'image_small', record.id.raw_value)"
t-att-src="kanban_image('res.users', 'avatar_128', record.id.raw_value)"
height="40"
width="40"
class="oe_avatar oe_kanban_avatar_smallbox mb0"
Expand Down

0 comments on commit ea0feaf

Please sign in to comment.