mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms_api_rest: change input_param to receive only one date and add services for operatives in dashboard_service, add createHour field in folio datamodel
This commit is contained in:
committed by
Darío Lodeiros
parent
65864ace52
commit
4a4f77bb3f
@@ -272,6 +272,7 @@ class PmsFolioService(Component):
|
||||
else None,
|
||||
firstCheckin=str(folio.first_checkin),
|
||||
lastCheckout=str(folio.last_checkout),
|
||||
createHour=folio.create_date.strftime("%H:%M"),
|
||||
)
|
||||
)
|
||||
return result_folios
|
||||
|
||||
Reference in New Issue
Block a user