OCA / pms

Property Management System on Odoo
GNU Affero General Public License v3.0
68 stars 83 forks source link

[14.0] new module pms_ website_sale : online booking #237

Closed robinkeunen closed 11 months ago

robinkeunen commented 1 year ago

Hi there,

This is a work in progress on pms_website_sale. The aim of this module is to allow online booking for visitors.

The booking process has 6 steps

  1. /ebooking/rooms : date and room type selection
  2. /ebooking/booking : summary of the booking
  3. /ebooking/booking/extra_info: extra information from the customer
  4. /ebooking/booking/address: address and invoicing information
  5. /ebooking/booking/payment: payment page, uses installed and allowed payment acquirers
  6. /ebooking/booking/success: success / failure page

The ebooking controller uses the booking engine to display availabilities and price.

A few things left to do

This is a MVP at this stage, we're submitting it to our customer. Feedbacks are welcome.