| 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 |
| License | AGPL-3 |
| Website | https://www.cybrosys.com |
| Versions | 15.0 16.0 17.0 18.0 |
| 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 |
| License | AGPL-3 |
| Website | https://www.cybrosys.com |
| Versions | 15.0 16.0 17.0 18.0 |
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
Are you ready to make your business more
organized?
Improve now!
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- Initial Commit
Please log in to comment on this module
There are no ratings yet!
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:
Thanks for reporting, We have updated the app. Please get the latest version.
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'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.