counterparty: counterparty akt api added

This commit is contained in:
behruz-dev
2025-11-13 16:28:00 +05:00
parent acd4bfd30d
commit d7b9264546
8 changed files with 133 additions and 42 deletions

View File

@@ -68,7 +68,6 @@ class Party(BaseModel):
percentage += order.completion_percentage
if percentage > 0 and count > 0:
self.process = percentage / count
# self.party_amount.save()
return super().save(*args, **kwargs)