Skip to content

Commit

Permalink
[FIX] account_budget_oca: 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 e800a43 commit ccfa314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_budget_oca/views/account_budget_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
<div class="oe_kanban_bottom_right">
<span class="pull-right">
<img
t-att-src="kanban_image('res.users', 'image_small', record.creating_user_id.raw_value)"
t-att-src="kanban_image('res.users', 'avatar_128', record.creating_user_id.raw_value)"
t-att-title="record.creating_user_id.value"
t-att-alt="record.creating_user_id.value"
width="24"
Expand Down

0 comments on commit ccfa314

Please sign in to comment.