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