Merge pull request #3697 from expsa/accounting_attach

pr at count
This commit is contained in:
eslamtalaat744 2025-06-29 18:39:20 +03:00 committed by GitHub
commit 0f31fe1862
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class AccountMove(models.Model):
# Request record
if self.purchase_id:
related_pairs.append((self.purchase_id._name, self.purchase_id..id))
related_pairs.append((self.purchase_id._name, self.purchase_id.id))
if self.purchase_id.request_id:
related_pairs.append((self.purchase_id.request_id._name, self.purchase_id.request_id.id))