Skip to content

Commit

Permalink
[8.0.1.1.0] hr_employee_emergency_contact_from_home_address
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Dec 19, 2018
1 parent 990f86b commit 16fc7fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# pylint: disable=locally-disabled, manifest-required-author
{
"name": "Employee Emergency Contact From Home Address",
"version": "8.0.1.0.0",
"version": "8.0.1.1.0",
"category": "Human Resource",
"website": "https://opensynergy-indonesia.com",
"author": "OpenSynergy Indonesia",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ class HrEmployee(models.Model):
string="Emergency Contact",
comodel_name="res.partner",
related="address_home_id.emergency_contact_ids",
readonly=True,
readonly=False,
)

0 comments on commit 16fc7fe

Please sign in to comment.