Skip to content

Commit

Permalink
[MIG] hr_employee_firstname: Migrated to 10.0 (OCA#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
espo-tony authored and komsan-S committed Nov 10, 2020
1 parent bab0dab commit ccdbbd9
Show file tree
Hide file tree
Showing 23 changed files with 258 additions and 277 deletions.
12 changes: 7 additions & 5 deletions hr_employee_firstname/README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3
:target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3

HR Employee First Name, Last Name
=================================
Expand All @@ -12,7 +13,7 @@ Installation

To install this module, you need to:

* clone the branch 8.0 of the repository https://github.com/OCA/hr
* clone the branch 10.0 of the repository https://github.com/OCA/hr
* add the path to this repository in your configuration (addons-path)
* update the module list
* search for "HR Employee First Name, Last Name" in your addons
Expand Down Expand Up @@ -43,18 +44,19 @@ Contributors
* Fekete Mihai <[email protected]>
* David Dufresne <[email protected]>
* Adrien Peiffer (ACSONE) <[email protected]>
* Antonio Esposito (ONESTEIN BV) <[email protected]>

Maintainer
----------

.. image:: http://odoo-community.org/logo.png
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: http://odoo-community.org
:target: https://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.
To contribute to this module, please visit https://odoo-community.org.
23 changes: 3 additions & 20 deletions hr_employee_firstname/__init__.py
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# This module copyright (C) 2010 - 2014 Savoir-faire Linux
# (<http://www.savoirfairelinux.com>).
#
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
# Copyright (C) 2010 - 2014 Savoir-faire Linux (<http://www.savoirfairelinux.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
from .init_hook import post_init_hook
27 changes: 27 additions & 0 deletions hr_employee_firstname/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# -*- coding: utf-8 -*-
# © 2010 - 2014 Savoir-faire Linux (<http://www.savoirfairelinux.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
'name': 'HR Employee First Name, Last Name',
'version': '10.0.1.0.0',
'author': "Savoir-faire Linux, "
"Fekete Mihai (Forest and Biomass Services Romania), "
"Odoo Community Association (OCA)",
'maintainer': 'Savoir-faire Linux',
'website': 'http://www.savoirfairelinux.com',
'license': 'AGPL-3',
'category': 'Human Resources',
'summary': 'Adds First Name to Employee',
'depends': [
'hr',
'partner_firstname',
],
'data': [
'views/hr_view.xml',
],
"post_init_hook": "post_init_hook",
'demo': [],
'test': [],
'installable': True,
}
44 changes: 0 additions & 44 deletions hr_employee_firstname/__openerp__.py

This file was deleted.

20 changes: 11 additions & 9 deletions hr_employee_firstname/i18n/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
# * hr_employee_firstname
#
# Translators:
# OCA Transbot <[email protected]>, 2017
# abdullah alsabi <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: hr (8.0)\n"
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-30 05:19+0000\n"
"PO-Revision-Date: 2015-08-13 14:31+0000\n"
"Last-Translator: <>\n"
"Language-Team: Arabic (http://www.transifex.com/oca/OCA-hr-8-0/language/ar/)\n"
"POT-Creation-Date: 2017-06-10 04:30+0000\n"
"PO-Revision-Date: 2017-06-10 04:30+0000\n"
"Last-Translator: abdullah alsabi <[email protected]>, 2017\n"
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
Expand All @@ -23,11 +25,11 @@ msgid "Employee"
msgstr "الموظف"

#. module: hr_employee_firstname
#: field:hr.employee,firstname:0
#: model:ir.model.fields,field_description:hr_employee_firstname.field_hr_employee_firstname
msgid "Firstname"
msgstr ""
msgstr "الإسم الأول"

#. module: hr_employee_firstname
#: field:hr.employee,lastname:0
#: model:ir.model.fields,field_description:hr_employee_firstname.field_hr_employee_lastname
msgid "Lastname"
msgstr ""
msgstr "إسم العائلة"
24 changes: 13 additions & 11 deletions hr_employee_firstname/i18n/de.po
Original file line number Diff line number Diff line change
@@ -1,32 +1,34 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_firstname
#
# * hr_employee_firstname
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-24 10:20+0000\n"
"PO-Revision-Date: 2015-04-24 10:20+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"POT-Creation-Date: 2017-01-28 02:12+0000\n"
"PO-Revision-Date: 2017-01-28 02:12+0000\n"
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: hr_employee_firstname
#: model:ir.model,name:hr_employee_firstname.model_hr_employee
msgid "Employee"
msgstr "Angestellter"

