Skip to content

Commit

Permalink
Adds MIN_API_VERSION to InvenTreePlugin class
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed May 14, 2024
1 parent 32286d0 commit 5058e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inventree/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class InvenTreePlugin(inventree.base.MetadataMixin, inventree.base.InventreeObje
"""Represents a PluginConfig instance on the InvenTree server."""

URL = 'plugins'
MIN_API_VERSION = 197

@classmethod
def getPkField(cls):
Expand Down

0 comments on commit 5058e24

Please sign in to comment.