mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-22 23:00:54 +00:00
exclude exchange rate info from import / export tasks
This commit is contained in:
2
tasks.py
2
tasks.py
@ -257,6 +257,8 @@ def content_excludes():
|
||||
"django_q.task",
|
||||
"django_q.ormq",
|
||||
"users.owner",
|
||||
"exchange.rate",
|
||||
"exchange.exchangebackend",
|
||||
]
|
||||
|
||||
output = ""
|
||||
|
Reference in New Issue
Block a user