add new module of template

This commit is contained in:
sonal
2020-07-29 20:41:03 +05:30
parent cf48c17882
commit 428f97803f
2 changed files with 11 additions and 0 deletions

View File

@@ -150,6 +150,9 @@
groups="stock.group_production_lot"/> groups="stock.group_production_lot"/>
<thead> <thead>
<tr> <tr>
<th style="background-color:#3498DB !important;color:#FFF !important;">No</th>
<th style="background-color:#3498DB !important;color:#FFF !important;">W/H</th>
<th style="background-color:#3498DB !important;color:#FFF !important;">Code</th>
<th style="background-color:#3498DB !important;color:#FFF !important;">Product</th> <th style="background-color:#3498DB !important;color:#FFF !important;">Product</th>
<th style="background-color:#3498DB !important;color:#FFF !important;" name="lot_serial" <th style="background-color:#3498DB !important;color:#FFF !important;" name="lot_serial"
t-if="has_serial_number"> t-if="has_serial_number">
@@ -211,6 +214,11 @@
<span t-field="move_line.product_uom_id"/> <span t-field="move_line.product_uom_id"/>
</td> </td>
</tr> </tr>
<tr rowspan="2">
<td colspan="2">Transport</td>
<td colspan="2">Transport</td>
<td colspan="2">Transport</td>
</tr>
</tbody> </tbody>
</table> </table>
<p t-if="o.backorder_id"> <p t-if="o.backorder_id">

View File

@@ -173,6 +173,9 @@
<table class="table table-sm" t-if="not o.move_line_ids"> <table class="table table-sm" t-if="not o.move_line_ids">
<thead> <thead>
<tr> <tr>
<th style="background-color:#3498DB !important;color:#FFF !important;">No</th>
<th style="background-color:#3498DB !important;color:#FFF !important;">W/H</th>
<th style="background-color:#3498DB !important;color:#FFF !important;">Code</th>
<th style="background-color:#3498DB !important;color:#FFF !important;">Product</th> <th style="background-color:#3498DB !important;color:#FFF !important;">Product</th>
<th style="background-color:#3498DB !important;color:#FFF !important;">Ordered <th style="background-color:#3498DB !important;color:#FFF !important;">Ordered
Quantity Quantity