Help

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

How to fix The move is not balanced error.

Avatar
odoo
Avatar
Discard
2 Answers
0
Avatar
odoo
Best Answer

Hello,

You can try the below solution in Staging (TEST) DB before applying it in Production.

You can use Update query in DB to update the journal items Debit, credit, Balance

update account_move_line set  Debit=VALUE,credit=Value,Balance= Value Where id = JOURNAL ITEM ID.

Thanks.

3 Comments
Avatar
Discard
Avatar
odoo
-

Thank you, Waleed.
I tried that but it is not allowing to import the file.

Avatar
odoo
-

I see, the other solution is to update the value from DB using Update statement.

Avatar
odoo
-

Thank you for helping, Waleed. It resolved the issue.

0
Avatar
odoo
Best Answer

Hi,

I tried that but it is not allowing to import.

2 Comments
Avatar
Discard
Avatar
odoo
-

I see, the other solution is to update the value from DB using Update statement.

Avatar
odoo
-

Tried that as well. It updated the values on the record but the error is not going away. May be it is still using some stored values.