v 13.0 Third Party 3571
Download for v 13.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Inventory (stock)
Point of Sale (point_of_sale)
Invoicing (account)
Community Apps Dependencies
Lines of code 4791
Technical Name hotel_reservation
LicenseAGPL-3
Websitehttps://github.com/OCA/vertical-hotel/
Versions 7.0 12.0 13.0 14.0 15.0 11.0
You bought this module and need support? Click here!

Hotel Reservation Management

Beta License: AGPL-3 OCA/vertical-hotel Translate me on Weblate Try me on Runboat

This module provides the feature of Reserving the Hotel Rooms.

You can manage:

  • Guest Reservation
  • Group Reservation
https://raw.githubusercontent.com/OCA/vertical-hotel/11.0/hotel_reservation/static/description/HotelReserv.png
  • Manage Hotel Room Based on Room Types and It’s Capacity
https://raw.githubusercontent.com/OCA/vertical-hotel/11.0/hotel_reservation/static/description/room.png
  • Confirm Your Reservation And Get Reservation Information
https://raw.githubusercontent.com/OCA/vertical-hotel/11.0/hotel_reservation/static/description/folio.png
  • Generate Folio
https://raw.githubusercontent.com/OCA/vertical-hotel/11.0/hotel_reservation/static/description/done.png
  • Summarize Detail of Reservation
https://raw.githubusercontent.com/OCA/vertical-hotel/11.0/hotel_reservation/static/description/res5.png
  • Easy And Quick Reservation from Reservation Summary
https://raw.githubusercontent.com/OCA/vertical-hotel/11.0/hotel_reservation/static/description/res6.png

Table of contents

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Serpent Consulting Services Pvt. Ltd.
  • Odoo S.A.

Contributors

  • Odoo Community Association (OCA)
  • Serpent Consulting Services Pvt. Ltd.
  • Odoo S.A.

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

This module is part of the OCA/vertical-hotel project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

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.
There are no ratings yet!
payment error
by
Muhammad Syukri
on 3/7/21, 8:24 PM

Eror!:

Odoo Server Error


Traceback (most recent call last):

  File "/opt/odoo13/odoo/odoo/http.py", line 624, in _handle_exception

    return super(JsonRequest, self)._handle_exception(exception)

  File "/opt/odoo13/odoo/odoo/http.py", line 310, in _handle_exception

    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])

  File "/opt/odoo13/odoo/odoo/tools/pycompat.py", line 14, in reraise

    raise value

  File "/opt/odoo13/odoo/odoo/http.py", line 669, in dispatch

    result = self._call_function(**self.params)

  File "/opt/odoo13/odoo/odoo/http.py", line 350, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/opt/odoo13/odoo/odoo/service/model.py", line 94, in wrapper

    return f(dbname, *args, **kwargs)

  File "/opt/odoo13/odoo/odoo/http.py", line 339, in checked_call

    result = self.endpoint(*a, **kw)

  File "/opt/odoo13/odoo/odoo/http.py", line 915, in __call__

    return self.method(*args, **kw)

  File "/opt/odoo13/odoo/odoo/http.py", line 515, in response_wrap

    response = f(*args, **kw)

  File "/opt/odoo13/odoo/addons/web/controllers/main.py", line 1327, in call_kw

    return self._call_kw(model, method, args, kwargs)

  File "/opt/odoo13/odoo/addons/web/controllers/main.py", line 1319, in _call_kw

    return call_kw(request.env[model], method, args, kwargs)

  File "/opt/odoo13/odoo/odoo/api.py", line 383, in call_kw

    result = _call_kw_model(method, model, args, kwargs)

  File "/opt/odoo13/odoo/odoo/api.py", line 356, in _call_kw_model

    result = method(recs, *args, **kwargs)

  File "/opt/odoo13/odoo/odoo/models.py", line 1471, in load_views

    for [v_id, v_type] in views

  File "/opt/odoo13/odoo/odoo/models.py", line 1471, in <dictcomp>

    for [v_id, v_type] in views

  File "/opt/odoo13/odoo/addons/mail/models/mail_thread.py", line 411, in fields_view_get

    res = super(MailThread, self).fields_view_get(view_id=view_id, view_type=view_type, toolbar=toolbar, submenu=submenu)

  File "/opt/odoo13/odoo/addons/web/models/models.py", line 206, in fields_view_get

    r = super().fields_view_get(view_id, view_type, toolbar, submenu)

  File "/opt/odoo13/odoo/odoo/models.py", line 1558, in fields_view_get

    xarch, xfields = View.postprocess_and_fields(self._name, etree.fromstring(result['arch']), view_id)

  File "/opt/odoo13/odoo/odoo/addons/base/models/ir_ui_view.py", line 994, in postprocess_and_fields

    self.raise_view_error(message, view_id)

  File "/opt/odoo13/odoo/odoo/addons/base/models/ir_ui_view.py", line 614, in raise_view_error

    raise ValueError(message)

