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:
@@ -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)",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user