Hello Nhomar Hernandez, Thanks for reporting. The solution for this bug is proposed in the branch : https://code.launchpad.net/~openerp-dev/openobject-addons /trunk-bug-922621-mdi/
with following Revision ID and Number. Revision ID : [email protected] Revision Number : 6468 Thanks and Regards, Divyesh Makwana(MDI) ** Changed in: openobject-addons Status: In Progress => Fix Committed -- You received this bug notification because you are a member of OpenERP Framework Experts, which is subscribed to OpenERP Addons. https://bugs.launchpad.net/bugs/922621 Title: [trunk] foreign_balance should not be computed for account with no secondary currency Status in OpenERP Addons (modules): Fix Committed Bug description: Hello. We are working on this Optimization: https://code.launchpad.net/~vauxoo/openobject-addons/trunk-bug_887376 -account_compute_with_btree-VAUXOO/+merge/89741 And we face a BIG problem with multicurrency feature just improved some little time ago. In this line of account.py 'foreign_balance': "COALESCE(SUM(l.amount_currency), 0) as foreign_balance", We see that this algorithm sum all multicurrency values and it is TOTALLY wrong, because i can have n the same account different vaules, and we NEVER can sum Apples with Pears. How functionally you can try: Make an move invoice on €. Then Make an invoice to same partner in USD$ Make an invoice an you currency, (We Use VEF). Then go to edit tree view for accounts and show the field "foreign_balance" with the view editor, You can face that if pfor example you made 3 invoice for 100 CURRENCY, the total for the account REceivable or Payable related on this invoices. The amount received is 300 (sum directly for 100€ 100$ and 100VEF) -In V6 this feature is simply missing.- I think it is a huge cancept mistake. IMHO, we need to have from OpenERP-dev team a Blueprint related with the concept that they want to implement in this field, because in other way this field is really useless and affect the performance in calculation. To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/922621/+subscriptions -- Mailing list: https://launchpad.net/~credativ Post to : [email protected] Unsubscribe : https://launchpad.net/~credativ More help : https://help.launchpad.net/ListHelp

