2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-13 15:20:53 +00:00

[feature] Disable pricing task (#9730)

* Add setting to control pricing auto-update

* Auto pricing updates depend on global setting

* Tweak menu layout

* Fix typo

* Skip pricing task

* Tweak serializer

* Updated docs

* Update logic around automatic pricing updates

* Logic fix

* Remove daily holdoff
This commit is contained in:
Oliver
2025-07-05 11:16:42 +10:00
committed by GitHub
parent 925807e06b
commit 82dfe561ee
8 changed files with 65 additions and 15 deletions

View File

@@ -108,6 +108,7 @@ Configuration of pricing data and currency support:
{{ globalsetting("CURRENCY_UPDATE_INTERVAL") }}
{{ globalsetting("PRICING_DECIMAL_PLACES_MIN") }}
{{ globalsetting("PRICING_DECIMAL_PLACES") }}
{{ globalsetting("PRICING_AUTO_UPDATE") }}
{{ globalsetting("PRICING_UPDATE_DAYS") }}
#### Part Pricing