mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
Merge Branch Changes
This commit is contained in:
@@ -763,6 +763,7 @@ class PmsReservation(models.Model):
|
||||
today = fields.Date.context_today(self)
|
||||
|
||||
return [("checkout", searching_for_true, today)]
|
||||
|
||||
@api.depends("agency_id")
|
||||
def _compute_commission_percent(self):
|
||||
for reservation in self:
|
||||
|
||||
Reference in New Issue
Block a user