Skip to content

Commit

Permalink
Merge PR #1179 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by Saran440
  • Loading branch information
OCA-git-bot committed Sep 19, 2023
2 parents 5d4b1e6 + 9c5dce0 commit 7181c63
Show file tree
Hide file tree
Showing 29 changed files with 1,070 additions and 0 deletions.
97 changes: 97 additions & 0 deletions hr_employee_birth_name/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
===================
Employee Birth Name
===================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fhr-lightgray.png?logo=github
:target: https://github.com/OCA/hr/tree/15.0/hr_employee_birth_name
:alt: OCA/hr
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/hr-15-0/hr-15-0-hr_employee_birth_name
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/116/15.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds the following to employees :

* hr_employee_birth_name

**Table of contents**

.. contents::
:local:

Installation
============

To install this module, you need to:

1. Clone the branch 11.0 of the repository https://github.com/OCA/hr
2. Add the path to this repository in your configuration (addons-path)
3. Update the module list
4. Go to menu *Setting -> Modules -> Local Modules*
5. Search For *Employee Birth Name*
6. Install the module

Usage
=====

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/116/11.0

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/hr/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/hr/issues/new?body=module:%20hr_employee_birth_name%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Camptocamp SA
* Open Source Integrators

Contributors
~~~~~~~~~~~~

* Denis Leemann <[email protected]>
* Serpent Consulting Services Pvt. Ltd. <[email protected]>
* Panca Putra Pakpahan <[email protected]>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

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

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.

