mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms: traveller report checkin/out
Use Checkin & Checkout instead of Arrival Departure on traveller report
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user