mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 10:19:09 +02:00
invoice report
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<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>
|
||||
<br/>
|
||||
<span style="color:#3498DB !important;" t-field="o.partner_id"/>
|
||||
@@ -94,7 +94,7 @@
|
||||
<br/>
|
||||
<span style="color:gray !important;" t-field="o.partner_id.vat"/>
|
||||
<br/>
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
<div style="padding-top:20px;"></div>
|
||||
<!-- 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])"/>
|
||||
|
||||
Reference in New Issue
Block a user