Skip to content

Commit

Permalink
[IMP] hr: allow to search employees per company
Browse files Browse the repository at this point in the history
closes odoo#29053
  • Loading branch information
rim-odoo committed Nov 27, 2018
1 parent 7614eaf commit 30791b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/hr/views/hr_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
<field name="department_id" operator="child_of"/>
<field name="category_ids" groups="hr.group_hr_user"/>
<field name="job_id" />
<field name="company_id" groups="base.group_multi_company"/>
<filter string="Archived" name="inactive" domain="[('active','=',False)]"/>
<separator/>
<filter string="Unread Messages" name="message_needaction" domain="[('message_needaction', '=', True)]"/>
Expand Down

0 comments on commit 30791b5

Please sign in to comment.