Imp Project Status Report
This commit is contained in:
parent
e43afaac8b
commit
47035269c5
|
|
@ -435,8 +435,14 @@
|
||||||
<td style="border: 1px solid black;">
|
<td style="border: 1px solid black;">
|
||||||
<span t-esc="invoice.amount"/>
|
<span t-esc="invoice.amount"/>
|
||||||
</td>
|
</td>
|
||||||
|
<!-- <td style="border: 1px solid black;">-->
|
||||||
|
<!-- <span t-esc="dict(invoice._fields['payment_state'].selection).get(invoice.payment_state or 'not_paid')"/>-->
|
||||||
|
<!-- <!– <span t-field="invoice.payment_state"/>–>-->
|
||||||
|
<!-- </td>-->
|
||||||
<td style="border: 1px solid black;">
|
<td style="border: 1px solid black;">
|
||||||
<span t-field="invoice.payment_state"/>
|
<t t-set="label_dict"
|
||||||
|
t-value="dict(invoice._fields['payment_state']._description_selection(invoice.env))"/>
|
||||||
|
<span t-esc="label_dict.get(invoice.payment_state or 'not_paid')"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</t>
|
</t>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue