Skip to content

Commit

Permalink
fix reject comment
Browse files Browse the repository at this point in the history
  • Loading branch information
toyrobot authored and hbrunn committed Aug 20, 2024
1 parent 8c29d91 commit c49ff90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bankayma_account/data/chatter_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,9 @@
for
<t t-out="', '.join(object.mapped('invoice_line_ids.name'))" />
was rejected for insufficient documents:
<div t-foreach="object.mapped('review_ids.comment')" t-as="comment" />
<div t-foreach="object.review_ids" t-as="review">
<t t-out="review.comment" />
</div>
</p>
</div>
<table>
Expand Down

0 comments on commit c49ff90

Please sign in to comment.