This commit is contained in:
gsinghpal
2026-03-09 15:21:22 -04:00
parent a3e85a23ef
commit acd3fc455e
243 changed files with 20459 additions and 4197 deletions

View File

@@ -57,3 +57,10 @@ class ResConfigSettings(models.TransientModel):
"kicks in for short-term rentals. Gives the customer time to "
"return without being charged.",
)
rental_short_term_reminder_hours = fields.Integer(
string="Short-Term Reminder (Hours Before Return)",
config_parameter='fusion_rental.short_term_reminder_hours',
default=2,
help="For short-term rentals, send the renewal reminder this many "
"hours before the scheduled return time. Default is 2 hours.",
)