Hello Ferdinand,

Its fixed in Addons3 branch.

Rev-id: m...@mra-laptop-20101209120918-zssimdszxldnx0v4
Rev-no:4736

Thanks to you and Borja López Soilán for your valuable contribution.

** Changed in: openobject-addons
       Status: Confirmed => In Progress

** Changed in: openobject-addons
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/582243

Title:
  account and account_financial_report - wrong selection condition on balance 
report

Status in OpenObject Addons Modules:
  Fix Released

Bug description:
  this line  in "account_balance.py"
>      if res['credit'] > 0 or res['debit'] > 0 or res['balance'] > 0 :
should read 
>      if res['credit'] > 0 or res['debit'] > 0 or res['balance'] <> 0 :



_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to