Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.

Module: Stay

Entity: stay.stay

Description: Guest Stay

Field Description Type Relationship Compute Method
arrival_date Date -
arrival_datetime Arrival Date and Time Datetime - _compute_arrival_datetime
arrival_note Char -
arrival_time Selection -
assign_status Selection - _compute_room_assignment
clash_time_next_stay_id Next Stay which arrives before Many-to-One stay.stay _compute_preceding_next_stay_id
clash_time_preceding_stay_id Preceding Stay which leaves later Many-to-One stay.stay _compute_preceding_next_stay_id
company_id Many-to-One res.company
construction Boolean -
departure_date Date -
departure_datetime Departure Date and Time Datetime - _compute_departure_datetime
departure_note Char -
departure_time Selection -
group_id Many-to-One stay.group
guest_qty Guest Quantity Integer -
guest_qty_to_assign Integer - _compute_room_assignment
line_ids Stay Lines One-to-Many stay.line
my_stay_group Boolean - _compute_my_stay_group
name Stay Number Char -
no_meals Boolean - _compute_refectory_id
notes Text -
partner_id Guest Many-to-One res.partner
partner_name Guest Names Text - _compute_partner_name
refectory_id Many-to-One stay.refectory _compute_refectory_id
room_assign_ids Room Assignments One-to-Many stay.room.assign
rooms_display_name Rooms Char - _compute_room_assignment
same_time_next_stay_id Next Stay which arrives on same time slot Many-to-One stay.stay _compute_preceding_next_stay_id
same_time_preceding_stay_id Preceding Stay which leaves on same time slot Many-to-One stay.stay _compute_preceding_next_stay_id
state Selection -
tag_ids Tags Many-to-Many stay.tag