mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms_api_rest: get rooms order by sequence
This commit is contained in:
@@ -75,7 +75,7 @@ class PmsRoomService(Component):
|
||||
.search(
|
||||
domain,
|
||||
)
|
||||
.sorted("capacity")
|
||||
.sorted("sequence")
|
||||
):
|
||||
|
||||
result_rooms.append(
|
||||
|
||||
Reference in New Issue
Block a user