Website Booking Home Service
This module extends website_booking_dom and booking_dom to support home-service bookings.
When the option is enabled on a booking type, customers can provide the service address during the website booking flow. The selected address is stored on the booking event and shown in the website booking summary, portal confirmation page, and backend event form.
Table of contents
Configuration
- Go to Booking > Configuration > Booking Types.
- Open the booking type that should be available at the customer address.
- Enable the At Customer Address option.
- Publish the booking type on the website if customers must book it online.
Optional setup for logged-in customers:
- Make sure the customer contact has a valid address on the partner record.
- Customers can update the shown address during booking, or save it as a new service address when they are logged in.
Usage
- Open the booking page for a booking type configured with At Customer Address.
- Select the desired slot and continue to the Your information step.
- Enter the address where the service will be performed.
- Confirm the booking.
For authenticated customers, the form is prefilled from the current address. They can edit it directly and optionally save it as a new service address.
After confirmation, the service address is available:
- In the website sidebar during booking.
- In the booking confirmation portal page.
- In the backend calendar event.
- In any flow that reuses the event location snapshot.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Calendar (calendar) • Discuss (mail) • Invoicing (account) • Website (website) |
| Community Apps Dependencies | Show |
| Lines of code | 11360 |
| Technical Name |
website_booking_dom_home_service |
| License | OPL-1 |
| Website | https://demo18.domiup.com |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module