mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[DEL] fields checkin/out anda DailyPlan - hotel
This commit is contained in:
@@ -175,9 +175,6 @@ class Wizard(models.TransientModel):
|
||||
# update the state of the current reservation
|
||||
if record_id.checkin_partner_count > 0:
|
||||
record_id.state = 'booking'
|
||||
record_id.is_checkin = False
|
||||
folio = self.env['hotel.folio'].browse(self.reservation_id.folio_id.id)
|
||||
folio.checkins_reservations -= 1
|
||||
|
||||
@api.onchange('reservation_id')
|
||||
def change_enter_exit_date(self):
|
||||
|
||||
Reference in New Issue
Block a user