Name Partner Amount [[ repeatIn(objects,'statement') ]] Statement Statement Name Journal Company User [[ statement.name ]] [[ statement.journal_id.name ]] [[ statement.company_id.name ]] [[ statement.user_id.name ]] Opening Date Closing Date Starting Balance Ending Balance [[ formatLang(statement.date,date=True) ]] [[ formatLang(statement.closing_date,date_time=True)]] [[ formatLang(statement.balance_start, dp='Account') ]][[ company.currency_id.symbol ]] [[ formatLang(statement.balance_end_real, dp='Account') ]][[ company.currency_id.symbol ]] Name Partner Amount
[[ repeatIn(statement.line_ids,'line_ids') and ' ' or removeParentNode('blockTable') ]]
[[ repeatIn(get_data(statement), 'line_ids')]] [[ line_ids.name ]] [[ line_ids.partner_id.name ]] [[ formatLang(line_ids.amount, dp='Account') ]] [[ company.currency_id.symbol ]]
Total : [[ formatLang(get_total(statement.line_ids), dp='Account') ]] [[ company.currency_id.symbol ]]