Skip to content

Commit

Permalink
Merge PR #1370 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Oct 23, 2024
2 parents 38ceaa9 + 2a93aa8 commit e3b86af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .oca/oca-port/blacklist/account_payment_partner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"pull_requests": {
"1021": "Already ported"
}
}
2 changes: 1 addition & 1 deletion account_payment_partner/views/report_invoice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<span t-field="o.payment_mode_id.note" />
</p>
<t t-if="o.payment_mode_id and o.payment_mode_id.show_bank_account != 'no'">
<p t-foreach="o.partner_banks_to_show()" t-as="partner_bank">
<p t-foreach="o.sudo().partner_banks_to_show()" t-as="partner_bank">
<strong>Bank Account:</strong>
<t t-if="partner_bank.bank_id">
<t
Expand Down

0 comments on commit e3b86af

Please sign in to comment.