mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-18 02:39:10 +02:00
invoice report
This commit is contained in:
@@ -103,6 +103,8 @@
|
||||
<table class="table table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="background-color:#3498DB !important;color:#FFF">Code
|
||||
</th>
|
||||
<th style="background-color:#3498DB !important;color:#FFF !important;">Description
|
||||
</th>
|
||||
<th class="text-right"
|
||||
@@ -124,7 +126,12 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="invoice_tbody">
|
||||
<t t-set="seq_move" t-value="1"/>
|
||||
<tr t-foreach="o.invoice_line_ids" t-as="l">
|
||||
<td>
|
||||
<t t-esc="seq_move"></t>
|
||||
</td>
|
||||
<t t-set="seq_move" t-value="seq_move+1"/>
|
||||
<td>
|
||||
<span t-field="l.name"/>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user