Skip to content

Commit eee5dd2

Browse files
committed
[FIX] delivery_carrier_label_gls: bootstrap class text-right rplaced by text-end
1 parent f1d9724 commit eee5dd2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

delivery_carrier_label_gls/report/report_delivery_report_gls.xml

+13-13
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@
3333
<table class="table table-sm">
3434
<thead>
3535
<tr>
36-
<th class="text-right"><strong
36+
<th class="text-end"><strong
3737
>Internal Reference</strong></th>
3838
<th><strong>Tracking</strong></th>
39-
<th class="text-right"><strong
39+
<th class="text-end"><strong
4040
>Weight</strong></th>
41-
<th class="text-right"><strong
41+
<th class="text-end"><strong
4242
>Package Reference</strong></th>
43-
<th class="text-right"><strong
43+
<th class="text-end"><strong
4444
>Name</strong></th>
45-
<th class="text-right"><strong
45+
<th class="text-end"><strong
4646
>City</strong></th>
47-
<th class="text-right"><strong
47+
<th class="text-end"><strong
4848
>Country</strong></th>
4949
</tr>
5050
</thead>
@@ -61,27 +61,27 @@
6161
t-field="l.parcel_tracking"
6262
/>
6363
</td>
64-
<td class="text-right">
64+
<td class="text-end">
6565
<span
6666
t-field="l.shipping_weight"
6767
/>
6868
</td>
69-
<td class="text-right">
69+
<td class="text-end">
7070
<span
7171
t-field="l.gls_package_ref"
7272
/>
7373
</td>
74-
<td class="text-right">
74+
<td class="text-end">
7575
<span
7676
t-field="l.gls_picking_id.partner_id.name"
7777
/>
7878
</td>
79-
<td class="text-right">
79+
<td class="text-end">
8080
<span
8181
t-field="l.gls_picking_id.partner_id.city"
8282
/>
8383
</td>
84-
<td class="text-right">
84+
<td class="text-end">
8585
<span
8686
t-field="l.gls_picking_id.partner_id.country_id.code"
8787
/>
@@ -105,11 +105,11 @@
105105
<table class="table table-sm">
106106
<tr class="border-black o_subtotal" style="">
107107
<td><strong>Number of Packages</strong></td>
108-
<td class="text-right">
108+
<td class="text-end">
109109
<span t-esc="number_packages" />
110110
</td>
111111
<td><strong>Total Weight (kg)</strong></td>
112-
<td class="text-right">
112+
<td class="text-end">
113113
<span t-esc="total_weight" />
114114
</td>
115115
</tr>

0 commit comments

Comments
 (0)