Skip to content

Commit

Permalink
[FIX] hr_employee_second_lastname: line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza authored and edy1192 committed Oct 31, 2024
1 parent a0a0471 commit 8394b74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hr_employee_second_lastname/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ def post_init_hook(env):
# (firstname, lastname and lastname2).
#
# For example:
# After install hr_employee_fisrtname and before install hr_employee_second_lastname:
# After install hr_employee_fisrtname and before install
# hr_employee_second_lastname:
# name = 'John Peterson Clinton'
# firstname = 'John'
# lastname = 'Peterson Clinton'
Expand Down

0 comments on commit 8394b74

Please sign in to comment.