mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] attribute field cancelation rule
This commit is contained in:
@@ -21,7 +21,7 @@ class PmsCancelationRule(models.Model):
|
||||
days_intime = fields.Integer(
|
||||
"Days Late", help="Maximum number of days for free cancellation before Checkin"
|
||||
)
|
||||
penalty_late = fields.Integer("% Penalty Late", defaul="100")
|
||||
penalty_late = fields.Integer("% Penalty Late", default="100")
|
||||
apply_on_late = fields.Selection(
|
||||
[("first", "First Day"), ("all", "All Days"), ("days", "Specify days")],
|
||||
"Late apply on",
|
||||
|
||||
Reference in New Issue
Block a user