From 03cfbfaa350abadd6eff897270f3e1f0710bc7a1 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 6 Oct 2021 10:51:53 +0200 Subject: [PATCH] fixing model action device --- ereuse_devicehub/resources/action/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ereuse_devicehub/resources/action/models.py b/ereuse_devicehub/resources/action/models.py index c1cade90..7587625d 100644 --- a/ereuse_devicehub/resources/action/models.py +++ b/ereuse_devicehub/resources/action/models.py @@ -1680,7 +1680,7 @@ class MoveOnDocument(JoinedTableMixin, ActionWithMultipleTradeDocuments): container_to_id.comment = """This is the trade document used as container in a outgoing lot""" -class Delete(JoinedTableMixin, ActionWithMultipleDevices): +class Delete(ActionWithMultipleDevices): """The act save in device who and why this devices was delete. We never delete one device, but we can deactivate.""" pass