MIG hr_department_project For Odoo 12.0

This commit is contained in:
Bhoomi
2019-08-29 10:44:45 -04:00
parent 709d03364b
commit 3c256fb1fa
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
'name': 'HR Department Project', 'name': 'HR Department Project',
'version': '11.0.1.0.0', 'version': '12.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>', 'author': 'Hibou Corp. <hello@hibou.io>',
'category': 'Human Resources', 'category': 'Human Resources',
'summary': 'Provide default project per Department', 'summary': 'Provide default project per Department',

View File

@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from . import project
from . import hr from . import hr
from . import project