mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-27 19:16:44 +00:00
* Remove hardcoded currency enum from schema * Convert schema custom key enums to int to allow customized keys to validate * Convert stock status key enums to int to allow customizations to validate in schema * api version bump * fix remaining operationId errors * fix errors * fix another error * fix missing model * ensure we do not ignore warnings anymore * Restore enumerated help text for currencies * Remove commented block of old code * Restore custom key enumerated values to schema documentation * Restore status key enumeration to schema documentation * fix more enums * Add debug definitions for schema generation * fix schema generation for PluginRelationSerializer * add migrations * fix enum names for allauth schema duplications * bump api version --------- Co-authored-by: Joe Rogers <1337joe@gmail.com>