Updated to work with latest InvenTree API + various improvements.#4
Open
Slan85 wants to merge 6 commits intorgilham:masterfrom
Open
Updated to work with latest InvenTree API + various improvements.#4Slan85 wants to merge 6 commits intorgilham:masterfrom
Slan85 wants to merge 6 commits intorgilham:masterfrom
Conversation
The method `getorCreateLocation` was only looking for existing storage
locations with a matching name but never created one. This leads to the
following error if a storage location doesn't exist yet:
Traceback (most recent call last):
File "migratePKCategories.py", line 132, in <module>
'location' : itloc.pk
AttributeError: 'int' object has no attribute 'pk'
With this change the storage location is created if it doesn't exist yet
in InventTree.
The comment of a part in PartKeepr will become the notes of that part in InvenTree.
The first image attachment will be used as the image of the part. All other attachments will be uploaded as attachments to that part. The InvenTree python module requires a local file to obtain the filename, so each file is only downloaded when needed into a temporary directory and removed afterwards.
Migrate images and attachments
Comment and storagelocation
… InvenTree settings moved in a config file for easier usage.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.