[IMP]pms_api_rest: added overpayment color to configurate in property

This commit is contained in:
braisab
2022-11-29 12:23:16 +01:00
committed by Darío Lodeiros
parent 82c2ac3065
commit 7799b4d8ef
6 changed files with 13 additions and 146 deletions

View File

@@ -82,3 +82,9 @@ class PmsProperty(models.Model):
help="Color for pending payment reservations in the planning.",
default="rgba(162,70,137)",
)
overpayment_reservation_color = fields.Char(
string="Overpayment",
help="Color for pending payment reservations in the planning.",
default="rgba(4, 95, 118)",
)