[FIX] stock_move_value_report: fix remanent BS3 classes

TT29556
This commit is contained in:
david
2021-05-04 12:54:06 +02:00
committed by CarlosRoca13
parent f2a6a37d84
commit 9a6a8f532c
2 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@
<template id="stock_move_lines_value_total">
<div class="clearfix">
<div id="total" class="row">
<div class="col-xs-4 float-right">
<div class="col-4 float-right">
<table class="table table-sm" style="min-width: 250px;max-width: 400px;page-break-inside: avoid;">
<tr class="border-black">
<td><strong>Total</strong></td>
@@ -140,7 +140,7 @@
<!-- Total all moves -->
<div class="clearfix">
<div id="total" class="row">
<div class="col-xs-4 pull-right">
<div class="col-4 float-right">
<table class="table table-sm" style="min-width: 250px;max-width: 400px;page-break-inside: avoid;">
<tr class="border-black">
<td><strong>Total operations value balance</strong></td>

View File

@@ -18,7 +18,7 @@
t-options='{"widget": "contact", "fields": ["address", "name", "phone"], "no_marker": True, "phone_icons": True}'/>
</div>
</div>
<div class="col-xs-5 col-xs-offset-1">
<div class="offset-1 col-5">
<div t-if="picking.picking_type_id.code=='incoming' and picking.partner_id">
<span><strong>Partner Address:</strong></span>
</div>