| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Inventory (stock) |
| Lines of code | 852 |
| Technical Name |
gb_rental_hire_management |
| License | OPL-1 |
| Website | https://pokutsoft.com/ |
| Versions | 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Inventory (stock) |
| Lines of code | 852 |
| Technical Name |
gb_rental_hire_management |
| License | OPL-1 |
| Website | https://pokutsoft.com/ |
| Versions | 18.0 19.0 |
Rental & Hire Management
Rentable products, availability calendar, deposits and late fees
Hire businesses live or die on three questions: what is free, when does it come back, and what are the deposit and late fees. Spreadsheets double-book kit, lose deposits and let overdue charges slip. This module marks any product as rentable with day/week/month pricing, runs the full reserve to pickup to return flow on gb.rental.order, and uses genuine overlap maths so the same unit is never promised twice. Deposits move through held/refunded/forfeited states, late fees compute automatically from the per-day rate, and a nightly cron flags overdue hires — giving tool, event, AV and plant rental firms real control over availability, money and assets.
Key Features
Rentable products with tiered pricing
product.template gains rental_ok, rental_price_day/week/month, rental_deposit, rental_total_units, rental_min_days and rental_late_fee_day. compute_rental_price greedily blends month, week and day buckets so a long hire is billed at the cheapest blended rate, never over-charged.
Full reserve to return workflow
gb.rental.order runs draft to reserved to picked_up to returned (plus overdue and cancelled) via action_reserve, action_pickup and action_return. rental_days is computed from pickup and expected-return datetimes, and every state change is tracked on the mail.thread chatter.
Genuine availability, no double-booking
get_reserved_quantity sums overlapping reserved/picked_up/overdue lines for a product across the requested window, and get_available_units subtracts that from rental_total_units. action_reserve and action_pickup call _check_availability and refuse to over-book a unit you do not have.
Availability checker wizard
gb.rental.availability.wizard lets staff key a product and date range and instantly see total, reserved and available units plus an is_available flag. action_create_order turns a successful check straight into a draft rental order for that product and window.
Security deposit lifecycle
Each order carries a deposit_state of none/held/refunded/forfeited driven by action_collect_deposit, action_refund_deposit and action_forfeit_deposit. deposit_subtotal is computed per line from the product's rental_deposit, and pickup auto-holds the deposit when one is due.
Automatic late-fee calculation
_compute_late_fee multiplies each line's rental_late_fee_day by quantity and the ceil of overdue days when actual_return is past date_end. The fee posts to late_fee and flows into amount_total, so overdue charges are computed, not guessed in a spreadsheet.
Guided return wizard
action_open_return_wizard launches gb.rental.return.wizard, which previews the estimated_late_fee for the chosen return time and offers a Forfeit Deposit tick (for damage). action_confirm_return books the return and refunds or forfeits the held deposit in one step.
Overdue cron, dashboard and utilisation
The _cron_flag_overdue scheduled job flips on-hire orders past date_end to overdue and posts a chatter note. get_rental_dashboard returns reserved/on-hire/overdue counts and deposits-held totals, while get_availability_calendar and get_utilisation_rate expose per-day booking data for fleet utilisation.
Use Cases
Screenshots
Check Availability
Why Choose This Module
Hire businesses need to know what is available, when it comes back, and what the deposit and late fees should be. This module marks products as rentable with day / week / month pricing, runs the full reserve → pickup → return flow, checks availability to prevent over-booking, and computes late-return fees automatically.
Specifications
- Compatible: Odoo 18.0 / 19.0
- License: LGPL-3
- Languages: 35+
- Author: Pokutsoft
- Dependencies: product, stock, mail
- Support: support@pokutsoft.com
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module