Skip to content

Commit

Permalink
[8.0.4.0.0][hr_career_transition]
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevhe18 committed Nov 3, 2020
1 parent 5d4f752 commit 00b0183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hr_career_transition/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pylint: disable=locally-disabled, manifest-required-author
{
"name": "Career Transition",
"version": "8.0.3.0.0",
"version": "8.0.4.0.0",
"category": "Human Resource",
"website": "https://opensynergy-indonesia.com",
"author": "OpenSynergy Indonesia, PT. Simetri Sinergi Indonesia",
Expand All @@ -14,7 +14,7 @@
"depends": [
"hr_career_administration_configuration_page",
"hr_contract_additional_field",
"base_sequence_configurator",
"hr_contract_sequence_configurator",
"base_workflow_policy",
"base_multiple_approval",
],
Expand Down
1 change: 0 additions & 1 deletion hr_career_transition/models/hr_career_transition.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,6 @@ def onchange_reason_id(self):
def _prepare_new_contract(self):
self.ensure_one()
return {
# "name": "-",
"employee_id": self.employee_id.id,
"job_id": self.new_job_id and \
self.new_job_id.id or \
Expand Down

0 comments on commit 00b0183

Please sign in to comment.