mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] pms: fix NumRoomsSelectionModel.booking_engine_id
This commit is contained in:
committed by
Darío Lodeiros
parent
2ad566ad7c
commit
d7248054a8
@@ -292,7 +292,7 @@ class NumRoomsSelectionModel(models.TransientModel):
|
||||
room_type_id = fields.Char()
|
||||
booking_engine_id = fields.One2many(
|
||||
comodel_name="pms.folio.availability.wizard",
|
||||
inverse_name="id",
|
||||
inverse_name="num_rooms_selected",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user