changes
This commit is contained in:
@@ -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.",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user