| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_location_limit_product |
| VERSION | |
| VERSION | 1.3.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Maxime Chambreuil, GitHub, OCA Transbot, oca-travis, OCA-git-bot, Nikita Vaghela |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - uom - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
limit_ids
One2many → stock.location.limit
No public methods.
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'
No public methods.