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

Currency support #164

Closed SchrodingersGat closed 1 year ago

SchrodingersGat commented 1 year ago

This PR adds support for the new "exchange rate" API endpoints.

Ref: https://github.com/inventree/inventree-python/issues/163 Ref: https://github.com/inventree/InvenTree/pull/4300 Ref: https://github.com/inventree/InvenTree/pull/4293

Adds manager class for requesting currency information from the InvenTree server.