mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Fix docstring for Build model (#8928)
This commit is contained in:
parent
68d3620bb2
commit
f602c439ca
@ -67,7 +67,7 @@ class Build(
|
||||
Attributes:
|
||||
part: The part to be built (from component BOM items)
|
||||
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
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user