Skip to content

Commit

Permalink
move code to models/ and xml to views/
Browse files Browse the repository at this point in the history
  • Loading branch information
Charbel Jacquin committed Jun 11, 2015
1 parent 7152fa6 commit 47832d5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hr_employee_phone_extension/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
#
##############################################################################

from . import hr
from models import hr
2 changes: 1 addition & 1 deletion hr_employee_phone_extension/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'license': 'AGPL-3',
'depends': ['hr', ],
'data': [
'hr_view.xml',
'views/hr_view.xml',
],
'demo': [],
'test': [],
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 47832d5

Please sign in to comment.