2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-02 03:30:54 +00:00

Exchange rate emergency fix (#5632)

* fixed LOG style errors

* Disabled exchange rate checks
See https://github.com/inventree/InvenTree/issues/5631

* Implement frakfurter.app as new exchange host
Closes #5631

* Revert "Disabled exchange rate checks"

This reverts commit 8ed7fbcba5.

* Revert "fixed LOG style errors"

This reverts commit 578da01a67.

* switched to requests

* Revert "Revert "fixed LOG style errors""

This reverts commit 78e5eb0e69.

* Revert "Revert "Revert "fixed LOG style errors"""

This reverts commit d21838959f.

* Revert "Revert "Revert "Revert "fixed LOG style errors""""

This reverts commit 3881923c0b.

* re-enable checks

* extended debug message

* add base cur

* reverted name change
This commit is contained in:
Matthias Mair
2023-10-03 03:12:33 +02:00
committed by GitHub
parent 352fb4f6ff
commit 30cf97d85b
3 changed files with 18 additions and 18 deletions

View File

@ -1026,10 +1026,6 @@ class CurrencyAPITests(InvenTreeAPITestCase):
def test_refresh_endpoint(self):
"""Call the 'refresh currencies' endpoint"""
# 2023-09-28 check DISABLED due to https://github.com/inventree/InvenTree/issues/5631
# TODO re-enable after #5631 is solved
return True
from djmoney.contrib.exchange.models import Rate
# Delete any existing exchange rate data