mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] Wizard reservations
This commit is contained in:
@@ -119,7 +119,7 @@ class FolioWizard(models.TransientModel):
|
||||
@api.onchange('autoassign')
|
||||
def create_reservations(self):
|
||||
self.ensure_one()
|
||||
cmds = []
|
||||
cmds = [(5,0,0)]
|
||||
for line in self.room_type_wizard_ids:
|
||||
if line.rooms_num == 0:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user