mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-23 21:25:31 +02:00
work on sale report
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user