From 6affc7550bc218e0429c75384f051541d440673e Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 10 Jan 2022 01:00:12 +0100 Subject: [PATCH] add depreciation TODO --- InvenTree/plugin/action.py | 1 + 1 file changed, 1 insertion(+) 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__()