I'm creating payment for invoice and facing this error for all invoices:
The operation cannot be completed, probably due to the following: - deletion: you may be trying to delete a record while other records still reference it- creation/update: a mandatory field is not correctly set
[object with reference: account_id - account.id]
can someone guide me to solve this issue?
This error sometime come because you create relational field with same name and different relation model
Post your Code and we will be able to help you