| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Community Apps Dependencies | Show |
| Lines of code | 67 |
| Technical Name |
rental_product_base |
| License | AGPL-3 |
| Website | https://github.com/kurniawanlucky/odoo_addons |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Community Apps Dependencies | Show |
| Lines of code | 67 |
| Technical Name |
rental_product_base |
| License | AGPL-3 |
| Website | https://github.com/kurniawanlucky/odoo_addons |
Rental Product Base
Base for Rental Product Configuration in Odoo
The Rental Product Base module extends Odooâs product model to support rental-specific configurations. It introduces a new product type Rental and adds pricing options for hourly, daily, and weekly rental durations.
Key Features
- Adds new product type: Rental
- Supports pricing per hour, day, and week
- Defines minimum rental durations (hours, days, weeks)
- Fully compatible with Odoo Sales and Inventory for future extensions
- Provides foundation for other rental-related modules
Added Fields on Product Template
| Field Name | Description | Example |
|---|---|---|
| type | New product type âRentalâ added to the existing list | rental |
| rental_price_per_hour | Rental price per hour | Rp 15,000 |
| rental_price_per_day | Rental price per day | Rp 100,000 |
| rental_price_per_week | Rental price per week | Rp 500,000 |
| rental_min_hours | Minimum hours allowed for rental | 4 |
| rental_min_days | Minimum days allowed for rental | 1 |
| rental_min_weeks | Minimum weeks allowed for rental | 1 |
Example Usage
When creating or editing a product in Odoo:
- Set Product Type =
Rental - Enter rental prices:
- Rental Price / Hour
- Rental Price / Day
- Rental Price / Week
- Optionally define minimum durations to control rental limits.
Once configured, these fields can be used by other modules such as rental_sale_product and rental_sale_delivery to manage rental transactions and delivery handling.
Related Modules
- rental_sale_product â Adds rental duration calculation and sale order support
- rental_sale_delivery â Adds delivery carriers (Uber, Gojek, Grab) for rental items
Please log in to comment on this module
There are no ratings yet!
Can it also handle nights for accomodation?
Is your suite of rental modules capable of handling the issue of handling nights for accomodation booking in the sense that booking from today to tomorrow will be calculated as 1 night/day only and not 2 nights?