diff --git a/hr_skill/README.rst b/hr_skill/README.rst index 5b2fa8ee27a..6cc74551185 100644 --- a/hr_skill/README.rst +++ b/hr_skill/README.rst @@ -30,6 +30,8 @@ Contributors * Savoir-faire Linux * Daniel Reis * Ivan Yelizariev +* Nicolás Mac Rouillon +* Yu Weng Maintainer ---------- diff --git a/hr_skill/__init__.py b/hr_skill/__init__.py index 0650744f6bc..61cf410be9b 100644 --- a/hr_skill/__init__.py +++ b/hr_skill/__init__.py @@ -1 +1,5 @@ +# -*- coding: utf-8 -*- +# © 2015 iDT LABS (http://www.@idtlabs.sl) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + from . import models diff --git a/hr_skill/__openerp__.py b/hr_skill/__openerp__.py index 035422e53cb..184614b3480 100644 --- a/hr_skill/__openerp__.py +++ b/hr_skill/__openerp__.py @@ -1,26 +1,9 @@ # -*- coding: utf-8 -*- -############################################################################### -# -# Copyright (C) 2013 Savoir-faire Linux (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################### - +# © 2015 iDT LABS (http://www.@idtlabs.sl) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Skill Management", - "version": "8.0.1.1.0", + "version": "9.0.1.0.0", "category": "Human Resources", "license": "AGPL-3", "author": "Savoir-faire Linux,Odoo Community Association (OCA)", @@ -31,5 +14,5 @@ "views/hr_employee.xml", "security/ir.model.access.csv", ], - 'installable': False, + 'installable': True, } diff --git a/hr_skill/models/__init__.py b/hr_skill/models/__init__.py index d44855af121..1071b00183f 100644 --- a/hr_skill/models/__init__.py +++ b/hr_skill/models/__init__.py @@ -1,2 +1,6 @@ +# -*- coding: utf-8 -*- +# © 2015 iDT LABS (http://www.@idtlabs.sl) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + from . import hr_skill from . import hr_employee diff --git a/hr_skill/models/hr_employee.py b/hr_skill/models/hr_employee.py index 3c4f2d1aab0..82488b12e40 100644 --- a/hr_skill/models/hr_employee.py +++ b/hr_skill/models/hr_employee.py @@ -1,22 +1,6 @@ # -*- coding: utf-8 -*- -############################################################################### -# -# Copyright (C) 2013 Savoir-faire Linux (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################### +# © 2015 iDT LABS (http://www.@idtlabs.sl) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from openerp import fields, models diff --git a/hr_skill/models/hr_skill.py b/hr_skill/models/hr_skill.py index 73600a3d226..e048d2fa4a0 100644 --- a/hr_skill/models/hr_skill.py +++ b/hr_skill/models/hr_skill.py @@ -1,23 +1,6 @@ # -*- coding: utf-8 -*- -############################################################################### -# -# Copyright (C) 2013 Savoir-faire Linux (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################### - +# © 2015 iDT LABS (http://www.@idtlabs.sl) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from openerp import fields, models, api diff --git a/hr_skill/views/hr_employee.xml b/hr_skill/views/hr_employee.xml index dbf03e7515c..6e91be0cef3 100644 --- a/hr_skill/views/hr_employee.xml +++ b/hr_skill/views/hr_employee.xml @@ -8,7 +8,7 @@ - + diff --git a/hr_skill/views/hr_skill.xml b/hr_skill/views/hr_skill.xml index 0762f3217ca..642863b083c 100644 --- a/hr_skill/views/hr_skill.xml +++ b/hr_skill/views/hr_skill.xml @@ -34,10 +34,6 @@ - - Skills hr.skill @@ -46,7 +42,7 @@ @@ -59,7 +55,7 @@