-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Please verify that this feature request has NOT been suggested before.
- I checked and didn't find a similar feature request
Problem statement
I want to write python script that count missing material for all SOs. When something is missing than the skript is looking for POs and BOs and BoMs and calculate what I need assembly and what I need buy (recursively).
But I cannot import BuildLine (I use pip package inventree v0.21.1):
from inventree.build import BuildLine
ImportError: cannot import name 'BuildLine' from 'inventree.build' (/home/.../env/lib/python3.12/site-packages/inventree/build.py)
Is it possible?
Suggested solution
If it is not there yet, add support for BuildLine.
Describe alternatives you've considered
?
Examples of other systems
No response
Do you want to develop this?
- I want to develop this.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request