Merge PR #1370 into 17.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2024-10-23 14:41:24 +00:00
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
{
"pull_requests": {
"1021": "Already ported"
}
}

View File

@@ -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