[IMP] partner_statement: Translate statement title
This commit is contained in:
committed by
Miquel Raïch
parent
736e816bae
commit
a792d29e16
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user