TIP: You can type at any time to perform a new search.
Stock Inventory Valuation by Location
stock_inventory_valuation_location · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Warehouse
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-warehouse
- Last tracking update
- 2026-08-07 07:31:51
- Authors
- Vauxoo, Odoo Community Association (OCA)
- Maintainers
- Vauxoo, Odoo Community Association (OCA)
- Committers
- Deivis Laya, Weblate, OCA Transbot, OCA-git-bot, oca-travis
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_stock_quant_pivot_inherit |
stock.quant.pivot.inherit | stock.quant | pivot | Inherits stock.view_stock_quant_pivot |
view_stock_quant_tree_inherit |
stock.quant.tree.inherit | stock.quant | tree | Inherits stock.view_stock_quant_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (2)
-
currency_idMany2onegroups='stock.group_stock_manager'related='product_id.currency_id' -
valueMonetarycompute='_compute_value'groups='stock.group_stock_manager'
-
read_group(self, domain, fields, groupby, offset=0, limit=None, orderby=False, lazy=True)@api.modelThis override is done in order for the grouped list view to display the total value of the quants inside a location. This doesn't work out of the box because `value` is a computed field.