TIP: You can type at any time to perform a new search.
Stock Account Inventory Discrepancy
stock_account_inventory_discrepancy · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Warehouse
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-warehouse
- Last tracking update
- 2026-08-07 07:38:22
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- Lois Rilo, OCA-git-bot, oca-travis
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_inventory_line_tree2 |
stock.inventory.line.tree2 - stock_account_inventory_discrepancy | stock.inventory.line | Inherits stock.stock_inventory_line_tree2 | |
view_location_form |
Location form - stock_account_inventory_discrepancy | stock.location | form | Inherits stock.view_location_form |
view_warehouse |
stock.warehouse - stock_account_inventory_discrepancy | stock.warehouse | Inherits stock.view_warehouse |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (3)
-
company_currency_idMany2one → res.currencycomodel_name='res.currency'readonly=Falserelated='inventory_id.company_id.currency_id'string='Company Currency' -
discrepancy_amountMonetarycompute='_compute_discrepancy_amount'currency_field='company_currency_id'default=0digits='Product Unit of Measure'help='The difference between the actual qty counted and the theoretical quantity on hand expressed in the cost amount.'string='Amount Discrepancy' -
discrepancy_amount_thresholdMonetarycompute='_compute_discrepancy_amount_threshold'currency_field='company_currency_id'help='Maximum Discrepancy Amount Threshold'string='Amount Threshold'
No public methods.
New fields (2)
-
discrepancy_amount_thresholdMonetarycurrency_field='discrepancy_amount_threshold_currency_id'help="Maximum Discrepancy Amount allowed for any product when doing an Inventory Adjustment. Thresholds defined in Locations have preference over Warehouse's ones."string='Maximum Discrepancy Amount Threshold' -
discrepancy_amount_threshold_currency_idMany2one → res.currencycomodel_name='res.currency'readonly=Truerelated='company_id.currency_id'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (2)
-
discrepancy_amount_thresholdMonetarycurrency_field='discrepancy_amount_threshold_currency_id'help='Maximum Discrepancy Amount allowed for any product when doing an Inventory Adjustment. Threshold defined in involved Location has preference.'string='Maximum Discrepancy Amount Threshold' -
discrepancy_amount_threshold_currency_idMany2one → res.currencycomodel_name='res.currency'readonly=Truerelated='company_id.currency_id'
No public methods.
Loading…