mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 18:29:08 +02:00
work on sale report
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
<div class="oe_structure"/>
|
<div class="oe_structure"/>
|
||||||
<h2 style=" background-color: #3498DB;"><font color="#fff">Purchase Order:<span t-field="o.name"/></font></h2>
|
<h2 style=" background-color: #3498DB;"><font color="#fff">Purchase Order:<span t-field="o.name"/></font></h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-6 ">
|
<div class="col-5">
|
||||||
<strong style="color:gray !important;">Vendor address:</strong><br/>
|
<strong style="color:gray !important;">Vendor address:</strong><br/>
|
||||||
<span style="color:#3498DB !important;" t-field="o.partner_id" /><br/>
|
<span style="color:#3498DB !important;" t-field="o.partner_id" /><br/>
|
||||||
<span t-if="o.partner_id.street" t-field="o.partner_id.street" /><br t-if="o.partner_id.street"/>
|
<span t-if="o.partner_id.street" t-field="o.partner_id.street" /><br t-if="o.partner_id.street"/>
|
||||||
@@ -59,8 +59,9 @@
|
|||||||
<span t-if="o.partner_id.country_id" t-field="o.partner_id.country_id" /><br t-if="o.partner_id.country_id"/>
|
<span t-if="o.partner_id.country_id" t-field="o.partner_id.country_id" /><br t-if="o.partner_id.country_id"/>
|
||||||
<span t-if="o.partner_id.vat" t-field="o.partner_id.vat"/><br/>
|
<span t-if="o.partner_id.vat" t-field="o.partner_id.vat"/><br/>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-2">
|
||||||
<div class="col-6 text-left">
|
</div>
|
||||||
|
<div class="col-5">
|
||||||
<strong style="color:gray !important;">Shipping address:</strong>
|
<strong style="color:gray !important;">Shipping address:</strong>
|
||||||
<div t-if="o.dest_address_id">
|
<div t-if="o.dest_address_id">
|
||||||
<div t-field="o.dest_address_id"
|
<div t-field="o.dest_address_id"
|
||||||
@@ -71,7 +72,7 @@
|
|||||||
<span t-field="o.picking_type_id.warehouse_id.name"/>
|
<span t-field="o.picking_type_id.warehouse_id.name"/>
|
||||||
<div t-field="o.picking_type_id.warehouse_id.partner_id"
|
<div t-field="o.picking_type_id.warehouse_id.partner_id"
|
||||||
t-field-options='{"widget": "contact", "fields": ["address", "phone", "fax"], "no_marker": true, "phone_icons": true}'/>
|
t-field-options='{"widget": "contact", "fields": ["address", "phone", "fax"], "no_marker": true, "phone_icons": true}'/>
|
||||||
<div t-field="o.picking_type_id.warehouse_id.partner_id.vat"/>
|
<div t-field="o.picking_type_id.warehouse_id.partner_id.vat"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
<div class="oe_structure"/>
|
<div class="oe_structure"/>
|
||||||
<h2 style=" background-color: #3498DB;"><font color="#fff">Request for Quotation <span t-field="o.name"/></font></h2>
|
<h2 style=" background-color: #3498DB;"><font color="#fff">Request for Quotation <span t-field="o.name"/></font></h2>
|
||||||
<div class="row mt32 mb32">
|
<div class="row mt32 mb32">
|
||||||
<div class="col-6 ">
|
<div class="col-5">
|
||||||
<strong style="color:gray !important;">Vendor address:</strong><br/>
|
<strong style="color:gray !important;">Vendor address:</strong><br/>
|
||||||
<span style="color:#3498DB !important;" t-field="o.partner_id" /><br/>
|
<span style="color:#3498DB !important;" t-field="o.partner_id" /><br/>
|
||||||
<span t-if="o.partner_id.street" t-field="o.partner_id.street" /><br/>
|
<span t-if="o.partner_id.street" t-field="o.partner_id.street" /><br/>
|
||||||
@@ -49,7 +49,9 @@
|
|||||||
<span t-if="o.partner_id.country_id" t-field="o.partner_id.country_id" /><br/>
|
<span t-if="o.partner_id.country_id" t-field="o.partner_id.country_id" /><br/>
|
||||||
<span t-if="o.partner_id.country_id" t-field="o.partner_id.vat" />
|
<span t-if="o.partner_id.country_id" t-field="o.partner_id.vat" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-6 text-right">
|
<div class="col-2">
|
||||||
|
</div>
|
||||||
|
<div class="col-5">
|
||||||
<strong style="color:gray !important;">Shipping address:</strong>
|
<strong style="color:gray !important;">Shipping address:</strong>
|
||||||
<div t-if="o.dest_address_id">
|
<div t-if="o.dest_address_id">
|
||||||
<div t-field="o.dest_address_id"
|
<div t-field="o.dest_address_id"
|
||||||
@@ -61,8 +63,8 @@
|
|||||||
<div t-field="o.picking_type_id.warehouse_id.partner_id"
|
<div t-field="o.picking_type_id.warehouse_id.partner_id"
|
||||||
t-field-options='{"widget": "contact", "fields": ["address", "phone", "fax"], "no_marker": true, "phone_icons": true}'/>
|
t-field-options='{"widget": "contact", "fields": ["address", "phone", "fax"], "no_marker": true, "phone_icons": true}'/>
|
||||||
|
|
||||||
<div t-field="o.picking_type_id.warehouse_id.partner_id.vat"/>
|
<div t-field="o.picking_type_id.warehouse_id.partner_id.vat"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user