inventree / inventree-python

Python library for communication with inventree via API
https://docs.inventree.org/en/latest/api/python/python/
MIT License
26 stars 34 forks source link

Add Interface for InternalPrice Model #84

Closed EUdds closed 2 years ago

EUdds commented 2 years ago

Saw there was an abandoned PR for this (#64 ), wanted this feature for an app I'm working on

EUdds commented 2 years ago

Addressed your comment, lmk if there's anything else needed to kick off the workflow tests

SchrodingersGat commented 2 years ago

Still some unit tests failing here :)

EUdds commented 2 years ago

Doh! Try now - I'd love to pick your brain sometime about your dev environment, the tests are passing running on my local inventree server 🙃

SchrodingersGat commented 2 years ago

Interesting. Might be a slight difference in package setup?

You can see the environment info here: https://github.com/inventree/inventree-python/blob/master/.github/workflows/ci.yaml

SchrodingersGat commented 2 years ago

Thanks for the contribution :)