TIP: You can type at any time to perform a new search.
PMS - Website Sale
pms_website_sale · OCA/pms
- Repository
- OCA/pms · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Generic Modules/Property Management System
- Folder size
- 0.16 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/pms
- Last tracking update
- 2026-08-07 09:06:26
- Authors
- Odoo Community Association (OCA), Gray Matter Logic
- Maintainers
- Odoo Community Association (OCA), Gray Matter Logic
- Committers
- Maxime Chambreuil, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- geoip2
- System dependencies
- None
- Required by
- None
- Description
This module adds online property booking to the website shop. Visitors can search published properties, check availability, and add reservations to the eCommerce cart before checkout.
Code Analysis ⓘ
Views touched (9)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
pms_search_box |
pms_search_box | ir.ui.view | qweb | Inherits pms_website_sale.pms_website_sale_search_box |
pms_website_sale_search_box |
pms_website_sale_search_box | ir.ui.view | qweb | Inherits website.website_search_box |
properties |
Properties | ir.ui.view | qweb | New |
property_booking_form |
Property Booking Form | ir.ui.view | qweb | Inherits pms_website.property |
property_categories |
Property Categories | ir.ui.view | qweb | Inherits pms_website_sale.properties |
property_categories_data |
Category list | ir.ui.view | qweb | New |
property_item |
Property | ir.ui.view | qweb | New |
sale_order_portal_content |
Sales Order Portal Content | ir.ui.view | qweb | Inherits sale.sale_order_portal_content |
search |
Search Box | ir.ui.view | qweb | New |
HTTP endpoints (3)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/property/<int:property_id>/check_availability |
PmsWebsiteSale.check_availability |
public | jsonrpc | POST | sudo website |
/property/<int:property_id>/add_to_cart |
PmsWebsiteSale.property_add_to_cart |
public | jsonrpc | POST | sudo website |
/property, /property/page/<int:page>, /property/category/<model("pms.website.category"):category> |
WebsiteSale.property |
public | http | ALL | website |
Models touched (0)
No models found for this module.