This question has been flagged
4 Replies
2609 Views

Hi folks,

I'm facing a strange problem here in Odoo 9.0.

When I register a total payment on a customer invoice, the due amount is correctly reduced to zero but the invoice is never set to status 'Paid'.

I tried to understand why it's like that (by reading the code) and figured out that there was a Workflow for invoices. 
The status 'Paid' is supposed to be set when 'reconciled' is set to True.

Here, for all my invoices, the field 'reconciled' is True, but no invoices are set to Paid.

I don't think I have some code that prevent from this.

Can anyone help me?

Thanks in advance

Avatar
Discard

It is possible the Invoice was for $1.001 and the payment was for $1.00 ?

Hi,

 

Nop the payments are exactly the same as the invoice total.

 

What is strange is that it’s the same for all invoices, except the ones that are “refunded”

 

From: Anjana Bhattacharya (anb) [mailto:anb@mail.odoo.com]
Sent: mardi 3 janvier 2017 07:23
To: Valentin Thirion <valentin.thirion@abakusitsolutions.eu>
Subject: Re: Odoo 9.0: Invoices reconciled but not marked as paid

 

A new answer on Odoo 9.0: Invoices reconciled but not marked as paid has been posted. Click here to access the post :

See post

 

 

Sent by Tiny ERP Pvt Ltd using Odoo.

Author Best Answer

I found the problem, I had a module that was overwriting the invoice normal workflow, which caused the problem.

Thanks for you help

Avatar
Discard
Best Answer

Hi,

Just try to login and logout from the application. I don't think so you should face the same problem again.


Avatar
Discard