mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[WIP] Checkin Workflow
This commit is contained in:
@@ -1058,8 +1058,9 @@ class HotelReservation(models.Model):
|
||||
'view_id': view_id,
|
||||
'context': {
|
||||
'reservation_id': reservation_id,
|
||||
'default_reservation_id': reservation_id,
|
||||
'default_folio_id': self.folio_id,
|
||||
},
|
||||
'flags': {'initial_mode': 'edit'},
|
||||
'domain': [('reservation_id', '=', self.id)],
|
||||
'target': 'new',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user