Skip to content

Commit

Permalink
[MIG] hr_recruitment_partner: Migration to 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hhgabelgaard committed Dec 30, 2018
1 parent f2141d3 commit 8488c2c
Show file tree
Hide file tree
Showing 9 changed files with 1,184 additions and 18 deletions.
2 changes: 1 addition & 1 deletion hr_recruitment_partner/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Contributors
------------

* Daniel Reis

* Hans Henrik Gabelgaard

Maintainer
----------
Expand Down
1 change: 0 additions & 1 deletion hr_recruitment_partner/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-
from . import models
from .init_hooks import pre_init_hook, post_init_hook
7 changes: 3 additions & 4 deletions hr_recruitment_partner/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

###############################################################################
#
# Copyright (C) 2015 Daniel Reis
Expand All @@ -22,9 +20,10 @@
{
'name': 'Applicants implicit Partner',
'summary': 'Automatically create a Partner for Applicants',
'version': '8.0.1.0.0',
'version': '11.0.1.0.0',
'category': 'Human Resources',
'author': 'Daniel Reis, Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/hr',
'license': 'AGPL-3',
'data': [
'views/hr_applicant_view.xml',
Expand All @@ -34,5 +33,5 @@
],
'pre_init_hook': 'pre_init_hook',
'post_init_hook': 'post_init_hook',
'installable': False,
'installable': True,
}
Loading

0 comments on commit 8488c2c

Please sign in to comment.