Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Stock Inventory Discrepancy
Entity: stock.quant
Compute Method: _compute_has_over_discrepancy
| Inputs | Method | Outputs |
|---|---|---|
|
- for rec in self: - rec.has_over_discrepancy = ( - rec.discrepancy_percent > rec.discrepancy_threshold - ) |
|
