The stock_level
object contains information held against a product stock level. These records contain details of the stock related to a product.
The stock_level
object can be accessed in opportunity and product document layout:
{{ stock_level.asset_number }}
From a product document layout, you may use the serialized components loop to access stock level fields relating to a serialized component:
{% for component in asset.serialised_components %}
{{ component.asset_number }}
{% endfor %}