Skip to Content
Menu
v 18.0 Third Party 3547
Download for v 18.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Fleet (fleet)
Invoicing (account)
Lunch (lunch)
Discuss (mail)
Lines of code 3652
Technical Name hotel_management_odoo
LicenseLGPL-3
Websitehttps://www.cybrosys.com
Versions 15.0 16.0 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Fleet (fleet)
Invoicing (account)
Lunch (lunch)
Discuss (mail)
Lines of code 3652
Technical Name hotel_management_odoo
LicenseLGPL-3
Websitehttps://www.cybrosys.com
Versions 15.0 16.0 17.0 18.0
Community
Enterprise

A Complete Hotel Management System that Cover All Areas of Hotel Services.

Hotel Management

Key Highlights

Odoo 18 Community & Enterprise Edition Support

Hotel Management in Odoo 18 Community & Enterprise Edition.

Room Reservation

Reserve Hotel Rooms based on requirement of Room Capacity and Room Type.

Service, Food & Vehicle Management

Order Service, Food and vehicle as per need.

Event Management

Book Slots for your favorite Event.

Maintenance Management

Request for Maintenance work as per need.

Hotel Management

Are you ready to make your business more organized?
Improve now!

odoo@cybrosys.com +91 9074270811
acc_bg

User Configuration

In the user Form Page there is Some fields to give the access Permission.

Dashboard

User access Level

Can Set up the User access Level in user form page.

Room booking form page

User-friendly Room booking form page, easy to use.

Room booking Tree view

User can easily manage the list of records.

Vendor section.

Can Set up the vendor from here.

Report

Can Print out the sale order reports.

Different Report types

Can Download XLSX and PDF report.

Product section.

Can Manage Product from the Product model.

Manufactures section.

Can Manage Manufactures from the Manufactures model.

Room maintaining team section.

Can Manage Room maintaining team from here.

Maintain request section.

Can Manage Maintain request with the Maintain request model.

Configuration menu

Can configure Room , services , floor etc. with the Configuration model.

Room cleaning team section.

Can Manage Room cleaning team from here.

Cleaning request section.

Can Manage Cleaning request with the Cleaning request model.

Reserve Hotel Rooms based on requirement.

Book Slots for your favorite Event.

Request for Maintenance work as per need.

Order Service, Food and vehicle as per need.

Can Set up the User access Level.

Can Download XLSX and PDF reports.

Yes, the module allows you to generate detailed reports in both XLSX and PDF formats.

Yes, you can monitor the status of your room reservations, Available Rooms, and Available Vehicle in real-time within the module’s dashboard.

Latest Release 18.0.1.0.0

1st October, 2024
Add
  • Initial Commit

Related Products

Our Services

....

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
Still error - after clean install on different server
by
Fritz Subscreti
on 3/3/25, 11:59 AM

Installed the app on a clean server with all dependencies met, afterwards couldn't install other apps. Contacted Cybrosys 4 days ago, still no response - apart from the comment here to my previous review, saying I should contact their support. Ridiculous! All other 3rd party apps install without issues. This is the only 1 causing errors!

Re: Still error - after clean install on different server
by
Cybrosys Technologies
on 3/4/25, 4:09 AM Author

Hello Fritz, 
We reviewed the app but were unable to reproduce the issue you mentioned. Since we cannot maintain a long conversation on this platform, we recommend you send an email to odoo@cybrosys.com. Our team will respond and take the necessary steps to resolve the issue if it is related to the app.


Errors during installation on Odoo 18 Community Edition, no support AT ALL. Contacting support online, they wanted my business contact details, and then suggested I subscribe to their support service. A real pity!
by
Fritz Subscreti
on 2/28/25, 9:14 AM


Re: Errors during installation on Odoo 18 Community Edition, no support AT ALL. Contacting support online, they wanted my business contact details, and then suggested I subscribe to their support service. A real pity!
by
Cybrosys Technologies
on 3/3/25, 2:32 AM Author

Sorry for the disappointment. Please email to odoo@cybrosys.com


Error
by
Manuel Ramirez
on 11/28/24, 5:31 PM

Hi.

I'm getting this error whlie creating a new reservation.


RPC_ERROR

