Odooers论坛

欢迎!

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


0

How to fix The move is not balanced error.

形象
odoo
形象
丢弃
2 答案
0
形象
odoo
最佳答案

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 注释
形象
丢弃
形象
odoo
-

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

形象
odoo
-

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

形象
odoo
-

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

0
形象
odoo
最佳答案

Hi,

I tried that but it is not allowing to import.

2 注释
形象
丢弃
形象
odoo
-

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

形象
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.