Setup Hotel Management

Updated 13 July 2026

A complete beginner’s guide to install the Hotel Management app in Odoo and give your team access.

Overview

This page walks you through installing Hotel Management in Odoo from the very beginning. You do not need to be a programmer – you only need access to your Odoo server (or your IT person who manages it) and an administrator login.

By the end of these steps you will have:

Before you begin This guide is for Odoo 17. The addon folder name is webby_hotel_management_odoo. Your Odoo must already have these apps installed (they are required automatically): Contacts, Accounting, Employees, and Attendance.

How It Works

Odoo applications are delivered as addons – folders that contain the Hotel Management features. You place the folder on the server, restart Odoo so it can see the new files, then activate the app from the Apps screen. Odoo loads menus, sample data (if enabled), and security rules at that moment.

Installing the app alone is not enough for every user. Each person needs the Hotel User or Hotel Manager permission on their user account. Without that permission, the Hotel menu will not appear even though the app is installed.

Step-by-Step Guide

Download the latest copy of the addon
Upload the addon folder to Odoo
Restart the Odoo service
Activate Developer Mode in Settings
Update the Apps list
Search for the addon in Apps and activate it
Demo data (sample hotel records)
Give users permission to access Hotel Management
Refresh Odoo and confirm the Hotel menu appears

Quick Reference Table

Field Explanations

Addon folder name

The physical folder on the server. Odoo reads the app name and version from the file inside called __manifest__.py. Renaming the folder can break upgrades unless your server is configured for the new name.

Addons path

A list of folders on the server where Odoo searches for applications. Your administrator adds custom_addons to this list so third-party apps are found without mixing them with core Odoo code.

Developer Mode

A special view of Odoo for administrators. It shows extra menus (Update Apps List, technical fields) that regular hotel staff never need. Turn it on only when installing or troubleshooting apps.

Update Apps List

Rebuilds the catalog of apps Odoo can install. Required after you copy a new addon folder and restart – otherwise Hotel Management will not appear in search results.

App name in Odoo

The friendly title shown on the Apps screen. It may differ slightly from the folder name. Always search “Hotel Management” to find this module.

Demo data

Pre-built sample records (properties, rooms, bookings) shipped with the addon. Helpful for training. Not added to databases that were created without demonstration data – only real configuration is used there.

Hotel – User

Security group for everyday operations: create bookings, use front desk screens, housekeeping, maintenance, guest profiles, and open folios. Cannot access Configuration or manager-only finance menus.

Hotel – Manager

Security group that includes User rights plus property setup, rate plans, cancellation policies, guest invoices, deposit invoices, employee attendance, and all reporting tools.

Hotel menu

The application menu that appears once the addon is installed and the logged-in user has Hotel User or Hotel Manager access. If missing, the problem is almost always permissions or the app not fully installed.

Tips

Common Mistakes

Image