Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Quality control - Stock (OCA)
Entity: stock.lot
Description:
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| created_inspections | Created inspections | Integer | - | _compute_count_inspections |
| done_inspections | Done inspections | Integer | - | _compute_count_inspections |
| failed_inspections | Inspections failed | Integer | - | _compute_count_inspections |
| passed_inspections | Inspections OK | Integer | - | _compute_count_inspections |
| qc_inspections_ids | Inspections | One-to-Many | qc.inspection |
