mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] pms-api-rest: fix precommit
This commit is contained in:
committed by
Darío Lodeiros
parent
fb4c9a83c1
commit
630664d338
@@ -71,6 +71,7 @@ class PmsCalendarInfo(Datamodel):
|
||||
priceDayTotal = fields.Number(required=False, allow_none=True)
|
||||
priceDayTotalServices = fields.Number(required=False, allow_none=True)
|
||||
|
||||
|
||||
class PmsCalendarAlertsPerDay(Datamodel):
|
||||
_name = "pms.calendar.alerts.per.day"
|
||||
date = fields.String(required=True, allow_none=False)
|
||||
|
||||
Reference in New Issue
Block a user