TIP: You can type at any time to perform a new search.
Hotel Housekeeping Planning
hotel_housekeeping_planning · OCA/vertical-hotel
- Repository
- OCA/vertical-hotel · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Hotel Management
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/vertical-hotel/
- Last tracking update
- 2026-08-07 07:25:01
- Authors
- Odoo Community Association (OCA), Coop IT Easy SCRLfs
- Maintainers
- Odoo Community Association (OCA), Coop IT Easy SCRLfs
- Committers
- OCA-git-bot, oca-travis, robin.keunen, Dhruvita
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hotel_housekeeping_planning_report |
hotel_housekeeping_planning_report | ir.ui.view | qweb | New |
view_hotel_reservation_form |
view_hotel_reservation_form | hotel.reservation | form | Inherits hotel_reservation.view_hotel_reservation_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
housekeeping_noteCharrequired=Falsestring='Housekeeping Note'
No public methods.
New fields (0)
No new fields.
Public methods (4)-
action_housekeeping_planning_report(self)@api.multi -
get_housekeeping_weekly_report_data(self)@api.multireturns a dictionary with rooms in key and values the daily room occupation: { # monday to sunday "days": ["2020-06-26", "2020-06-30", ... "2020-07-05"], "rooms": [ { "room": "room x (recordset)", "occupation": ["free", "arrival", ... "busy"], }, ... ], } -
get_occupation(self, day)@api.multiday: date object -
get_occupation_acronym(self, occupation)@api.model