mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 18:29:08 +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="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="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 colspan="2" style="background-color:#3498DB !important;color:#FFF !important;">Ordered Quantity
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr t-foreach="o.move_lines" t-as="move">
|
<tr t-foreach="o.move_lines" t-as="move">
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<span t-field="move+1"/>
|
<!-- <span t-field="move+1"/>-->
|
||||||
</td>
|
</td>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
</td>
|
</td>
|
||||||
@@ -224,13 +224,13 @@
|
|||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</t>
|
</t>
|
||||||
<td colspan="2" class="text-center">
|
<td colspan="2">
|
||||||
<span t-field="move_line.package_id"/>
|
<span t-field="move_line.package_id"/>
|
||||||
<span t-if="move_line.package_id">:</span>
|
<span t-if="move_line.package_id">:</span>
|
||||||
<span t-field="move_line.product_qty"/>
|
<span t-field="move_line.product_qty"/>
|
||||||
<span t-field="move_line.product_uom_id"/>
|
<span t-field="move_line.product_uom_id"/>
|
||||||
</td>
|
</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-if="move_line.product_qty != move_line.qty_done">
|
||||||
<t t-set="backorder" t-value="True"/>
|
<t t-set="backorder" t-value="True"/>
|
||||||
</t>
|
</t>
|
||||||
|
|||||||
Reference in New Issue
Block a user