mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2026-01-01 21:52:52 +02:00
invoice report
This commit is contained in:
@@ -30,12 +30,12 @@
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<span t-if="o.type == 'out_invoice'">
|
||||
<div class="text-right"><strong>D.O.NOS</strong><br/></div>
|
||||
<div class="text-right"><strong>M.R.V NO.</strong><br/></div>
|
||||
<div><strong>D.O.NOS</strong><br/></div>
|
||||
<div><strong>M.R.V NO.</strong><br/></div>
|
||||
</span>
|
||||
<span t-if="o.type == 'out_refund'">
|
||||
<div class="text-right"><strong>Our D.O.NOS</strong><br/></div>
|
||||
<div class="text-right"><strong>Our M.R.V NO.</strong><br/></div>
|
||||
<div><strong>Our D.O.NOS</strong><br/></div>
|
||||
<div><strong>Our M.R.V NO.</strong><br/></div>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -58,7 +58,11 @@
|
||||
<th style="background-color:#3498DB !important;color:#FFF">Code</th>
|
||||
</xpath>
|
||||
<xpath expr="//table[@class='table table-sm']/tbody/tr/td[1]" position="before">
|
||||
<td><span t-esc="i"/></td>
|
||||
<t t-set="seq_move" t-value="1"/>
|
||||
<td colspan="2">
|
||||
<t t-esc="seq_move"></t>
|
||||
</td>
|
||||
<t t-set="seq_move" t-value="seq_move+1"/>
|
||||
<td><span t-esc="l.product_id.default_code"/></td>
|
||||
</xpath>
|
||||
<xpath expr="//t[@t-call='web.external_layout']/div/p[last()]" position="after">
|
||||
|
||||
Reference in New Issue
Block a user