mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms_api_rest: added overpayment color to configurate in property
This commit is contained in:
@@ -23,6 +23,7 @@ class PmsPropertyInfo(Datamodel):
|
||||
outReservationColor = fields.String(required=False, allow_none=True)
|
||||
staffReservationColor = fields.String(required=False, allow_none=True)
|
||||
toAssignReservationColor = fields.String(required=False, allow_none=True)
|
||||
overPaymentColor = fields.String(required=False, allow_none=True)
|
||||
pendingPaymentReservationColor = fields.String(required=False, allow_none=True)
|
||||
simpleOutColor = fields.String(required=False, allow_none=True)
|
||||
simpleInColor = fields.String(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user