Daily updates from Odoo
Friday, June 21, 2019
1 change · master
Resolved issues and error corrections
The employee search panel is simplified by removing the tag filter, which could become unwieldy when many tags exist. Department filtering now includes employees from sub-departments, giving users more complete and expected results when browsing teams.
Original PR description
task - https://www.odoo.com/web?#id=1974632&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 pad - https://pad.odoo.com/p/r.2f3b7fde09e098265e9b19a040f94f85 - In employee searchpanel (left) view, In 'tag' selection, their could be a lot of records so it seems useless. That's why it has been removed by this commit. - The problem was that, while clicking on 'Department' at left search panel, records of only that particular department were displayed. It was not including its children records as a result records of that department. By this commit, this issue has been fixed.