Address book shows no entries after button press
This bug report was converted into a question: question #161659: Address book shows no entries after button press.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Server (MOVED TO GITHUB) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Setup:
Version 6.0.2 server & webclient.
en_GB localisation.
We have 15 customer and just added 1 supplier.
Expected result:
All partners (customers/
Actual result:
No partners are shown when both customer and supplier buttons are selected.
Steps to reproduce:
1. Open Sales/Address book/customers. All entries are displayed with neither "customer" nor "supplier" buttons highlighted.
2. Clicking on "customers" button shows only 15 customers as expected.
3. If then click on "suppliers" button, cutomer button remains highlighted/
4. If deselect customers button then the 1 supplier is seen.
Changed in openobject-server: | |
status: | New → Invalid |
Hello,
selecting both the filters button means that you want to search for those partners that are both your customer & supplier... the domain passed will be "[('customer', '=', 1), ('supplier', '=', 1)]" so in your case you want have any records returned.