c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #21565
[Bug 757122] [NEW] Search dialog Filtering error
Public bug reported:
When you apply a filter at the searchDialog and your filter show just one item the item showed is not the one that the system use to do all the job.
I fix this problem commenting the line 431-432 in the Screen.py inside the currentRecord function.
this two line must be removed
if self._currentRecordPosition == pos:
return
** Affects: openobject-client-kde
Importance: Undecided
Status: New
--
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/757122
Title:
Search dialog Filtering error
Status in Qt/KDE OpenObject Client:
New
Bug description:
When you apply a filter at the searchDialog and your filter show just one item the item showed is not the one that the system use to do all the job.
I fix this problem commenting the line 431-432 in the Screen.py inside the currentRecord function.
this two line must be removed
if self._currentRecordPosition == pos:
return
Follow ups
References