[FIX] account_financial_report_qweb: Widget date for t-raw date (#483)

pull/559/head
Abraham Anes 2018-11-27 10:14:11 +01:00 committed by Pedro M. Baeza
parent f92ab2e043
commit 0ca262c609
2 changed files with 6 additions and 3 deletions

View File

@ -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-->

View File

@ -309,7 +309,8 @@
t-att-data-res-model="res_model"
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-->