Skip to content

Commit

Permalink
Merge 3ebff33 into 2a9a11d
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Feb 8, 2019
2 parents 2a9a11d + 3ebff33 commit e2815a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hr_career_transition/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# pylint: disable=locally-disabled, manifest-required-author
{
"name": "Career Transition",
"version": "8.0.1.6.0",
"version": "8.0.1.7.0",
"category": "Human Resource",
"website": "https://opensynergy-indonesia.com",
"author": "OpenSynergy Indonesia",
Expand Down
2 changes: 1 addition & 1 deletion hr_career_transition/views/hr_career_transition_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<filter name="grp_employee" string="Employee" context="{'group_by':'employee_id'}"/>
<filter name="grp_type" string="Type" context="{'group_by':'type_id'}"/>
<filter name="grp_reason" string="Reason" context="{'group_by':'reason_id'}"/>
<filter name="grp_company" string="Company" context="{'group_by':'employee_id'}" groups="base.group_multi_company"/>
<filter name="grp_company" string="Company" context="{'group_by':'company_id'}" groups="base.group_multi_company"/>
<filter name="grp_date_year" string="Effective Date by Year" context="{'group_by':'effective_date:year'}"/>
<filter name="grp_date_month" string="Effective Date by Month" context="{'group_by':'effective_date:month'}"/>
<filter name="grp_date_week" string="Effective Date by Week" context="{'group_by':'effective_date:week'}"/>
Expand Down

0 comments on commit e2815a9

Please sign in to comment.