Hibou Odoo Suite: Manufacturing Modules: MRP Production Add Item

Repository Versions:

Modules:

Author:

Hibou Corp.

License:

AGPL-3


Purpose

The purpose of this documentation is to outline the use case and Processes of Hibou's MRP Production Add Item module. The MRP Production Add Item module allows a user to add a new item to an in-progress manufacturing order. This includes generating PO procurements.

Getting Started

First thing's first, we want to install the module! Navigate to the Apps application and search 'MRP Production Add Item'. When ready, hit the install button.

Odoo CMS - a big picture

  Good to Know!

The MRP Production Add Item module requires the Manufacturing module. However, if you do not already have this module installed Odoo will install if for you during this module's installation.

Processes

To get started, navigate to the Manufacturing application.

Odoo - Sample 1 for three columns

 

Adding an Item to an In-progress Manufacturing Order

You will immediately come to a list of Manufacturing Orders. Select the manufacturing Order you'd like to add an extra item to to go to it's form view. Here, underneath the 'Consumed Materials' tab hit the Add extra item button.

Odoo CMS - a big picture

A modal will pop up with a form for adding an item. Select the Product and quantity you'd like to add and then hit the Add button.

Odoo CMS - a big picture

Technical

The MRP Production Add Item module adds a new Transient Model (Wizard) `wiz.add.production.item` that allows users to add a new product to be consumed on manufacturing orders. This wizard has the following fields:

  • `product_id` Many2one field for the Product to be added

  • `product_qty` Float field for the Quantity of the product to be added

  • `product_upm_id` Many2one field for the Unit of Measure of the product to be added

  • `production_id` Many2one field for the Production Order the product is being added to, which has the default `active_id` for the production order the wizard was launched from

This uses the existing procurement group and routes to procure additional items.