Skip to content

Commit

Permalink
Fix imports & lost things in pull/300
Browse files Browse the repository at this point in the history
  • Loading branch information
leemannd authored and Duc Dao committed Oct 17, 2017
1 parent 79860c8 commit 440bed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hr_skill/models/hr_employee.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright 2013 Savoir-faire Linux
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from openerp import fields, models
from odoo import fields, models


class Employee(models.Model):
Expand Down
2 changes: 1 addition & 1 deletion hr_skill/models/hr_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright 2013 Savoir-faire Linux
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from openerp import fields, models, api
from odoo import fields, models, api


class Skill(models.Model):
Expand Down

0 comments on commit 440bed4

Please sign in to comment.