TIP: You can type at any time to perform a new search.
Stock Report Quantity By Location
stock_report_quantity_by_location · OCA/stock-logistics-reporting
- Repository
- OCA/stock-logistics-reporting · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Warehouse Management
- Folder size
- 0.08 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-reporting
- Last tracking update
- 2026-08-07 08:09:21
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- Weblate, oca-ci, Hugo
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_report_quantity_by_location_pivot_view |
Stock Report Quantity By Location Pivot | stock.report.quantity.by.location | pivot | New |
stock_report_quantity_by_location_prepare_form_view |
Stock Report Quantity By Location Prepare | stock.report.quantity.by.location.prepare | form | New |
stock_report_quantity_by_location_search_view |
Stock Report Quantity By Location Search | stock.report.quantity.by.location | search | New |
stock_report_quantity_by_location_tree_view |
Stock Report Quantity By Location Form | stock.report.quantity.by.location | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (9)
-
default_codeCharargs: 'Internal Reference' -
location_idMany2one → stock.locationcomodel_name='stock.location'required=True -
product_category_idMany2one → product.categorycomodel_name='product.category'string='Product Category' -
product_idMany2one → product.productcomodel_name='product.product'required=True -
quantity_on_handFloatstring='Qty On Hand' -
quantity_reservedFloatstring='Qty Reserved' -
quantity_unreservedFloatstring='Qty Unreserved' -
uom_idMany2one → uom.uomcomodel_name='uom.uom'string='Product UoM' -
wiz_idMany2one → stock.report.quantity.by.location.preparecomodel_name='stock.report.quantity.by.location.prepare'
No public methods.
New fields (3)
-
availabilitySelectiondefault='on_hand'help='Unreserved is the Stock On Hand minus the reservations'selection=[('on_hand', 'On Hand'), ('unreserved', 'Unreserved')] -
location_idsMany2many → stock.locationcomodel_name='stock.location'required=Truestring='Locations' -
with_quantityBooleandefault=Truehelp='Show only the products that have existing quantity on hand'string='Quantity > 0'
-
open(self)
Loading…
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 694 days ago
- Last activity
- 298 days ago
- Repository
- OCA/stock-logistics-reporting
- Pull request
- [17.0] [MIG] stock_report_quantity_by_location: Migration to 17.0 (#344)