fixing model action device

This commit is contained in:
Cayo Puigdefabregas 2021-10-06 10:51:53 +02:00
parent aa4ebeb504
commit 03cfbfaa35
1 changed files with 1 additions and 1 deletions

View File

@ -1680,7 +1680,7 @@ class MoveOnDocument(JoinedTableMixin, ActionWithMultipleTradeDocuments):
container_to_id.comment = """This is the trade document used as container in a outgoing lot""" 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. """The act save in device who and why this devices was delete.
We never delete one device, but we can deactivate.""" We never delete one device, but we can deactivate."""
pass pass