mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 18:29:08 +02:00
invoice report
This commit is contained in:
@@ -78,8 +78,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="padding-top:20px;">
|
<div class="col-3" style="font:15px lucida-console,sans-serif !important;padding-top:20px;">
|
||||||
<div class="col-3" style="font:15px lucida-console,sans-serif !important;">
|
<!-- <div class="col-3" style="font:15px lucida-console,sans-serif !important;"> -->
|
||||||
<strong>Customer Address</strong>
|
<strong>Customer Address</strong>
|
||||||
<br/>
|
<br/>
|
||||||
<span style="color:#3498DB !important;" t-field="o.partner_id"/>
|
<span style="color:#3498DB !important;" t-field="o.partner_id"/>
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
<br/>
|
<br/>
|
||||||
<span style="color:gray !important;" t-field="o.partner_id.vat"/>
|
<span style="color:gray !important;" t-field="o.partner_id.vat"/>
|
||||||
<br/>
|
<br/>
|
||||||
</div>
|
<!-- </div> -->
|
||||||
<div style="padding-top:20px;"></div>
|
<div style="padding-top:20px;"></div>
|
||||||
<!-- Is there a discount on at least one line? -->
|
<!-- Is there a discount on at least one line? -->
|
||||||
<t t-set="display_discount" t-value="any([l.discount for l in o.invoice_line_ids])"/>
|
<t t-set="display_discount" t-value="any([l.discount for l in o.invoice_line_ids])"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user