openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #17080
[Bug 1062795] Re: Search on many2many with negative operator gives wrong results
Hi,
I've added some tests, visible in this branch lp:~openerp-dev
/openobject-server/trunk-in-not-in-m2m-tests-vmt.
I think I have covered the case you give in this bug report. I can't
reproduce your situation.
If you think there is still a problem, please add a test case to
examplify it and re-open the bug report (I will close it now).
** Changed in: openobject-server
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1062795
Title:
Search on many2many with negative operator gives wrong results
Status in OpenERP Server:
Invalid
Status in Therp Backports:
Triaged
Bug description:
When you have a category X and assigned it to one or more partners, it
is currently impossible to search for partners that do not have this
category.
Steps to reproduce
===============
On a new database,
Create partner A
Create partner B
Create partner C
Create partner AB
Create category A
Create category B
Assign category A to partner A
Assign category B to partner B
Assign both categories A and B to partner AB
Do not assign any categories to partner C
Now search for partner with advanced filter on category 'not equal to'
A
Expected results
=============
All partners that are not assigned category A (i.e. partners B and C)
Actual results
===========
All partners that are assigned any category other than A, including partners that also have category A (i.e. partners B and AB)
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1062795/+subscriptions
References