mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
type rec for title
This commit is contained in:
parent
af66da4199
commit
486893cda5
@ -256,6 +256,7 @@ class IntegrationPluginBase(MixinBase, plugin.InvenTreePlugin):
|
|||||||
The IntegrationPluginBase class is used to integrate with 3rd party software
|
The IntegrationPluginBase class is used to integrate with 3rd party software
|
||||||
"""
|
"""
|
||||||
PLUGIN_SLUG = None
|
PLUGIN_SLUG = None
|
||||||
|
PLUGIN_TITLE = None
|
||||||
|
|
||||||
AUTHOR = None
|
AUTHOR = None
|
||||||
PUBLISH_DATE = None
|
PUBLISH_DATE = None
|
||||||
|
Loading…
Reference in New Issue
Block a user