|
@@ -33,10 +33,10 @@
|
|
<table class="table table-condensed" style="font-size: 8px;">
|
|
<table class="table table-condensed" style="font-size: 8px;">
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
- <th style="font-size:8px;font-family: Courier New;width:0.6cm;overflow: auto; text-align: center;"><b>Cant.</b></th>
|
|
|
|
- <th style="font-size:8px;font-family: Courier New;width:4.0cm;overflow: auto; text-align: left;"><b>Producto</b>  </th>
|
|
|
|
- <th style="font-size:8px;font-family: Courier New;width:1.6cm;overflow: auto; text-align: center;"><b>Precio</b> </th>
|
|
|
|
- <th style="font-size:8px;font-family: Courier New;width:1.6cm;overflow: auto; text-align: center;"><b>SubTotal</b> </th>
|
|
|
|
|
|
+ <th style="font-size:8px;font-family: Courier New;width:0.6cm;overflow: auto; text-align: center;">Cant </th>
|
|
|
|
+ <th style="font-size:8px;font-family: Courier New;width:3.5cm;overflow: auto; text-align: left;"><b>Producto</b>  </th>
|
|
|
|
+ <th style="font-size:8px;font-family: Courier New;width:1.0cm;overflow: auto; text-align: center;"><b>Precio</b> </th>
|
|
|
|
+ <th style="font-size:8px;font-family: Courier New;width:1.0cm;overflow: auto; text-align: center;"><b>SubTotal</b> </th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
@@ -70,19 +70,19 @@
|
|
<tr t-foreach="orderlines" t-as="l">
|
|
<tr t-foreach="orderlines" t-as="l">
|
|
|
|
|
|
<!-- CANTIDAD -->
|
|
<!-- CANTIDAD -->
|
|
- <th style="font-size:8px;font-family: Arial;width:0.5cm;overflow: auto; text-align: center;">
|
|
|
|
|
|
+ <th style="font-size:8px;font-family: Arial;width:0.6cm;overflow: auto; text-align: center;">
|
|
<span t-esc="l.quantity"/>
|
|
<span t-esc="l.quantity"/>
|
|
</th>
|
|
</th>
|
|
|
|
|
|
<!-- NOMBRE DEL PRODUCTO -->
|
|
<!-- NOMBRE DEL PRODUCTO -->
|
|
- <th style="font-size:8px;font-family: Arial;width:4.0cm;overflow: auto; text-align: left;">
|
|
|
|
- <span t-esc="l.get_product().display_name"/>
|
|
|
|
|
|
+ <th style="font-size:8px;font-family: Arial;width:3.5cm;overflow: auto; text-align: left;">
|
|
|
|
+ <![CDATA[ ]]><span t-esc="l.get_product().display_name"/>
|
|
</th>
|
|
</th>
|
|
- <th style="font-size:8px;font-family: Arial;width:1.6cm;overflow: auto; text-align: right;">
|
|
|
|
|
|
+ <th style="font-size:8px;font-family: Arial;width:1.0cm;overflow: auto; text-align: right;">
|
|
<![CDATA[ ]]><span t-esc="l.price"/>
|
|
<![CDATA[ ]]><span t-esc="l.price"/>
|
|
</th>
|
|
</th>
|
|
<!-- PRECIO UNITARIO -->
|
|
<!-- PRECIO UNITARIO -->
|
|
- <th style="font-size:8px;font-family: Arial;width:1.6cm;overflow: auto; text-align: right;">
|
|
|
|
|
|
+ <th style="font-size:8px;font-family: Arial;width:1.0cm;overflow: auto; text-align: right;">
|
|
<![CDATA[ ]]><span t-esc="(l.quantity * l.price)"/>
|
|
<![CDATA[ ]]><span t-esc="(l.quantity * l.price)"/>
|
|
</th>
|
|
</th>
|
|
</tr>
|
|
</tr>
|