[FIX] fix wrong filter in opportunity view (crm)
authorGéry Debongnie <ged@odoo.com>
Thu, 20 Nov 2014 10:25:49 +0000 (11:25 +0100)
committerGéry Debongnie <ged@odoo.com>
Thu, 20 Nov 2014 12:23:04 +0000 (13:23 +0100)
commitcd1eaabe1124126354bdf9e964b0a7964a48cfbf
tree9205ba8df3b1e8ff2d516ebe69aa77e49c21ae9b
parentf51d4ea6d0af049d87fcb1c0f7f7e502b6e8ebbc
[FIX] fix wrong filter in opportunity view (crm)

There was two problems:
* it was filtering on the probability of the opportunity, not on the
probability of the stage
* the filters were not prefixed with '&', which means that they gave
weird results when combined in the searchview (in a filter group, filters
are combined with '|', but it breaks when the filters are defined by
an implicit '&')
addons/crm/crm_lead_view.xml