mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 18:29:08 +02:00
work on report
This commit is contained in:
@@ -20,9 +20,31 @@
|
|||||||
<t t-set="o" t-value="o.with_context({'lang':o.partner_id.lang})"/>
|
<t t-set="o" t-value="o.with_context({'lang':o.partner_id.lang})"/>
|
||||||
<div class="page">
|
<div class="page">
|
||||||
<div class="oe_structure"/>
|
<div class="oe_structure"/>
|
||||||
|
<div >
|
||||||
|
<div style=" background-color: #3498DB;">
|
||||||
|
<h2>
|
||||||
|
<span>
|
||||||
|
<font color="#fff">Delivery Note #</font>
|
||||||
|
</span>
|
||||||
|
</h2>
|
||||||
|
<div class="row mt32 mb32">
|
||||||
|
<div class="col-5">
|
||||||
|
<font color="#fff">
|
||||||
|
<strong>Origin</strong>
|
||||||
|
<p t-field="o.picking_type_id"/></font>
|
||||||
|
</div>
|
||||||
|
<div class="col-5">
|
||||||
|
<font color="#fff">
|
||||||
|
<strong>Scheduled Date</strong>
|
||||||
|
<p t-field="o.picking_type_id"/></font>
|
||||||
|
</div>
|
||||||
|
<div class="col-2">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div style="font:13px lucida-console,sans-serif !important; background-color: #3498DB;"><h2>
|
<div class="col-12" style="font:13px lucida-console,sans-serif !important; background-color: #3498DB;"><h2>
|
||||||
<span><font color="#fff">Delivery Note #</font>
|
<span><font color="#fff">Delivery Note #</font>
|
||||||
<span style="color:#FFF !important;" t-field="o.name"/>
|
<span style="color:#FFF !important;" t-field="o.name"/>
|
||||||
</span><br/>
|
</span><br/>
|
||||||
@@ -33,7 +55,7 @@
|
|||||||
<span>
|
<span>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div style="font:13px lucida-console,sans-serif !important; background-color: #3498DB;">
|
<div class="col-12" style="font:13px lucida-console,sans-serif !important; background-color: #3498DB;">
|
||||||
<div class ="col-4"><span><font color="#fff">Origin</font></span>:
|
<div class ="col-4"><span><font color="#fff">Origin</font></span>:
|
||||||
<span style="color:#FFF !important;" t-field="o.picking_type_id"/></div>
|
<span style="color:#FFF !important;" t-field="o.picking_type_id"/></div>
|
||||||
<div class ="col-4"><span><font color="#fff">Scheduled Date</font></span>:
|
<div class ="col-4"><span><font color="#fff">Scheduled Date</font></span>:
|
||||||
@@ -144,6 +166,7 @@
|
|||||||
<span t-field="move.product_uom"/>
|
<span t-field="move.product_uom"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr rowspan="6"></tr>
|
||||||
<tr rowspan="2">
|
<tr rowspan="2">
|
||||||
<td colspan="6">Transport</td>
|
<td colspan="6">Transport</td>
|
||||||
<td colspan="3">Material Received by</td>
|
<td colspan="3">Material Received by</td>
|
||||||
@@ -259,6 +282,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<p t-if="o.backorder_id">
|
<p t-if="o.backorder_id">
|
||||||
This shipment is a backorder of<t t-esc="o.backorder_id.name"/>.
|
This shipment is a backorder of<t t-esc="o.backorder_id.name"/>.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user