mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 19:46:46 +00:00
Fix docstring for Build model (#8928)
This commit is contained in:
parent
68d3620bb2
commit
f602c439ca
@ -67,7 +67,7 @@ class Build(
|
|||||||
Attributes:
|
Attributes:
|
||||||
part: The part to be built (from component BOM items)
|
part: The part to be built (from component BOM items)
|
||||||
reference: Build order reference (required, must be unique)
|
reference: Build order reference (required, must be unique)
|
||||||
title: Brief title describing the build (required)
|
title: Brief title describing the build (optional)
|
||||||
quantity: Number of units to be built
|
quantity: Number of units to be built
|
||||||
parent: Reference to a Build object for which this Build is required
|
parent: Reference to a Build object for which this Build is required
|
||||||
sales_order: References to a SalesOrder object for which this Build is required (e.g. the output of this build will be used to fulfil a sales order)
|
sales_order: References to a SalesOrder object for which this Build is required (e.g. the output of this build will be used to fulfil a sales order)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user