|
@@ -302,7 +302,7 @@
|
|
|
</td>
|
|
|
|
|
|
<td class="text-center">
|
|
|
- <span t-esc="'{0:,.3f}'.format(l.product_uom_qty).replace('.', ',')"/>
|
|
|
+ <span t-esc="'{0:,.0f}'.format(l.product_uom_qty).replace(',', '.')"/>
|
|
|
</td>
|
|
|
<td>
|
|
|
<span t-field="l.name"/>
|
|
@@ -340,13 +340,13 @@
|
|
|
</tr>
|
|
|
</table>
|
|
|
|
|
|
- <div class="row">
|
|
|
+ <!-- <div class="row">
|
|
|
<div class="col-xs-4 pull-right">
|
|
|
<table class="table table-condensed">
|
|
|
|
|
|
</table>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<table class="table table-condensed table-bordered">
|
|
|
|
|
|
<tr>
|