[IMP] partner_statement: Translate statement title

This commit is contained in:
Simone Rubino
2025-07-03 16:25:57 +02:00
committed by Miquel Raïch
parent 736e816bae
commit a792d29e16
11 changed files with 134 additions and 55 deletions

View File

@@ -4,12 +4,9 @@
<odoo>
<template id="activity_balance">
<p>
<span t-if="is_detailed">Detailed </span>
<span
t-if="account_type == 'liability_payable'"
>Supplier </span>Statement between <span t-out="d['start']" /> and <span
t-out="d['end']"
/> in <span t-out="display_currency.name" />
t-out="get_title(o, is_detailed=is_detailed, account_type=account_type, starting_date=d['start'], ending_date=d['end'], currency=display_currency.name)"
/>
</p>
<table class="table table-condensed table-statement">
<thead>