Stock Location Limit Product

stock_location_limit_product
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_location_limit_product
VERSION
VERSION 1.3.0
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSMaxime Chambreuil, GitHub, OCA Transbot, oca-travis, OCA-git-bot, Nikita Vaghela
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_location_view_form_extend stock.location.view.form.extend stock.location xpath Inherits stock.view_location_form
view_product_template_form_limit product.template.form product.template xpath Inherits product.product_template_form_view
Models touched (3)

New fields (1)
  • equivalent_product_ids Many2many → product.template
    column1='main_product_id' column2='equiv_product_id' comodel_name='product.template' help='Products of equivalent volume to compute the remaining capacity of an inventory location.' relation='product_template_equivalence' string='Equivalent Products'
Public methods (0)

No public methods.

New fields (1)
  • limit_ids One2many → stock.location.limit
    args: 'stock.location.limit', 'location_id', 'Limits'
Public methods (0)

No public methods.

New fields (4)
  • location_id Many2one → stock.location
    string='Location' args: 'stock.location'
  • product_id Many2one → product.product
    string='Product' args: 'product.product'
  • qty Float
    digits=dp.get_precision('Product Quantity') args: 'Maximum Quantity'
  • uom_id Many2one → uom.uom
    related='product_id.uom_id' store=True string='UoM' args: 'uom.uom'
Public methods (0)

No public methods.