Odoo Server Error

Occured on odoo-188118-0.cloudclusters.net on model room.booking.line and id 168 on 2024-11-28 22:29:58 GMT

Traceback (most recent call last):
  File "/cloudclusters/odoo/odoo/http.py", line 1954, in _transactioning
    return service_model.retrying(func, env=self.env)
  File "/cloudclusters/odoo/odoo/service/model.py", line 137, in retrying
    result = func()
  File "/cloudclusters/odoo/odoo/http.py", line 1921, in _serve_ir_http
    response = self.dispatcher.dispatch(rule.endpoint, args)
  File "/cloudclusters/odoo/odoo/http.py", line 2168, in dispatch
    result = self.request.registry['ir.http']._dispatch(endpoint)
  File "/cloudclusters/odoo/odoo/addons/base/models/ir_http.py", line 330, in _dispatch
    result = endpoint(**request.params)
  File "/cloudclusters/odoo/odoo/http.py", line 728, in route_wrapper
    result = endpoint(self, *args, **params_ok)
  File "/cloudclusters/odoo/addons/web/controllers/dataset.py", line 35, in call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/cloudclusters/odoo/odoo/api.py", line 517, in call_kw
    result = getattr(recs, name)(*args, **kwargs)
  File "/cloudclusters/odoo/addons/web/models/models.py", line 1014, in onchange
    snapshot1 = RecordSnapshot(record, fields_spec)
  File "/cloudclusters/odoo/addons/web/models/models.py", line 1101, in __init__
    self.fetch(name)
  File "/cloudclusters/odoo/addons/web/models/models.py", line 1116, in fetch
    self[field_name] = self.record[field_name]
  File "/cloudclusters/odoo/odoo/models.py", line 7000, in __getitem__
    return self._fields[key].__get__(self)
  File "/cloudclusters/odoo/odoo/fields.py", line 1232, in __get__
    self.recompute(record)
  File "/cloudclusters/odoo/odoo/fields.py", line 1447, in recompute
    apply_except_missing(self.compute_value, recs)
  File "/cloudclusters/odoo/odoo/fields.py", line 1420, in apply_except_missing
    func(records)
  File "/cloudclusters/odoo/odoo/fields.py", line 1469, in compute_value
    records._compute_field_value(self)
  File "/cloudclusters/odoo/odoo/models.py", line 5243, in _compute_field_value
    fields.determine(field.compute, self)
  File "/cloudclusters/odoo/odoo/fields.py", line 109, in determine
    return needle(*args)
  File "/cloudclusters/odoo/odoo/addons/hotel_management_odoo/models/room_booking_line.py", line 114, in _compute_price_subtotal
    self.env['account.tax']._add_tax_details_in_base_line(base_line, self.env.company)
  File "/cloudclusters/odoo/addons/account/models/account_tax.py", line 1313, in _add_tax_details_in_base_line
    taxes_computation = base_line['tax_ids']._get_tax_details(
  File "/cloudclusters/odoo/addons/account/models/account_tax.py", line 1034, in _get_tax_details
    raw_base = float_round(raw_base, precision_rounding=precision_rounding)
  File "/cloudclusters/odoo/odoo/tools/float_utils.py", line 70, in float_round
    rounding_factor = _float_check_precision(precision_digits=precision_digits,
  File "/cloudclusters/odoo/odoo/tools/float_utils.py", line 35, in _float_check_precision
    assert precision_rounding > 0,\
AssertionError: precision_rounding must be positive, got 0.0

The above server error caused the following client error:
RPC_ERROR: Odoo Server Error
    RPC_ERROR
        at makeErrorFromResponse (https://odoo-188118-0.cloudclusters.net/web/assets/ed8c77f/web.assets_web.min.js:3059:163)
        at XMLHttpRequest.<anonymous> (https://odoo-188118-0.cloudclusters.net/web/assets/ed8c77f/web.assets_web.min.js:3064:13)

Re: Error
by
Cybrosys Technologies
on 12/2/24, 12:19 AM Author

We tested the hotel_management_odoo v18 app by creating reservations but did not encounter the error. Could you please provide further clarification or the exact scenario of this error? This will help us better understand the issue.