well it seems to me to be a design and usability issue you need very very educated users to make them understanding the logic behind
IMHO OPENERP needs 2 filter types * apply on record level * apply on group level Example Name | Debit | Credit | Balance ------------------------------------------------------- account 1 | 100 | 0 | 100 account 1 | 0 | 100 | -100 -> When we apply Group by Account, we the following result. (As you can see in the client.) Name | Debit | Credit | Balance ------------------------------------------------------- account 1 | 100 | 100 | 0 -> Now if we apply the filter Balance <> 0 (!!!!), it will give the following result. Name | Debit | Credit | Balance ------------------------------------------------------- account 1 | 100 | 100 | 0 -- 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/768817 Title: account - entry analysis - can not filter balance Status in OpenERP Modules (addons): Confirmed Bug description: see screenshot rows with balance 0.00 shouldn't show up filter balance not equal 0 does not work either To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/768817/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

