Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
toyrobot committed Aug 17, 2024
1 parent cf65151 commit 12657b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bankayma_account/data/mail_template_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,10 @@

<!-- To -->
<t t-set="email_to">
<t
t-out="','.join(map(str, object.message_partner_ids.mapped('email')))"
/>
<t t-out="object.partner_id.id or ''" />
</t>
<t t-set="email_cc">
<t t-out="object.user_id.id or ''" />
</t>

<!-- Language -->
Expand Down

0 comments on commit 12657b4

Please sign in to comment.