Skip to content

Commit

Permalink
[MIG] hr_employee_second_lastname: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edy1192 committed Oct 31, 2024
1 parent 799ed15 commit 833abf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hr_employee_second_lastname/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "HR Employee First Name and Two Last Names",
"version": "17.0.1.0.1",
"version": "18.0.1.0.0",
"author": "Vauxoo, Odoo Community Association (OCA)",
"maintainers": ["luisg123v"],
"website": "https://github.com/OCA/hr",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from odoo import exceptions
from odoo.tests.common import TransactionCase
from odoo.tools import submap
from odoo.tools.misc import submap


class TestEmployeeSecondLastname(TransactionCase):
Expand Down

0 comments on commit 833abf0

Please sign in to comment.