mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 10:19:09 +02:00
work on payment report
This commit is contained in:
@@ -123,13 +123,13 @@
|
||||
<th colspan="2" style="background-color:#3498DB !important;color:#FFF !important;">Code</th>
|
||||
<th colspan="3" style="background-color:#3498DB !important;color:#FFF !important;">Product</th>
|
||||
<th colspan="2" style="background-color:#3498DB !important;color:#FFF !important;">Ordered Quantity
|
||||
</th>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr t-foreach="o.move_lines" t-as="move">
|
||||
<td colspan="2">
|
||||
<span t-field="move+1"/>
|
||||
<!-- <span t-field="move+1"/>-->
|
||||
</td>
|
||||
<td colspan="2">
|
||||
</td>
|
||||
@@ -224,13 +224,13 @@
|
||||
</table>
|
||||
</td>
|
||||
</t>
|
||||
<td colspan="2" class="text-center">
|
||||
<td colspan="2">
|
||||
<span t-field="move_line.package_id"/>
|
||||
<span t-if="move_line.package_id">:</span>
|
||||
<span t-field="move_line.product_qty"/>
|
||||
<span t-field="move_line.product_uom_id"/>
|
||||
</td>
|
||||
<td colspan="2" class="text-right" t-if="move_line.state == 'done'">
|
||||
<td colspan="2" t-if="move_line.state == 'done'">
|
||||
<t t-if="move_line.product_qty != move_line.qty_done">
|
||||
<t t-set="backorder" t-value="True"/>
|
||||
</t>
|
||||
|
||||
Reference in New Issue
Block a user