mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[FIX] stock_move_value_report: fix remanent BS3 classes
TT29556
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user