Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Is there a module for product renting / leasing management?

Subscriure's

Get notified when there's activity on this post

This question has been flagged
salesrentaladdons
14 Respostes
22222 Vistes
Avatar
Alexandre Fayolle - Camptocamp

I'm looking for a module supporting support of sale orders for the renting of stockable products. The basic functionalities I'm looking for are

  • I need "service" products linked to stockable products
  • the sale order lines for the service products would generate an outgoing move for the linked stockable product, and an incoming move for the return of the product at a given date

Optional functionalities include deposit management, periodic invoicing...

7
Avatar
Descartar
Avatar
Daniel Reis
Best Answer

An OpenERP Rent project exists:

The OpenERP Rent module let you rent products to your customers. It supports both service and stockable products.

Haven't used it myself, though.

1
Avatar
Descartar
Alexandre Fayolle - Camptocamp
Autor

pity they use aeroo for reports. This is a PITA to deploy...

Daniel Reis

If the overall modules are good for you, stripping out aeroo reports would be much of a problem.

Yug Faa

It's for the V6.0 , What about the version of the OERP 7.0 ?

Avatar
Alexis de Lattre
Best Answer

I have just published a module sale_rental, that I wrote in the last days. I created a dedicated Launchpad projet "openerp-rental" : https://launchpad.net/openerp-rental This module uses the native sale.order object of OpenERP. It depends on the module "account_cutoff_prepaid", which is available in lp:account-closing, that manages start date and end dates on invoices and the prepaid cutoffs for accounting.

Here is the description of the module :

On the form view of a stockable product or consumable, there is a wizard to generate the corresponding rental service. On the warehouse, you have two additionnal stock locations: Rental In (stock of products to rent) and Rental Out (products currently rented).

In a sale order line, if you select a rental service, you can :

  • create a new rental with a start date and an end date: when the sale order is confirmed, it will generate a delivery order and an incoming shipment.

  • extend an existing rental: the incoming shipment will be postponed to the end date of the extension.

In a sale order line, if you select a product that has a corresponding rental service, you can decide to sell the rented product that the customer already has. If the sale order is confirmed, the incoming shipment will be cancelled and a new delivery order will be created with a stock move from Rental Out to Customers.

Feedback on this module is welcomed.

3
Avatar
Descartar
yulian sutopo

dude, i cant choose start and end date :(

Avatar
Med Said BARA
Best Answer

Search for smile_rent in github

2
Avatar
Descartar
Avatar
Mustufa Rangwala
Best Answer

Hello,

We have created app which also support website sale of your rental products: https://www.odoo.com/apps/modules/10.0/odoo_rental_contract_management/  https://apps.odoo.com/apps/modules/11.0/rental_management_extend/

Thanks,

Probuse Consulting Service Pvt Ltd

www.probuse.com


1
Avatar
Descartar
Avatar
Fred Blauer
Best Answer

Did you read this blog post? You might find it helpful: https://opensourceenterprise.wordpress.com/2013/01/29/manage-service-after-sales-in-openerp-7-0/

1
Avatar
Descartar
Avatar
Milo Kusmic
Best Answer

Hi all,

I had an extension to the sale_rental module made for odoo 8.

It adds rental duration depending pricing functionality.

Each rental service corresponding to a rental product has to be assign a quantum (staffel in dutch) which is defined seperately. Each quantum table defines the relationschip between number of rental days and the factor to multiply the base price (rental price for one day).

When adding a rental service orderline you define the number of rental days (its calculated from the start/end date) and the number of items you want to rent out.

Orderline price is calculated by making the quantity a calculated field where number of rented item * factor pulled from quantum table based in number of rental days.

You can define multiple quantum tables to suite different price modems within rental fleet.

It also adds a start/end date for the logistical actions separate from the actual fields used for the calculation as mentioned.

I had start/end dates added to order definitief so these are used as default when adding rental services to prevent having to select dates over and over.

For anyone looping intro using sale_rental: you can define rental service for each product variant and it is compatibel with lots if you want to rent out on unique product number. I had a field added to each lot pointing back to the stock location tree helping to define unique warehouse location per unique rental product despite sale_rental only operating from one single stock location (for now).

I'm open to working with other parties in developing further towards odoo 9/10/... and adding availabilty checking etc.


0
Avatar
Descartar
Avatar
explanar
Best Answer

Actually, there's no solution for renting working completely yet.


The Sale_Rental module works fine in Version 8.0, but

  • there's only day(s) to rent, and

  • no "Check Stock" Function for future dates.

Everything else ist working fine.


Is anybody interested in a develompent partnership to continue sale_rental development?

(Module is actually not 9.0 compatible).

0
Avatar
Descartar
Darcy Christ

I might be, but I am just getting familiar with Odoo.

Avatar
Chirag
Best Answer

Hi

I like the idea and i have installed the module but unfortunatly i am not able to run the flow.

Can you share video which help me to understand how it work.

Thanks,

Chirag

 

0
Avatar
Descartar
Avatar
yulian sutopo
Best Answer

i use sale_rental but it always give me [RENT-False] on openerp 7.0

0
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
Rent/lease conference rooms as main product
sales rental Meetingrooms
Avatar
0
d’ag. 24
1017
Odoo Conference?
sales rental events
Avatar
0
de gen. 24
1305
Advice - How to mix sales and rental in one quote
sales rental Billing
Avatar
1
de maig 23
2545
Rental Website
sales rental inventory website
Avatar
Avatar
Avatar
Avatar
3
d’oct. 24
4119
Pack of services products
sales project product addons
Avatar
0
de febr. 23
1624
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now