TIP: You can type at any time to perform a new search.
Hotel Reservation Management - Reporting
report_hotel_reservation · OCA/vertical-hotel
🛠 Migration considerations
report.hotel.reservation.status— Model 'report.hotel.reservation.status' has `_auto = False` and its init() (re)creates a SQL VIEW: the standard reporting-model pattern, but its raw SQL isn't checked by the ORM - verify it against renamed/removed tables and columns in the target version. migration-sql-view
Found by automated static analysis: patterns worth a look before/after upgrading this module to a newer Odoo version.
- Repository
- OCA/vertical-hotel · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Generic Modules/Hotel Reservation
- Folder size
- 0.11 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/vertical-hotel
- Last tracking update
- 2026-08-18 17:26:32
- Authors
- Odoo Community Association (OCA), Odoo S.A., Serpent Consulting Services Pvt. Ltd.
- Maintainers
- Odoo Community Association (OCA), Odoo S.A., Serpent Consulting Services Pvt. Ltd.
- Committers
- OCA-git-bot, Vadan-serpentcs
- Odoo dependencies
- Python dependencies
- python-dateutil, geoip2
- System dependencies
- None
- Required by
- None
- Description
This Module provides state-wise view for hotel reservation for better business intelligence. 
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
report_hotel_reservation_status_search |
report.hotel.reservation.status.search | report.hotel.reservation.status | search | New |
view_hotel_reservation_status_form |
report.hotel.reservation.status.form | report.hotel.reservation.status | form | New |
view_hotel_reservation_status_graph |
report.hotel.reservation.status.graph | report.hotel.reservation.status | graph | New |
view_hotel_reservation_status_tree |
report.hotel.reservation.status.list | report.hotel.reservation.status | list | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (3)
-
no_of_reservationIntegerreadonly=True args: 'Reservation' -
reservation_noCharreadonly=True -
stateSelectionreadonly=True args: [('draft', 'Draft'), ('confirm', 'Confirm'), ('done', 'Done'), ('cancel', 'Cancel')]
-
init(self)Initialization for report hotel reservation status module.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…