Skip to content

Latest commit

 

History

History
 
 

stock_inventory_merge

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Stock - Merge Inventories

Beta License: AGPL-3 grap/grap-odoo-incubator

This module extends the functionality of Stock Module to support the possibility to create many little inventories to merge, and then, to generate a complete inventory in Odoo.

This module is usefull in a context when you have a lot of products, and you will physicaly organize your inventory process, making a lot of partial inventory.

In that case, with this module, the classical process is :

  • Make a lot of partial inventories;
  • Merge all the partial inventories into a single one;
  • Check if there are duplicates and fix the situation. (change a line, or sum the lines because a product can be in many places.)
  • Fill your inventory with all the products you didn't inventoried with a zero quantity.

Main Features

  • Disable the constrains that makes impossible to have two pending inventories with the same product.
https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/stock_inventory_merge/static/description/stock_inventory_disabled_warning.png
  • So, a new smart button is available to see the duplicates, into an pending inventory, and a button allow users to merge duplicates. In that case, the quantities will be sumed.
https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/stock_inventory_merge/static/description/stock_inventory_form_duplicate.png
  • Add an action to have the possibility to merge many inventories. that wizard will create a new inventories, based on the little ones.
https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/stock_inventory_merge/static/description/stock_inventory_tree_merge.png
  • An option is available to fill an inventory with the missing products that are not listed in the inventory lines.
https://raw.githubusercontent.com/grap/grap-odoo-incubator/12.0/stock_inventory_merge/static/description/stock_inventory_form_complete_zero.png

Table of contents

The feature "Merge with 0" doesn't work with tracked products. (lot)

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • GRAP

This module is part of the grap/grap-odoo-incubator project on GitHub.

You are welcome to contribute.