← Back to team overview

openerp-expert-accounting team mailing list archive

[Bug 395194] Re: account invoice reconcile (paid state)

 

I dont understand, can you explai more?

-- 
account invoice reconcile (paid state)
https://bugs.launchpad.net/bugs/395194
You received this bug notification because you are a member of OpenERP
Accounting Experts, which is a direct subscriber.

Status in OpenObject Addons Modules: New

Bug description:
"paid & reconcile" checkbox on invoices is marked if account lines are based on the same account number that invoice (come form partner).
But after invoice is done and accounted, we cant still change account number (for customer ; due to parameters mistakes).

The trouble is that python code is look for the "old" account number. So event if the customer had already paid the invoice and bank account move line is correctly reconciled, the corresponding checkbox isn't marked.

We should look at accounts types instead of account numbers.

Another way to retrieve account move line corresponding to the total amount of invoice is to use 'payable' and 'receivable' types of accounts. This are the only ones that can be linked to partners.