Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Discuss (mail)
• Invoicing (account) • Purchase (purchase) • Sales (sale_management) |
Lines of code | 1301 |
Technical Name |
ism_hotel |
License | LGPL-3 |
Website | https://www.indokoding.com |
Versions | 16.0 17.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Discuss (mail)
• Invoicing (account) • Purchase (purchase) • Sales (sale_management) |
Lines of code | 1301 |
Technical Name |
ism_hotel |
License | LGPL-3 |
Website | https://www.indokoding.com |
Versions | 16.0 17.0 |
Odoo Hotel Management System
INDOKODING SUKSES MAKMUR
Room Managements
Room Type, Amenities, Room Availability
Room Type and Amenities
Room Type uses products module to manage room types. We also added added "Is Room" checkbox in product form view to mark the product as room. You can set Amenities provided by the hotel in the room information tab of the product form view.

Room Availability
Room Availability is the number of rooms available for booking, So end user can know how many rooms with specific room types are available currently. Also we can set to maintenance state if the room is unavailable / out of order.


Reservation Managements
Reservation, History, Reservation Summary
Integrated with Sales Order
Reservation is integrated with sales order. So once you create a reservation, it will create a sales order for the customer.

Reservation
Reservation is the process of booking a room for a customer. It can be done from the reservation menu. It has 3 states:
- Booked : When the reservation is created, it will be in booked state, and other customer shouldn't book in the same date and same room.
- Checked In : When the customer booked in, it will be in booked in state. and the associated sale order will be in confirmed state.
- Checked Out : When the customer booked out, it will be in booked out state. the associated sale order will be in done state and the operator can generate invoice from the sale order.


History
History is the list of all the reservations made in the hotel. It will show the recent checked out reservations and the cancelled reservations.

Created by :

Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedCannot use the Room Types' Variants
What would be the correct way to use the Room Type variants?
I like this module. Very clean and minimalistic. Thanks for making it available!
May I suggest an improvement? Create a new menu item 'Configuration' and under it add the options 'Room Types' and 'Amenities'.
Error installing!
Unable to install module ism_hotel-17.0.1.0.2.zip on Odoo 17
Operación no válida
Error al importar módulo "ism_hotel"
while parsing /tmp/tmp93pzvddw/ism_hotel/data/hotel_room_data.xml:7, somewhere inside
<record id="product_template_single_room" model="product.template">
<field name="name">Single Room</field>
<field name="categ_id" ref="product.product_category_all"/>
<field name="detailed_type">service</field>
<field name="list_price">100000.00</field>
<field name="standard_price">0.00</field>
<field name="is_room">True</field>
<field name="purchase_ok">False</field>
</record>
web booking
does this have online booking option ?
This hotel modul calculate tax wrongly in invoice form after confirmed if duration is more than one day
Odoo 18
Hi, are you planning to release it for Odoo 18?