refactor: properly name shareable objects generic fields

This commit is contained in:
Herculino Trotta
2025-07-27 23:19:39 -03:00
parent 8db885f47d
commit 5b6c123fa1
6 changed files with 181 additions and 2 deletions
+3
View File
@@ -976,3 +976,6 @@ class QuickTransaction(OwnedObject):
self.full_clean()
super().save(*args, **kwargs)
def __str__(self):
return self.name