[IMP]pms: traveller report checkin/out

Use Checkin & Checkout instead of Arrival Departure on traveller report
This commit is contained in:
Darío Lodeiros
2021-09-04 11:44:07 +02:00
committed by GitHub
parent b4e14522b3
commit 60783a685c

View File

@@ -86,14 +86,14 @@
Entry date</td>
<td>
<strong>
<span t-field="docs.arrival" /></strong>
<span t-field="docs.checkin" /></strong>
</td>
</tr>
<tr>
<td>
Exit date</td>
<td>
<strong><span t-field="docs.departure" /></strong>
<strong><span t-field="docs.checkout" /></strong>
</td>
</tr>
</table>
@@ -194,14 +194,14 @@
Entry date</td>
<td>
<strong>
<span t-field="docs.arrival" /></strong>
<span t-field="docs.checkin" /></strong>
</td>
</tr>
<tr>
<td>
Exit date</td>
<td>
<strong><span t-field="docs.departure" /></strong>
<strong><span t-field="docs.checkout" /></strong>
</td>
</tr>
</table>