Project Material Direct Consumption

Direct consumption of material on projects

https://kastor.lab.numigi.net/web/image/product.template/1205/image_1920?unique=0a81b40
  • Odoo Version

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

Project Material Direct Consumption

This module enables to consume products for a project directly from a stock picking.

Context

The module project_material allows to consume products on a task. The a stock picking is created and linked to the task. This mecanism works similarly to a sales order.

However, sometimes, it is convenient to consume material without going to the whole process.

Module Design

Instead of adding a line of material on the task, which creates a stock picking, this module allows to do the opposite.

When validated, a stock picking (of type Direct Consumption) generates a material line on the task.

This material is separated into a distinct list inside the form view of a task.

static/description/task_form_direct_consumption_list.png

Configuration

To use this module, a picking type (Direct Consumption) must be defined manually for each warehouse.

As member of Stock / Manager, I create a new picking type.

static/description/picking_type_form.png

I select Consumption as type of operation and I check the box Direct Consumption.

static/description/picking_type_form_direct_consumption.png

As source location, I select the main stock location of my warehouse.

As destination location, I select Virtual / Production.

static/description/picking_type_form_locations.png

Usage

As member of Stock / User, I create a new picking.

static/description/picking_form.png

I select the type of operation Direct Consumption.

static/description/picking_form_operation_type.png

I select my project and my task.

static/description/picking_form_task.png

I select my product, the quantity and validate the picking.

static/description/picking_form_done.png

In the form view of my task, I notice that the product was added to the list of consumed material.

static/description/task_form_with_consumed_material.png

Since version 1.1.1 of the module, I can see three new fields : Direct Consumption Subtotal (a new column in the section of Direct Consumption) Total Direct Consumption Total Consumed (which is the sum of Total Consumption and Total Direct Consumption)

static/description/direct_consumption_with_total_and_subtotal.png

!!! IMPORTANT !!!

The field Total Consumption on project task is only available since the version 1.3.3 of the module project_material. It will occur an error if you try to use the module project_material_direct (version 1.1.1 or newer) , without the version 1.3.3, or newer, of the module project_material.

Contributors