ValueError: Field `effective_date` does not exist


Error context:

View `kosong`

[view_id: kosong, xml_id: kosong, model: kosong, parent_id: kosong]


by
Muhammad Syukri
on 3/7/21, 4:43 PM

Eror!:

Odoo Server Error


Traceback (most recent call last):

  File "/opt/odoo13/odoo/odoo/http.py", line 624, in _handle_exception

    return super(JsonRequest, self)._handle_exception(exception)

  File "/opt/odoo13/odoo/odoo/http.py", line 310, in _handle_exception

    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])

  File "/opt/odoo13/odoo/odoo/tools/pycompat.py", line 14, in reraise

    raise value

  File "/opt/odoo13/odoo/odoo/http.py", line 669, in dispatch

    result = self._call_function(**self.params)

  File "/opt/odoo13/odoo/odoo/http.py", line 350, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/opt/odoo13/odoo/odoo/service/model.py", line 94, in wrapper

    return f(dbname, *args, **kwargs)

  File "/opt/odoo13/odoo/odoo/http.py", line 339, in checked_call

    result = self.endpoint(*a, **kw)

  File "/opt/odoo13/odoo/odoo/http.py", line 915, in __call__

    return self.method(*args, **kw)

  File "/opt/odoo13/odoo/odoo/http.py", line 515, in response_wrap

    response = f(*args, **kw)

  File "/opt/odoo13/odoo/addons/web/controllers/main.py", line 1327, in call_kw

    return self._call_kw(model, method, args, kwargs)

  File "/opt/odoo13/odoo/addons/web/controllers/main.py", line 1319, in _call_kw

    return call_kw(request.env[model], method, args, kwargs)

  File "/opt/odoo13/odoo/odoo/api.py", line 383, in call_kw

    result = _call_kw_model(method, model, args, kwargs)

  File "/opt/odoo13/odoo/odoo/api.py", line 356, in _call_kw_model

    result = method(recs, *args, **kwargs)

  File "/opt/odoo13/odoo/odoo/models.py", line 1471, in load_views

    for [v_id, v_type] in views

  File "/opt/odoo13/odoo/odoo/models.py", line 1471, in <dictcomp>

    for [v_id, v_type] in views

  File "/opt/odoo13/odoo/addons/mail/models/mail_thread.py", line 411, in fields_view_get

    res = super(MailThread, self).fields_view_get(view_id=view_id, view_type=view_type, toolbar=toolbar, submenu=submenu)

  File "/opt/odoo13/odoo/addons/web/models/models.py", line 206, in fields_view_get

    r = super().fields_view_get(view_id, view_type, toolbar, submenu)

  File "/opt/odoo13/odoo/odoo/models.py", line 1558, in fields_view_get

    xarch, xfields = View.postprocess_and_fields(self._name, etree.fromstring(result['arch']), view_id)

  File "/opt/odoo13/odoo/odoo/addons/base/models/ir_ui_view.py", line 994, in postprocess_and_fields

    self.raise_view_error(message, view_id)

  File "/opt/odoo13/odoo/odoo/addons/base/models/ir_ui_view.py", line 614, in raise_view_error

    raise ValueError(message)

ValueError: Field `effective_date` does not exist


Error context:

View `account.payment.invoice.form`

[view_id: 670, xml_id: account.view_account_payment_invoice_form, model: account.payment, parent_id: 667]


When i click on install it could not do any thing
by
Israr Awan
on 2/6/21, 6:17 AM