forked from Agofer/fix_views_14
Compare commits
No commits in common. "48c14e142d127a27eee2b8b4a115c4d5c0336d79" and "a81054ba29f90314281dc0c4f8aa7ae2a3b3aae1" have entirely different histories.
48c14e142d
...
a81054ba29
@ -300,11 +300,6 @@
|
|||||||
<tbody class="invoice_tbody">
|
<tbody class="invoice_tbody">
|
||||||
<t t-set="barras" />
|
<t t-set="barras" />
|
||||||
<t t-set="current_subtotal" t-value="0"/>
|
<t t-set="current_subtotal" t-value="0"/>
|
||||||
<!-- Informational message about non-conforming products -->
|
|
||||||
<t t-set="no_conforming" t-value="False"/>
|
|
||||||
<t t-if="o.picking_id and o.picking_id.display_name and (o.picking_id.display_name[3:5] == '04' or o.picking_id.display_name[3:5] == '1B' or o.picking_id.display_name[3:5] == '15')" class="card-header p-1" >
|
|
||||||
<t t-set="no_conforming" t-value="True" />
|
|
||||||
</t>
|
|
||||||
<t t-set="lines" t-value="o.invoice_line_ids.sorted(key=lambda l: (-l.sequence, l.date, l.move_name, -l.id), reverse=True)"/>
|
<t t-set="lines" t-value="o.invoice_line_ids.sorted(key=lambda l: (-l.sequence, l.date, l.move_name, -l.id), reverse=True)"/>
|
||||||
|
|
||||||
<t t-foreach="lines" t-as="line">
|
<t t-foreach="lines" t-as="line">
|
||||||
@ -330,9 +325,6 @@
|
|||||||
<i class="fa fa-tag"></i>
|
<i class="fa fa-tag"></i>
|
||||||
<t t-set="barras" t-value="True" />
|
<t t-set="barras" t-value="True" />
|
||||||
</t>
|
</t>
|
||||||
<t t-if="no_conforming">
|
|
||||||
<i class="fa fa-exclamation"></i>
|
|
||||||
</t>
|
|
||||||
</td>
|
</td>
|
||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<span t-field="line.quantity"/>
|
<span t-field="line.quantity"/>
|
||||||
@ -424,19 +416,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Informational message about non-conforming products -->
|
|
||||||
<div class="card">
|
|
||||||
<div t-if="no_conforming">
|
|
||||||
<h4 class="card-title">
|
|
||||||
<i class="fa fa-exclamation"></i>
|
|
||||||
Estimado cliente, es importante que tenga en cuenta que el producto que está
|
|
||||||
adquiriendo ha sido catalogado por nuestra área de calidad como no conforme,
|
|
||||||
ya que presenta uno o más defectos según la norma de fabricación correspondiente.
|
|
||||||
Por lo anterior, Agofer no recibirá ningún tipo de queja o reclamación asociada
|
|
||||||
al mismo ni entregará certificado de calidad.
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div t-attf-class="#{'col-4' if report_type != 'html' else 'col-sm-7 col-md-6'}">
|
<div t-attf-class="#{'col-4' if report_type != 'html' else 'col-sm-7 col-md-6'}">
|
||||||
<table class="table table-sm">
|
<table class="table table-sm">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user