Compute Stock from BoM

bom_stock
REPOSITORY
REPOSITORYOCA/product-kitting
GIT
GIThttps://github.com/OCA/product-kitting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-kitting/tree/7.0/bom_stock
VERSION
VERSION 5.0.2
CATEGORY
CATEGORYGeneric Modules/Others
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSYannick Vaucher, Guewen Baconnier, Alexandre Fayolle, unknown, Arthur Vuillard
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-warehouse:
    - stock_available_immediately
    - stock_available
odoo/odoo:
    - stock
    - product
    - base
    - process
    - web
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - account
    - analytic
    - board
    - edi
    - email_template
    - mrp
    - procurement
    - resource
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Compute the BOM  stock Value. BoM Stock Value are computed by:
(`Reference stock` of `Product` + How much could I produce of that `Product`
according to the component's `Reference Stock`)

This reference stock can be chosen by company through a selection field
and can be one of the available stock quantity computed in the system :
Available stock, Virtual stock, immediately_usable stock (from
stock_available_immediately).
    

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_bom_stock_value_qty_form product.bom.stock.value.qty.form.inherit product.product field Inherits stock_available_immediately.view_normal_stock_active_qty_form
view_reference_stock_company_form res.company.reference.stock.form.inherit res.company page Inherits base.view_company_form
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/product-kitting
GIT
GIThttps://github.com/OCA/product-kitting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-kitting/tree/6.1/bom_stock
VERSION
VERSION 5.0.1
CATEGORY
CATEGORYGeneric Modules/Others
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSYannick Vaucher, Alexandre Fayolle, unknown, Guewen Baconnier @ Camptocamp
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-warehouse:
    - stock_available_immediately
odoo/odoo:
    - stock
    - product
    - base
    - process
    - decimal_precision
    - account
    - base_setup
    - analytic
    - board
    - edi
    - email_template
    - mail
    - base_tools
    - mrp
    - procurement
    - resource
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Compute the BOM  stock Value. BoM Stock Value are computed by:
      (`Reference stock` of `Product` + How much could I produce of that `Product` according to the component's `Reference Stock`)

      This reference stock can be chosen by company through a selection field
      and can be one of the available stock quantity computed in the system :
      Available stock, Virtual stock, immediately_usable stock (from
      stock_available_immediately).

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_bom_stock_value_qty_form product.bom.stock.value.qty.form.inherit product.product field Inherits stock_available_immediately.view_normal_stock_active_qty_form
view_reference_stock_company_form res.company.reference.stock.form.inherit res.company page Inherits base.view_company_form
Models touched (0)

No models found for this module.