Skip to Content
Menu
v 18.0 Third Party 213
Download for v 18.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies eCommerce (website_sale)
Discuss (mail)
Website (website)
Invoicing (account)
Lines of code 775
Technical Name website_pre_booking
LicenseAGPL-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 eCommerce (website_sale)
Discuss (mail)
Website (website)
Invoicing (account)
Lines of code 775
Technical Name website_pre_booking
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 15.0 16.0 17.0 18.0
Community
Enterprise
Odoo.sh

This module helps to pre-book the products in website.

Website Pre Booking

Key Highlights

Manage the pre-booking orders in the website

This module helps to manage the pre-booking orders in the website

Track your Pre-bookings.

Track the Pre-bookings in website

Website Pre Booking

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

odoo@cybrosys.com +91 9074270811
acc_bg

Enable option from Product Form.

Enable option from Product form page.

Option for Pre-booking.

Button for pre-booking

Success Message.

The View of Customer Screen with Order lines and a button to open the Modal of Review Section

Portal View

User can view the details in customer portal

Tracking

Order Tracking

Pre Booked order

The Pre-Booked order

Manage the pre-booking orders in the website

Track your Pre-bookings.

The Website Pre-Booking module enables customers to pre-book products or services directly from your website, allowing them to reserve upcoming items or schedule services in advance.

Customers can use the Pre-Book button available on selected products or services. They select the quantity, date (if applicable), and fill in any additional details required to complete the pre-booking.

Enable the "Notify User" option and specify a contact to receive an email containing a detailed report with the failure reason and backup details. This option will also send an email upon successful backup.

Select the backup destination as local storage and specify a backup path to a location on the system to create backups on your own system.

Latest Release 18.0.1.0.0

29th October, 2024
Add
  • Initial Commit

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.
There are no ratings yet!
by
Brian
on 1/20/25, 11:14 AM

UncaughtPromiseError > TypeError


Uncaught Promise > Cannot read properties of undefined (reading 'model')


Occured on chat.pc-ma.ca on 2025-01-20 16:14:06 GMT


TypeError: Cannot read properties of undefined (reading 'model')

    at Object.getUserModelName (https://chat.pc-ma.ca/web/assets/1/bcf72bd/web.assets_web.min.js:20270:527)

    at EditInBackendSystray._updateMainObjectName (https://chat.pc-ma.ca/web/assets/1/bcf72bd/web.assets_web.min.js:19853:83)

    at Registry.trigger (https://chat.pc-ma.ca/web/assets/1/bcf72bd/web.assets_web.min.js:750:63)

    at set pageDocument (https://chat.pc-ma.ca/web/assets/1/bcf72bd/web.assets_web.min.js:20268:59)

    at WebsitePreview._onPageLoaded (https://chat.pc-ma.ca/web/assets/1/bcf72bd/web.assets_web.min.js:20147:330)

    at Object.mainEventHandler (https://chat.pc-ma.ca/web/assets/1/bcf72bd/web.assets_web.min.js:1603:77)

    at HTMLIFrameElement.listener (https://chat.pc-ma.ca/web/assets/1/bcf72bd/web.assets_web.min.js:762:15)

Re:
by
Cybrosys Technologies
on 1/22/25, 2:21 AM Author

Thanks for reporting, We have updated the app. Please get the latest version.


by
Brian
on 1/20/25, 11:11 AM

500: Internal Server Error

Traceback

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 1957, in _transactioning
    return service_model.retrying(func, env=self.env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 137, in retrying
    result = func()
             ^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 1924, in _serve_ir_http
    response = self.dispatcher.dispatch(rule.endpoint, args)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 2084, in dispatch
    return self.request.registry['ir.http']._dispatch(endpoint)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 329, in _dispatch
    result = endpoint(**request.params)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 727, in route_wrapper
    result = endpoint(self, *args, **params_ok)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/mnt/extra-addons/website_pre_booking/controllers/website_pre_booking.py", line 46, in portal_my_employee_request
    pre_booking = request.env['website.prebook'].sudo().create({
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<decorator-gen-194>", line 2, in create
  File "/usr/lib/python3/dist-packages/odoo/api.py", line 453, in _model_create_single
    return create(self, arg)
           ^^^^^^^^^^^^^^^^^
  File "/mnt/extra-addons/website_pre_booking/models/website_prebook.py", line 58, in create
    vals['reference'] = self.env['ir.sequence'].next_by_code('prebook.sequence') or _('New')
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_sequence.py", line 286, in next_by_code
    return seq_id._next(sequence_date=sequence_date)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_sequence.py", line 259, in _next
    return self._next_do()
           ^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_sequence.py", line 201, in _next_do
    return self.get_next_char(number_next)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_sequence.py", line 236, in get_next_char
    interpolated_prefix, interpolated_suffix = self._get_prefix_suffix()
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_sequence.py", line 229, in _get_prefix_suffix
    interpolated_prefix = _interpolate(self.prefix, d)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_sequence.py", line 205, in _interpolate
    return (s % d) if s else ''
            ~~^~~
KeyError: 'Y'


by
Brian
on 1/20/25, 11:04 AM

Where can we add or modify the State of the Pre-Order?  For example, you have State as Draft, I want to add Quoted, and a few others.