We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8b006 commit 18ebcbbCopy full SHA for 18ebcbb
inventree/part.py
@@ -186,6 +186,15 @@ class BomItem(
186
URL = 'bom'
187
188
189
+class BomItemSubstitute(
190
+ inventree.base.InventreeObject,
191
+ inventree.base.MetadataMixin,
192
+):
193
+ """Class representing the BomItemSubstitute database model"""
194
+
195
+ URL = "bom/substitute"
196
197
198
class InternalPrice(inventree.base.InventreeObject):
199
""" Class representing the InternalPrice model """
200
0 commit comments