This commit is contained in:
oscar alvarez 2022-03-25 15:28:38 -05:00
parent bdc6b59de0
commit bbf5f6f7f2
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class Folio(ModelSQL, ModelView):
@classmethod
def update_room(cls, room, state):
Housekeeping = Pool.get('hotel.housekeeping')
Housekeeping = Pool().get('hotel.housekeeping')
hkrooms = Housekeeping.search([
('room', '=', room.id),
])