Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Purchase Request
Entity: purchase.request.allocation
Description: Purchase Request Allocation
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| allocated_product_qty | Allocated Quantity | Float | - | |
| company_id | Company | Many-to-One | res.company | |
| open_product_qty | Open Quantity | Float | - | _compute_open_product_qty |
| product_id | Product | Many-to-One | product.product | |
| product_uom_id | UoM | Many-to-One | uom.uom | |
| purchase_line_id | Purchase Line | Many-to-One | purchase.order.line | |
| purchase_request_line_id | Purchase Request Line | Many-to-One | purchase.request.line | |
| purchase_state | Selection | purchase_line_id.state | ||
| requested_product_uom_qty | Requested Quantity | Float | - | |
| stock_move_id | Stock Move | Many-to-One | stock.move |
