mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +00:00
add depreciation TODO
This commit is contained in:
@ -17,6 +17,7 @@ class ActionPlugin(ActionMixin, plugin.integration.IntegrationPluginBase):
|
|||||||
Legacy action definition - will be replaced
|
Legacy action definition - will be replaced
|
||||||
Please use the new Integration Plugin API and the Action mixin
|
Please use the new Integration Plugin API and the Action mixin
|
||||||
"""
|
"""
|
||||||
|
# TODO @matmair remove this with InvenTree 0.7.0
|
||||||
def __init__(self, user=None, data=None):
|
def __init__(self, user=None, data=None):
|
||||||
warnings.warn("using the ActionPlugin is depreceated", DeprecationWarning)
|
warnings.warn("using the ActionPlugin is depreceated", DeprecationWarning)
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
Reference in New Issue
Block a user