Traceback:
Traceback with variables (most recent call last): File “apps/erpnext/erpnext/setup/doctype/transaction_deletion_record/transaction_deletion_record.py”, line 129, in execute_task task() self = task_to_execute = ‘Delete Bins’ method = ‘delete_bins’ task = > File “apps/erpnext/erpnext/setup/doctype/transaction_deletion_record/transaction_deletion_record.py”, line 180, in delete_bins if not self.delete_bin_data: self = builtins.AttributeError: ‘TransactionDeletionRecord’ object has no attribute ‘delete_bin_data’
the field delete_bins is not present is the doctype thats why the error encounting but when i try to create a new one it shows this “Fieldname ‘delete bins’ conflicting with a controller method of the name delete_bins in Transaction Deletion Record”.how to fix this ?because of this unable to delete the company
check it in the doctype or custom field doctype. if there then remove it.
can’t see the field in the doctype or the customize form
delete_bin_data is a default field and it’s worked automatically when submitting the Transaction Deletion Record. I have no idea what is going on in your case.
update the version and check it. we tested, we haven’t found the issue.