From be9ea6d8c95af9659bb275d9470f3e3b5bb4bfb2 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 14 Oct 2021 00:02:16 +1100 Subject: [PATCH] Update 0.6.0.md https://github.com/inventree/InvenTree/pull/2150 --- docs/releases/0.6.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/0.6.0.md b/docs/releases/0.6.0.md index 6d245bb..8bbddd2 100644 --- a/docs/releases/0.6.0.md +++ b/docs/releases/0.6.0.md @@ -34,6 +34,10 @@ PR [#2119](https://github.com/inventree/InvenTree/pull/2119) adds the ability to PR [#2017](https://github.com/inventree/InvenTree/pull/2017) adds support for SSO (single sign on) authentication. SSO integration requires configuration by the system administrator. Refer to the [SSO documentation](../admin/sso) for further information. +### BOM Substitution + +PR [#2150](https://github.com/inventree/InvenTree/pull/2150) adds support for *Bill of Materials Substitution*. This allows substitute parts to be individually specified against BOM line items, allowing for stock of the substituted parts to be used for build order allocation if the original part is not available. + ### Bug Fixes | Pull Request | Description |