|
|
@ -219,7 +219,8 @@ |
|
|
|
t-att-data-res-model="'account.move.line'" |
|
|
|
class="o_account_financial_reports_web_action" |
|
|
|
style="color: black;"> |
|
|
|
<t t-raw="line.date"/></a> |
|
|
|
<!--## We don't use t-field because it throws an error on click --> |
|
|
|
<t t-esc="line.date" t-options="{'widget': 'date'}"/></a> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
<!--## move--> |
|
|
@ -279,7 +280,8 @@ |
|
|
|
t-att-data-res-model="'account.move.line'" |
|
|
|
class="o_account_financial_reports_web_action" |
|
|
|
style="color: black;"> |
|
|
|
<t t-raw="line.date_due"/></a> |
|
|
|
<!--## We don't use t-field because it throws an error on click --> |
|
|
|
<t t-esc="line.date_due" t-options="{'widget': 'date'}"/></a> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
<!--## amount_residual--> |
|
|
|