تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
11302 أدوات العرض

I've made one dummy bank transaction and deleted it. 
After that I've created one transaction of cash deposit into bank and having below error when I try to reconcile it. 


Thanks in advance

الصورة الرمزية
إهمال

Have you found a solution to this issue?

أفضل إجابة

I am currently recommending adding the following Automated Action:


if record.move_name and not record.journal_entry_ids:  
record['move_name'] = False

It will reset the Bank Statement Line (make it forget it was reconciled with something else) so you can re-reconcile with the correct payment/account.



keywords:

re-reconcile bank statement line unreconcile bank statement line reset bank statement line bank statement mistake bank statement line mistake bank statement line reconciled with incorrect account bank statement line reconciled with incorrect payment

الصورة الرمزية
إهمال

Really helpful. Thank you, Ray!

Hi Ray - do you still recommend this automated action in the context of Odoo v16 and v17 and the new reconciliation methods?

@Geoff - no, I have not needed this feature since the refactoring.

Users can remove the Not Matched filter from the search bar to include previously reconciled transactions and from there can click RESET.

For Odoo 15:

if record.move_name and not record.is_reconciled:
record['move_name'] = False

أفضل إجابة

This answer was posted in my  Original Question: https://www.odoo.com/forum/help-1/question/operation-not-allowed-since-your-statement-line-already-received-a-number-you-cannot-reconcile-it-entirely-with-existing-journal-entries-otherwise-it-would-make-a-gap-in-the-numbering-you-should-book-an-entry-and-make-a-regular-revert-of-it-in-case-you-want-to-cancel-it-after-internal-transfer-125703

In the end, the best solution I could find was:

  1. Un-reconcile the statement with the bad entry.

  2. Duplicate the statement (Actions/Duplicate)

  3. Edit the new statement so it's date and description match the original

  4. Delete the original statement

  5. Run reconcile again - no error

I did as much research as I could and I THINK that this should leave things in a stable state.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
سبتمبر 21
3652
0
يناير 21
2624
1
أبريل 19
3698
1
أكتوبر 17
3357
2
مايو 20
5054