diff --git a/InvenTree/plugin/action.py b/InvenTree/plugin/action.py index d0aee38230..6800ed2076 100644 --- a/InvenTree/plugin/action.py +++ b/InvenTree/plugin/action.py @@ -17,6 +17,7 @@ class ActionPlugin(ActionMixin, plugin.integration.IntegrationPluginBase): Legacy action definition - will be replaced 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): warnings.warn("using the ActionPlugin is depreceated", DeprecationWarning) super().__init__()