#. module: hr_employee_firstname
#: field:hr.employee,firstname:0
#: model:ir.model.fields,field_description:hr_employee_firstname.field_hr_employee_firstname
msgid "Firstname"
msgstr "Vorname"

#. module: hr_employee_firstname
#: field:hr.employee,lastname:0
#: model:ir.model.fields,field_description:hr_employee_firstname.field_hr_employee_lastname
msgid "Lastname"
msgstr "Nachname"

16 changes: 8 additions & 8 deletions hr_employee_firstname/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# * hr_employee_firstname
#
# Translators:
# Antonio Trueba, 2016
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: hr (8.0)\n"
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-30 05:19+0000\n"
"PO-Revision-Date: 2016-02-05 12:48+0000\n"
"Last-Translator: Antonio Trueba\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-hr-8-0/language/es/)\n"
"POT-Creation-Date: 2017-01-28 02:12+0000\n"
"PO-Revision-Date: 2017-01-28 02:12+0000\n"
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
Expand All @@ -24,11 +24,11 @@ msgid "Employee"
msgstr "Empleado"

#. module: hr_employee_firstname
#: field:hr.employee,firstname:0
#: model:ir.model.fields,field_description:hr_employee_firstname.field_hr_employee_firstname
msgid "Firstname"
msgstr "Nombre propio"

#. module: hr_employee_firstname
#: field:hr.employee,lastname:0
#: model:ir.model.fields,field_description:hr_employee_firstname.field_hr_employee_lastname
msgid "Lastname"
msgstr "Apellidos"
2 changes: 1 addition & 1 deletion hr_employee_firstname/i18n/fi.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: hr (8.0)\n"
"Project-Id-Version: hr (10.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-04-14 04:15+0000\n"
"PO-Revision-Date: 2016-04-04 11:07+0000\n"
Expand Down
24 changes: 13 additions & 11 deletions hr_employee_firstname/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -1,32 +1,34 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_firstname
#
# * hr_employee_firstname
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-24 10:20+0000\n"
"PO-Revision-Date: 2015-04-24 10:20+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"POT-Creation-Date: 2017-01-28 02:12+0000\n"
"PO-Revision-Date: 2017-01-28 02:12+0000\n"
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. module: hr_employee_firstname
#: model:ir.model,name:hr_employee_firstname.model_hr_employee
msgid "Employee"
msgstr "Employé"

#. module: hr_employee_firstname
#: field:hr.employee,firstname:0
#: model:ir.model.fields,field_description:hr_employee_firstname.field_hr_employee_firstname
msgid "Firstname"
msgstr "Prénom"

#. module: hr_employee_firstname
#: field:hr.employee,lastname:0
#: model:ir.model.fields,field_description:hr_employee_firstname.field_hr_employee_lastname
msgid "Lastname"
msgstr "Nom"

34 changes: 34 additions & 0 deletions hr_employee_firstname/i18n/hr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_firstname
#
# Translators:
# Bole <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-04 06:52+0000\n"
"PO-Revision-Date: 2017-07-04 06:52+0000\n"
"Last-Translator: Bole <[email protected]>, 2017\n"
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hr\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"

#. module: hr_employee_firstname
#: model:ir.model,name:hr_employee_firstname.model_hr_employee
msgid "Employee"
msgstr "Djelatnik"

#. module: hr_employee_firstname
#: model:ir.model.fields,field_description:hr_employee_firstname.field_hr_employee_firstname
msgid "Firstname"
msgstr "Ime"

#. module: hr_employee_firstname
#: model:ir.model.fields,field_description:hr_employee_firstname.field_hr_employee_lastname
msgid "Lastname"
msgstr "Prezime"
34 changes: 34 additions & 0 deletions hr_employee_firstname/i18n/hr_HR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_firstname
#
# Translators:
# Bole <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-28 02:12+0000\n"
"PO-Revision-Date: 2017-01-28 02:12+0000\n"
"Last-Translator: Bole <[email protected]>, 2017\n"
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hr_HR\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"

#. module: hr_employee_firstname
#: model:ir.model,name:hr_employee_firstname.model_hr_employee
msgid "Employee"
msgstr "Djelatnik"

#. module: hr_employee_firstname
#: model:ir.model.fields,field_description:hr_employee_firstname.field_hr_employee_firstname
msgid "Firstname"
msgstr ""

#. module: hr_employee_firstname
#: model:ir.model.fields,field_description:hr_employee_firstname.field_hr_employee_lastname
msgid "Lastname"
msgstr ""
Loading

0 comments on commit ccdbbd9

Please sign in to comment.