Purchase Sale Inter Company Route

Allow to rent equipments

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

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

Purchase Sale Inter Company Route

This module adds a stock route for inter-company operations.

Context

The module purchase_sale_inter_company allows to generate a sale order from purchase order in another company.

The problem is that this later module does not properly handle the case of serial numbers.

When receiving the stocks in the warehouse of the purchasing company, the quants moved from the selling company are not used. Therefore, you find yourself having the same serial number with different quants at different locations.

Overview

This module allows to define a special shipping route on the selling company.

Instead of shipping to a customer location, this route ships to a supplier location.

When receiving products on the purchasing warehouse, the quants created from the delivery are used instead of generating new quants.

Configuration

There is no specific configuration required before using this module.

When installing the module, a new route Inter Company is added.

static/description/stock_route.png

This route is automatically selected on intercompany sale orders.

It is combined with the delivery steps selected on the warehouse, and adds an extra shadow step to push the stocks from customers to suppliers.

The behavior is therefore the same as a standard sale order, except that the destination of the delivery picking is Suppliers instead of Customers.

Usage

With the purchasing company, I create a purchase order and select the selling company as vendor.

static/description/purchase_order_form.png

I confirm the purchase order.

static/description/purchase_order_confirmed.png

With the selling company, I go to the generated sale order.

I notice that the intercompany route was selected on the order.

static/description/sale_order_form.png

I go to the delivery order.

static/description/delivery_order_form.png

I select a serial number.

static/description/delivery_order_serial_number.png

I process the delivery order.

static/description/delivery_order_done.png

I notice that the destination is the supplier location.

static/description/delivery_order_destination.png

With the purchasing company, I go to the receipt picking.

static/description/receipt_picking_form.png

I select the same serial number.

static/description/receipt_picking_serial_number.png

I process the receipt.

static/description/receipt_picking_done.png

In the list view of quants, I notice that there is only one positive quant related to my serial number.

static/description/stock_quant_list.png

Recommendations

Constraints on Quants

Having multiple quants with the same serial number can be problematic. You loose track of precisely where is a serial number.

This problem is amplified if you share serial numbers between companies.

The module stock_serial_single_quant prevents such cases. This module is recommended when installing purchase_sale_inter_company_route.

Contributors