[16.0][ADD] rental_dashboard: Add new dashboard#77
Open
Thinh240900 wants to merge 4 commits intoOCA:16.0from
Open
[16.0][ADD] rental_dashboard: Add new dashboard#77Thinh240900 wants to merge 4 commits intoOCA:16.0from
Thinh240900 wants to merge 4 commits intoOCA:16.0from
Conversation
4305dfd to
3490ec8
Compare
…input to search_input, optimize searches, update menu item
3490ec8 to
e24da73
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rental Dashboard
A unified dashboard for managing rental operations, built as an
OWL client action embedded in the Odoo backend.
What it does
Calendar view — Displays all active rental bookings on a month calendar, color-coded by customer. Users can see at a glance when equipment is booked and by whom.
Product sidebar — Lists all rental-eligible products with real-time availability (available / total fleet), calculated from warehouse stock minus committed rentals.
Filtering — Filter by warehouse location, date range, and stock availability. Selecting a location scopes both the product list and calendar to that warehouse. Date range highlights the selected period on the calendar and recalculates availability for that window.
Quick booking — Create rental orders directly from the dashboard: select products from the sidebar, drag a date range on the calendar, or click "Create rental". A modal lets you pick customer, warehouse, dates, equipment, rental period, and quantity — with live pricing and availability checks.
Edit bookings — Click any calendar event to open the rental order in an edit modal. View order status, modify lines, confirm the order, or navigate to the full sale order form.
Hover tooltips — Hovering over a calendar event shows a tooltip with product name, customer, order reference, dates, and quantity.