|
@ -137,49 +137,49 @@ |
|
|
<div class="act_as_cell amount"> |
|
|
<div class="act_as_cell amount"> |
|
|
<span |
|
|
<span |
|
|
t-esc="partner['residual']" |
|
|
t-esc="partner['residual']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## current--> |
|
|
<!--## current--> |
|
|
<div class="act_as_cell amount"> |
|
|
<div class="act_as_cell amount"> |
|
|
<span |
|
|
<span |
|
|
t-esc="partner['current']" |
|
|
t-esc="partner['current']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## age_30_days--> |
|
|
<!--## age_30_days--> |
|
|
<div class="act_as_cell amount"> |
|
|
<div class="act_as_cell amount"> |
|
|
<span |
|
|
<span |
|
|
t-esc="partner['30_days']" |
|
|
t-esc="partner['30_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## age_60_days--> |
|
|
<!--## age_60_days--> |
|
|
<div class="act_as_cell amount"> |
|
|
<div class="act_as_cell amount"> |
|
|
<span |
|
|
<span |
|
|
t-esc="partner['60_days']" |
|
|
t-esc="partner['60_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## age_90_days--> |
|
|
<!--## age_90_days--> |
|
|
<div class="act_as_cell amount"> |
|
|
<div class="act_as_cell amount"> |
|
|
<span |
|
|
<span |
|
|
t-esc="partner['90_days']" |
|
|
t-esc="partner['90_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## age_120_days--> |
|
|
<!--## age_120_days--> |
|
|
<div class="act_as_cell amount"> |
|
|
<div class="act_as_cell amount"> |
|
|
<span |
|
|
<span |
|
|
t-esc="partner['120_days']" |
|
|
t-esc="partner['120_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## older--> |
|
|
<!--## older--> |
|
|
<div class="act_as_cell amount"> |
|
|
<div class="act_as_cell amount"> |
|
|
<span |
|
|
<span |
|
|
t-esc="partner['older']" |
|
|
t-esc="partner['older']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
@ -315,7 +315,7 @@ |
|
|
> |
|
|
> |
|
|
<t |
|
|
<t |
|
|
t-raw="line['residual']" |
|
|
t-raw="line['residual']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</span> |
|
|
</span> |
|
|
</div> |
|
|
</div> |
|
@ -324,7 +324,7 @@ |
|
|
<t t-if="line.current == 0"> |
|
|
<t t-if="line.current == 0"> |
|
|
<span |
|
|
<span |
|
|
t-field="line.current" |
|
|
t-field="line.current" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</t> |
|
|
</t> |
|
|
<t t-else=""> |
|
|
<t t-else=""> |
|
@ -334,7 +334,7 @@ |
|
|
> |
|
|
> |
|
|
<t |
|
|
<t |
|
|
t-raw="line['current']" |
|
|
t-raw="line['current']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</span> |
|
|
</span> |
|
|
</t> |
|
|
</t> |
|
@ -344,7 +344,7 @@ |
|
|
<t t-if="line.age_30_days == 0"> |
|
|
<t t-if="line.age_30_days == 0"> |
|
|
<span |
|
|
<span |
|
|
t-field="line.age_30_days" |
|
|
t-field="line.age_30_days" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</t> |
|
|
</t> |
|
|
<t t-else=""> |
|
|
<t t-else=""> |
|
@ -354,7 +354,7 @@ |
|
|
> |
|
|
> |
|
|
<t |
|
|
<t |
|
|
t-raw="line['30_days']" |
|
|
t-raw="line['30_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</span> |
|
|
</span> |
|
|
</t> |
|
|
</t> |
|
@ -364,7 +364,7 @@ |
|
|
<t t-if="line.age_60_days == 0"> |
|
|
<t t-if="line.age_60_days == 0"> |
|
|
<span |
|
|
<span |
|
|
t-field="line.age_60_days" |
|
|
t-field="line.age_60_days" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</t> |
|
|
</t> |
|
|
<t t-else=""> |
|
|
<t t-else=""> |
|
@ -374,7 +374,7 @@ |
|
|
> |
|
|
> |
|
|
<t |
|
|
<t |
|
|
t-raw="line['60_days']" |
|
|
t-raw="line['60_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</span> |
|
|
</span> |
|
|
</t> |
|
|
</t> |
|
@ -384,7 +384,7 @@ |
|
|
<t t-if="line.age_90_days == 0"> |
|
|
<t t-if="line.age_90_days == 0"> |
|
|
<span |
|
|
<span |
|
|
t-field="line.age_90_days" |
|
|
t-field="line.age_90_days" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</t> |
|
|
</t> |
|
|
<t t-else=""> |
|
|
<t t-else=""> |
|
@ -394,7 +394,7 @@ |
|
|
> |
|
|
> |
|
|
<t |
|
|
<t |
|
|
t-raw="line['90_days']" |
|
|
t-raw="line['90_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</span> |
|
|
</span> |
|
|
</t> |
|
|
</t> |
|
@ -404,7 +404,7 @@ |
|
|
<t t-if="line.age_120_days == 0"> |
|
|
<t t-if="line.age_120_days == 0"> |
|
|
<span |
|
|
<span |
|
|
t-field="line.age_120_days" |
|
|
t-field="line.age_120_days" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</t> |
|
|
</t> |
|
|
<t t-else=""> |
|
|
<t t-else=""> |
|
@ -414,7 +414,7 @@ |
|
|
> |
|
|
> |
|
|
<t |
|
|
<t |
|
|
t-raw="line['120_days']" |
|
|
t-raw="line['120_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</span> |
|
|
</span> |
|
|
</t> |
|
|
</t> |
|
@ -424,7 +424,7 @@ |
|
|
<t t-if="line.older == 0"> |
|
|
<t t-if="line.older == 0"> |
|
|
<span |
|
|
<span |
|
|
t-field="line.older" |
|
|
t-field="line.older" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</t> |
|
|
</t> |
|
|
<t t-else=""> |
|
|
<t t-else=""> |
|
@ -434,7 +434,7 @@ |
|
|
> |
|
|
> |
|
|
<t |
|
|
<t |
|
|
t-raw="line['older']" |
|
|
t-raw="line['older']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</span> |
|
|
</span> |
|
|
</t> |
|
|
</t> |
|
@ -456,49 +456,49 @@ |
|
|
<div class="act_as_cell amount" style="width: 6.00%;"> |
|
|
<div class="act_as_cell amount" style="width: 6.00%;"> |
|
|
<span |
|
|
<span |
|
|
t-esc="partner_cumul_line['residual']" |
|
|
t-esc="partner_cumul_line['residual']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## current--> |
|
|
<!--## current--> |
|
|
<div class="act_as_cell amount" style="width: 6.00%;"> |
|
|
<div class="act_as_cell amount" style="width: 6.00%;"> |
|
|
<span |
|
|
<span |
|
|
t-esc="partner_cumul_line['current']" |
|
|
t-esc="partner_cumul_line['current']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## age_30_days--> |
|
|
<!--## age_30_days--> |
|
|
<div class="act_as_cell amount" style="width: 6.00%;"> |
|
|
<div class="act_as_cell amount" style="width: 6.00%;"> |
|
|
<span |
|
|
<span |
|
|
t-esc="partner_cumul_line['30_days']" |
|
|
t-esc="partner_cumul_line['30_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## age_60_days--> |
|
|
<!--## age_60_days--> |
|
|
<div class="act_as_cell amount" style="width: 6.00%;"> |
|
|
<div class="act_as_cell amount" style="width: 6.00%;"> |
|
|
<span |
|
|
<span |
|
|
t-esc="partner_cumul_line['60_days']" |
|
|
t-esc="partner_cumul_line['60_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## age_90_days--> |
|
|
<!--## age_90_days--> |
|
|
<div class="act_as_cell amount" style="width: 6.00%;"> |
|
|
<div class="act_as_cell amount" style="width: 6.00%;"> |
|
|
<span |
|
|
<span |
|
|
t-esc="partner_cumul_line['90_days']" |
|
|
t-esc="partner_cumul_line['90_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## age_120_days--> |
|
|
<!--## age_120_days--> |
|
|
<div class="act_as_cell amount" style="width: 6.00%;"> |
|
|
<div class="act_as_cell amount" style="width: 6.00%;"> |
|
|
<span |
|
|
<span |
|
|
t-esc="partner_cumul_line['120_days']" |
|
|
t-esc="partner_cumul_line['120_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## older--> |
|
|
<!--## older--> |
|
|
<div class="act_as_cell amount" style="width: 6.00%;"> |
|
|
<div class="act_as_cell amount" style="width: 6.00%;"> |
|
|
<span |
|
|
<span |
|
|
t-esc="partner_cumul_line['older']" |
|
|
t-esc="partner_cumul_line['older']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
@ -515,49 +515,49 @@ |
|
|
<div class="act_as_cell amount" style="width: 9.64%;"> |
|
|
<div class="act_as_cell amount" style="width: 9.64%;"> |
|
|
<span |
|
|
<span |
|
|
t-esc="account['residual']" |
|
|
t-esc="account['residual']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## current--> |
|
|
<!--## current--> |
|
|
<div class="act_as_cell amount" style="width: 9.64%;"> |
|
|
<div class="act_as_cell amount" style="width: 9.64%;"> |
|
|
<span |
|
|
<span |
|
|
t-esc="account['current']" |
|
|
t-esc="account['current']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## age_30_days--> |
|
|
<!--## age_30_days--> |
|
|
<div class="act_as_cell amount" style="width: 9.64%;"> |
|
|
<div class="act_as_cell amount" style="width: 9.64%;"> |
|
|
<span |
|
|
<span |
|
|
t-esc="account['30_days']" |
|
|
t-esc="account['30_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## age_60_days--> |
|
|
<!--## age_60_days--> |
|
|
<div class="act_as_cell amount" style="width: 9.64%;"> |
|
|
<div class="act_as_cell amount" style="width: 9.64%;"> |
|
|
<span |
|
|
<span |
|
|
t-esc="account['60_days']" |
|
|
t-esc="account['60_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## age_90_days--> |
|
|
<!--## age_90_days--> |
|
|
<div class="act_as_cell amount" style="width: 9.64%;"> |
|
|
<div class="act_as_cell amount" style="width: 9.64%;"> |
|
|
<span |
|
|
<span |
|
|
t-esc="account['90_days']" |
|
|
t-esc="account['90_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## age_120_days--> |
|
|
<!--## age_120_days--> |
|
|
<div class="act_as_cell amount" style="width: 9.64%;"> |
|
|
<div class="act_as_cell amount" style="width: 9.64%;"> |
|
|
<span |
|
|
<span |
|
|
t-esc="account['120_days']" |
|
|
t-esc="account['120_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## older--> |
|
|
<!--## older--> |
|
|
<div class="act_as_cell amount" style="width: 9.64%;"> |
|
|
<div class="act_as_cell amount" style="width: 9.64%;"> |
|
|
<span |
|
|
<span |
|
|
t-esc="account['older']" |
|
|
t-esc="account['older']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
</t> |
|
|
</t> |
|
@ -570,49 +570,49 @@ |
|
|
<div class="act_as_cell amount" style="width: 6.00%"> |
|
|
<div class="act_as_cell amount" style="width: 6.00%"> |
|
|
<span |
|
|
<span |
|
|
t-esc="account['residual']" |
|
|
t-esc="account['residual']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## current--> |
|
|
<!--## current--> |
|
|
<div class="act_as_cell amount" style="width: 6.00%"> |
|
|
<div class="act_as_cell amount" style="width: 6.00%"> |
|
|
<span |
|
|
<span |
|
|
t-esc="account['current']" |
|
|
t-esc="account['current']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## age_30_days--> |
|
|
<!--## age_30_days--> |
|
|
<div class="act_as_cell amount" style="width: 6.00%"> |
|
|
<div class="act_as_cell amount" style="width: 6.00%"> |
|
|
<span |
|
|
<span |
|
|
t-esc="account['30_days']" |
|
|
t-esc="account['30_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## age_60_days--> |
|
|
<!--## age_60_days--> |
|
|
<div class="act_as_cell amount" style="width: 6.00%"> |
|
|
<div class="act_as_cell amount" style="width: 6.00%"> |
|
|
<span |
|
|
<span |
|
|
t-esc="account['60_days']" |
|
|
t-esc="account['60_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## age_90_days--> |
|
|
<!--## age_90_days--> |
|
|
<div class="act_as_cell amount" style="width: 6.00%"> |
|
|
<div class="act_as_cell amount" style="width: 6.00%"> |
|
|
<span |
|
|
<span |
|
|
t-esc="account['90_days']" |
|
|
t-esc="account['90_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## age_120_days--> |
|
|
<!--## age_120_days--> |
|
|
<div class="act_as_cell amount" style="width: 6.00%"> |
|
|
<div class="act_as_cell amount" style="width: 6.00%"> |
|
|
<span |
|
|
<span |
|
|
t-esc="account['120_days']" |
|
|
t-esc="account['120_days']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<!--## older--> |
|
|
<!--## older--> |
|
|
<div class="act_as_cell amount" style="width: 6.00%"> |
|
|
<div class="act_as_cell amount" style="width: 6.00%"> |
|
|
<span |
|
|
<span |
|
|
t-esc="account['older']" |
|
|
t-esc="account['older']" |
|
|
t-options="{'widget': 'monetary', 'display_currency': res_company.currency_id}" |
|
|
|
|
|
|
|
|
t-options="{'widget': 'monetary', 'display_currency': company_currency}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
</t> |
|
|
</t> |
|
|