[16.0] [MIG] partner_statement: Migration to 16.0
This commit is contained in:
committed by
Miquel Raïch
parent
5b7e7d4842
commit
bf2d7c6dd1
@@ -4,9 +4,9 @@
|
||||
<odoo>
|
||||
<template id="outstanding_balance">
|
||||
<p>
|
||||
<span t-esc="'' if account_type == 'receivable' else 'Supplier '" /><span
|
||||
t-esc="title_name"
|
||||
/> up to <span t-esc="ending_date" /> in <span
|
||||
<span
|
||||
t-esc="'' if account_type == 'asset_receivable' else 'Supplier '"
|
||||
/><span t-esc="title_name" /> up to <span t-esc="ending_date" /> in <span
|
||||
t-esc="display_currency.name"
|
||||
/>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user