work on sale report

This commit is contained in:
sonal arora
2020-09-15 14:48:10 +05:30
parent 94bb6d3355
commit 7d8aebc7f6

View File

@@ -73,8 +73,8 @@
<thead>
<tr>
<th style="background-color:#3498DB !important;color:#FFF !important;">Description</th>
<th style="background-color:#3498DB !important;color:#FFF !important;" class="text-center">Expected Date</th>
<th style="background-color:#3498DB !important;color:#FFF !important;" class="text-right">Qty</th>
<th style="background-color:#3498DB !important;color:#FFF !important;">Expected Date</th>
<th style="background-color:#3498DB !important;color:#FFF !important;">Qty</th>
</tr>
</thead>
<tbody>
@@ -82,10 +82,10 @@
<td>
<span t-field="order_line.name"/>
</td>
<td class="text-center">
<span t-field="order_line.date_planned"/>
<td>
<span t-field="order_line.date_planned" t-options='{"format": "MM/dd/yyyy"}'/>
</td>
<td class="text-right">
<td>
<span t-field="order_line.product_qty"/>
<span t-field="order_line.product_uom" groups="product.group_uom"/>
</td>