Skip to content

Commit

Permalink
[MIG] hr_employee_firstname: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edy1192 committed Oct 30, 2024
1 parent a4b8da6 commit 7576692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hr_employee_firstname/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "HR Employee First Name, Last Name",
"version": "17.0.1.0.1",
"version": "18.0.1.0.0",
"author": "Savoir-faire Linux, "
"Fekete Mihai (Forest and Biomass Services Romania), "
"Onestein, "
Expand Down
2 changes: 1 addition & 1 deletion hr_employee_firstname/tests/test_hr_employee_firstname.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import odoo
from odoo.exceptions import ValidationError
from odoo.tests.common import TransactionCase
from odoo.tools import submap
from odoo.tools.misc import submap


class TestEmployeeFirstname(TransactionCase):
Expand Down

0 comments on commit 7576692

Please sign in to comment.