Stock Rental Conversion

Allow to convert a salable product into a rentalable product

Technical Name:
stock_rental_conversion
Version:
12.0
License:
Author:
Numigi
https://kastor.lab.numigi.net/web/image/product.template/1418/image_1920?unique=0a81b40
  • Odoo Version

Conditions générales
Garantie satisfait ou remboursé de 30 jours
Expédition : 2-3 jours ouvrables

Stock Rental Conversion

This module allows to convert a stockable product into a rental product.

Context

When managing equipment rental, it is common to have a distinct stock for new products inteded to sales versus used products intended to rental.

In this scenario, different products are used to represent new and old products.

Configuration

I go to the form view of my salable product.

In the Inventory Tab, I find a new field Related Rental Product.

static/description/product_form_related_rental_product.png

This field allows to select a default product to use when converting this salable product to a rentalable product.

Usage

Next to the Related Rental Product field, I find a button Convert.

static/description/product_form_convert_button.png

When I click on this button, a wizard is opened.

static/description/wizard.png

Serial Numbers

The wizard has a field to select a serial number.

static/description/wizard_serial_number.png

This field is visible and mandatory if the product is tracked by serial number.

It allows to select only products currently in stock.

Origin Location

After selecting the serial number, the origin location is automatically filled with the location where this serial number is.

For a product tracked with a serial number, the origin location is readonly.

static/description/wizard_origin_location.png

Destination Location

By default, the destination location is the stock location related to the warehouse of the origin location.

static/description/wizard_destination_location.png

Validation

After filling the wizard form, I click on Validate.

static/description/wizard_validate.png

Stock Moves

After validating the wizard, 2 stock moves are created.

static/description/stock_moves.png

The salable product is moved from the source location to the production location.

The rentalable product is moved from the production location to the destination location.

New Serial Number

A new serial number is created for the new rental product. This serial number has the same number.

static/description/new_serial_number.png

A smart button allows to display the original serial number.

static/description/new_serial_number_smart_button.png

Contributors