This module is part of the `OCA/hr <https://github.com/OCA/hr/tree/15.0/hr_employee_birth_name>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions hr_employee_birth_name/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# See LICENSE file for full copyright and licensing details.

from . import models
18 changes: 18 additions & 0 deletions hr_employee_birth_name/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# copyright 2017 Denis Leemann, Camptocamp SA
# Copyright (C) 2021 Open Source Integrators
# Copyright (C) 2021 Serpent Consulting Services
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Employee Birth Name",
"version": "16.0.1.0.0",
"category": "Human Resources",
"author": "Camptocamp SA,Odoo Community Association (OCA),"
"Open Source Integrators",
"website": "https://github.com/OCA/hr",
"license": "AGPL-3",
"depends": ["hr"],
"data": ["views/hr_employee_view.xml"],
"installable": True,
"auto_install": False,
}
31 changes: 31 additions & 0 deletions hr_employee_birth_name/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_birth_name
#
# Translators:
# OCA Transbot <[email protected]>, 2017
# abdullah alsabi <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \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"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"

#. module: hr_employee_birth_name
#: model:ir.model.fields,field_description:hr_employee_birth_name.field_hr_employee__birth_name
msgid "Birth Name"
msgstr "الإسم"

#. module: hr_employee_birth_name
#: model:ir.model,name:hr_employee_birth_name.model_hr_employee
msgid "Employee"
msgstr "الموظف"
30 changes: 30 additions & 0 deletions hr_employee_birth_name/i18n/cs_CZ.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_birth_name
#
# Translators:
# Lukáš Spurný <[email protected]>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-23 03:45+0000\n"
"PO-Revision-Date: 2018-02-23 03:45+0000\n"
"Last-Translator: Lukáš Spurný <[email protected]>, 2018\n"
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/oca/"
"teams/23907/cs_CZ/)\n"
"Language: cs_CZ\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"

#. module: hr_employee_birth_name
#: model:ir.model.fields,field_description:hr_employee_birth_name.field_hr_employee__birth_name
msgid "Birth Name"
msgstr "Rodné jméno"

#. module: hr_employee_birth_name
#: model:ir.model,name:hr_employee_birth_name.model_hr_employee
msgid "Employee"
msgstr "Zaměstnanec"
30 changes: 30 additions & 0 deletions hr_employee_birth_name/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_birth_name
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-28 01:43+0000\n"
"PO-Revision-Date: 2019-06-28 13:42+0000\n"
"Last-Translator: Maria Sparenberg <[email protected]>\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.6.1\n"

#. module: hr_employee_birth_name
#: model:ir.model.fields,field_description:hr_employee_birth_name.field_hr_employee__birth_name
msgid "Birth Name"
msgstr "Geburtsname"

#. module: hr_employee_birth_name
#: model:ir.model,name:hr_employee_birth_name.model_hr_employee
msgid "Employee"
msgstr "Angestellter"
30 changes: 30 additions & 0 deletions hr_employee_birth_name/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_birth_name
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-03 03:37+0000\n"
"PO-Revision-Date: 2019-07-23 11:43+0000\n"
"Last-Translator: Jaime Arroyo <[email protected]>\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.7.1\n"

#. module: hr_employee_birth_name
#: model:ir.model.fields,field_description:hr_employee_birth_name.field_hr_employee__birth_name
msgid "Birth Name"
msgstr "Nombre de Nacimiento"

#. module: hr_employee_birth_name
#: model:ir.model,name:hr_employee_birth_name.model_hr_employee
msgid "Employee"
msgstr "Empleado"
29 changes: 29 additions & 0 deletions hr_employee_birth_name/i18n/fi.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_birth_name
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-03 03:37+0000\n"
"PO-Revision-Date: 2017-03-03 03:37+0000\n"
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: hr_employee_birth_name
#: model:ir.model.fields,field_description:hr_employee_birth_name.field_hr_employee__birth_name
msgid "Birth Name"
msgstr ""

#. module: hr_employee_birth_name
#: model:ir.model,name:hr_employee_birth_name.model_hr_employee
msgid "Employee"
msgstr "Työntekijä"
30 changes: 30 additions & 0 deletions hr_employee_birth_name/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_birth_name
#
# Translators:
# OCA Transbot <[email protected]>, 2017
# leemannd <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-03 03:37+0000\n"
"PO-Revision-Date: 2017-03-03 03:37+0000\n"
"Last-Translator: leemannd <[email protected]>, 2017\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. module: hr_employee_birth_name
#: model:ir.model.fields,field_description:hr_employee_birth_name.field_hr_employee__birth_name
msgid "Birth Name"
msgstr "Nom de Naissance"

#. module: hr_employee_birth_name
#: model:ir.model,name:hr_employee_birth_name.model_hr_employee
msgid "Employee"
msgstr "Employé"
30 changes: 30 additions & 0 deletions hr_employee_birth_name/i18n/hr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_birth_name
#
# Translators:
# Bole <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.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"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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_birth_name
#: model:ir.model.fields,field_description:hr_employee_birth_name.field_hr_employee__birth_name
msgid "Birth Name"
msgstr "Djevojačko ime"

#. module: hr_employee_birth_name
#: model:ir.model,name:hr_employee_birth_name.model_hr_employee
msgid "Employee"
msgstr "Djelatnik"
31 changes: 31 additions & 0 deletions hr_employee_birth_name/i18n/hr_HR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_birth_name
#
# Translators:
# Bole <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-03 03:37+0000\n"
"PO-Revision-Date: 2017-03-03 03:37+0000\n"
"Last-Translator: Bole <[email protected]>, 2017\n"
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
"hr_HR/)\n"
"Language: hr_HR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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_birth_name
#: model:ir.model.fields,field_description:hr_employee_birth_name.field_hr_employee__birth_name
msgid "Birth Name"
msgstr ""

#. module: hr_employee_birth_name
#: model:ir.model,name:hr_employee_birth_name.model_hr_employee
msgid "Employee"
msgstr "Djelatnik"
24 changes: 24 additions & 0 deletions hr_employee_birth_name/i18n/hr_employee_birth_name.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_birth_name
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: hr_employee_birth_name
#: model:ir.model.fields,field_description:hr_employee_birth_name.field_hr_employee__birth_name
msgid "Birth Name"
msgstr ""

#. module: hr_employee_birth_name
#: model:ir.model,name:hr_employee_birth_name.model_hr_employee
msgid "Employee"
msgstr ""
Loading

0 comments on commit 7181c63

Please sign in to comment.