diff --git a/hr_employee_birth_name/README.rst b/hr_employee_birth_name/README.rst new file mode 100644 index 00000000000..4e8c1971e42 --- /dev/null +++ b/hr_employee_birth_name/README.rst @@ -0,0 +1,104 @@ +=================== +Employee Birth Name +=================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:dce517dde270bd2d62653dfd6f9dc4c3ed702a8f1c920a89023cc937f29ffc54 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/17.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-17-0/hr-17-0-hr_employee_birth_name + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/hr&target_branch=17.0 + :alt: Try me on Runboat + +|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 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 +===== + +|Try me on Runbot| + +.. |Try me on Runbot| image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :target: https://runbot.odoo-community.org/runbot/116/11.0 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* Camptocamp SA +* Open Source Integrators + +Contributors +------------ + +- Denis Leemann +- Serpent Consulting Services Pvt. Ltd. +- Panca Putra Pakpahan +- Alberto Nieto de Pablos + (https://braintec.com) +- Manish Bohra + +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 `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/hr_employee_birth_name/__init__.py b/hr_employee_birth_name/__init__.py new file mode 100644 index 00000000000..a14d2375bd1 --- /dev/null +++ b/hr_employee_birth_name/__init__.py @@ -0,0 +1,3 @@ +# See LICENSE file for full copyright and licensing details. + +from . import models diff --git a/hr_employee_birth_name/__manifest__.py b/hr_employee_birth_name/__manifest__.py new file mode 100644 index 00000000000..977c7ac7fa3 --- /dev/null +++ b/hr_employee_birth_name/__manifest__.py @@ -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": "17.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, +} diff --git a/hr_employee_birth_name/i18n/ar.po b/hr_employee_birth_name/i18n/ar.po new file mode 100644 index 00000000000..d948ea01502 --- /dev/null +++ b/hr_employee_birth_name/i18n/ar.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_employee_birth_name +# +# Translators: +# OCA Transbot , 2017 +# abdullah alsabi , 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 , 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 "الموظف" diff --git a/hr_employee_birth_name/i18n/cs_CZ.po b/hr_employee_birth_name/i18n/cs_CZ.po new file mode 100644 index 00000000000..08620a00841 --- /dev/null +++ b/hr_employee_birth_name/i18n/cs_CZ.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_employee_birth_name +# +# Translators: +# Lukáš Spurný , 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ý , 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" diff --git a/hr_employee_birth_name/i18n/de.po b/hr_employee_birth_name/i18n/de.po new file mode 100644 index 00000000000..e8936c3dddf --- /dev/null +++ b/hr_employee_birth_name/i18n/de.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_employee_birth_name +# +# Translators: +# OCA Transbot , 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 \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" diff --git a/hr_employee_birth_name/i18n/es.po b/hr_employee_birth_name/i18n/es.po new file mode 100644 index 00000000000..0384af28c4e --- /dev/null +++ b/hr_employee_birth_name/i18n/es.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_employee_birth_name +# +# Translators: +# OCA Transbot , 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 \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" diff --git a/hr_employee_birth_name/i18n/fi.po b/hr_employee_birth_name/i18n/fi.po new file mode 100644 index 00000000000..c08a0ca0ebe --- /dev/null +++ b/hr_employee_birth_name/i18n/fi.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_employee_birth_name +# +# Translators: +# OCA Transbot , 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 , 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ä" diff --git a/hr_employee_birth_name/i18n/fr.po b/hr_employee_birth_name/i18n/fr.po new file mode 100644 index 00000000000..50ba5d557f1 --- /dev/null +++ b/hr_employee_birth_name/i18n/fr.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_employee_birth_name +# +# Translators: +# OCA Transbot , 2017 +# leemannd , 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 , 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é" diff --git a/hr_employee_birth_name/i18n/hr.po b/hr_employee_birth_name/i18n/hr.po new file mode 100644 index 00000000000..dc99e71c25c --- /dev/null +++ b/hr_employee_birth_name/i18n/hr.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_employee_birth_name +# +# Translators: +# Bole , 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 , 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" diff --git a/hr_employee_birth_name/i18n/hr_HR.po b/hr_employee_birth_name/i18n/hr_HR.po new file mode 100644 index 00000000000..a59845b4f93 --- /dev/null +++ b/hr_employee_birth_name/i18n/hr_HR.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_employee_birth_name +# +# Translators: +# Bole , 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 , 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" diff --git a/hr_employee_birth_name/i18n/hr_employee_birth_name.pot b/hr_employee_birth_name/i18n/hr_employee_birth_name.pot new file mode 100644 index 00000000000..7f294381e2c --- /dev/null +++ b/hr_employee_birth_name/i18n/hr_employee_birth_name.pot @@ -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 16.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 "" diff --git a/hr_employee_birth_name/i18n/it.po b/hr_employee_birth_name/i18n/it.po new file mode 100644 index 00000000000..ae70c949739 --- /dev/null +++ b/hr_employee_birth_name/i18n/it.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_employee_birth_name +# +# Translators: +# OCA Transbot , 2017 +# Marco Calcagni , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-31 03:38+0000\n" +"PO-Revision-Date: 2018-03-31 03:38+0000\n" +"Last-Translator: Marco Calcagni , 2018\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\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 "Nome" + +#. module: hr_employee_birth_name +#: model:ir.model,name:hr_employee_birth_name.model_hr_employee +msgid "Employee" +msgstr "Dipendente" diff --git a/hr_employee_birth_name/i18n/lt.po b/hr_employee_birth_name/i18n/lt.po new file mode 100644 index 00000000000..f27458e4bce --- /dev/null +++ b/hr_employee_birth_name/i18n/lt.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_employee_birth_name +# +# Translators: +# Viktoras Norkus , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-17 12:15+0000\n" +"PO-Revision-Date: 2018-01-17 12:15+0000\n" +"Last-Translator: Viktoras Norkus , 2018\n" +"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"Language: lt\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" +"%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 "Gimimo vardas" + +#. module: hr_employee_birth_name +#: model:ir.model,name:hr_employee_birth_name.model_hr_employee +msgid "Employee" +msgstr "Darbuotojas" diff --git a/hr_employee_birth_name/i18n/nl_NL.po b/hr_employee_birth_name/i18n/nl_NL.po new file mode 100644 index 00000000000..4ac654e412d --- /dev/null +++ b/hr_employee_birth_name/i18n/nl_NL.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_employee_birth_name +# +# Translators: +# OCA Transbot , 2017 +# Cas Vissers , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 03:17+0000\n" +"PO-Revision-Date: 2017-03-28 03:17+0000\n" +"Last-Translator: Cas Vissers , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: nl_NL\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 "Geboortenaam" + +#. module: hr_employee_birth_name +#: model:ir.model,name:hr_employee_birth_name.model_hr_employee +msgid "Employee" +msgstr "Werknemer" diff --git a/hr_employee_birth_name/i18n/pt_BR.po b/hr_employee_birth_name/i18n/pt_BR.po new file mode 100644 index 00000000000..b33319756b9 --- /dev/null +++ b/hr_employee_birth_name/i18n/pt_BR.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_employee_birth_name +# +# Translators: +# OCA Transbot , 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: 2018-08-03 13:02+0000\n" +"Last-Translator: Rodrigo Macedo \n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\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.1.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 "Nome de nascença" + +#. module: hr_employee_birth_name +#: model:ir.model,name:hr_employee_birth_name.model_hr_employee +msgid "Employee" +msgstr "Empregado" diff --git a/hr_employee_birth_name/i18n/ro.po b/hr_employee_birth_name/i18n/ro.po new file mode 100644 index 00000000000..9e3ab5b79d4 --- /dev/null +++ b/hr_employee_birth_name/i18n/ro.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_employee_birth_name +# +# Translators: +# OCA Transbot , 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 , 2017\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"Language: ro\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%100>19)||((n%100==0)&&(n!=0)))?" +"2: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 "Angajat" diff --git a/hr_employee_birth_name/i18n/sl.po b/hr_employee_birth_name/i18n/sl.po new file mode 100644 index 00000000000..fd59e98d07c --- /dev/null +++ b/hr_employee_birth_name/i18n/sl.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_employee_birth_name +# +# Translators: +# OCA Transbot , 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 , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\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 "Kader" diff --git a/hr_employee_birth_name/models/__init__.py b/hr_employee_birth_name/models/__init__.py new file mode 100644 index 00000000000..af361f48baf --- /dev/null +++ b/hr_employee_birth_name/models/__init__.py @@ -0,0 +1,6 @@ +# 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). + +from . import hr_employee diff --git a/hr_employee_birth_name/models/hr_employee.py b/hr_employee_birth_name/models/hr_employee.py new file mode 100644 index 00000000000..25ad7cf4e53 --- /dev/null +++ b/hr_employee_birth_name/models/hr_employee.py @@ -0,0 +1,12 @@ +# 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). + +from odoo import fields, models + + +class HrEmployee(models.Model): + _inherit = "hr.employee" + + birth_name = fields.Char(groups="hr.group_hr_user") diff --git a/hr_employee_birth_name/pyproject.toml b/hr_employee_birth_name/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/hr_employee_birth_name/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/hr_employee_birth_name/readme/CONTRIBUTORS.md b/hr_employee_birth_name/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..665a7f5603b --- /dev/null +++ b/hr_employee_birth_name/readme/CONTRIBUTORS.md @@ -0,0 +1,6 @@ +- Denis Leemann \<\> +- Serpent Consulting Services Pvt. Ltd. \<\> +- Panca Putra Pakpahan \<\> +- Alberto Nieto de Pablos \<\> + () +- Manish Bohra \<\> diff --git a/hr_employee_birth_name/readme/DESCRIPTION.md b/hr_employee_birth_name/readme/DESCRIPTION.md new file mode 100644 index 00000000000..11af3d920fc --- /dev/null +++ b/hr_employee_birth_name/readme/DESCRIPTION.md @@ -0,0 +1,3 @@ +This module adds the following to employees : + +- hr_employee_birth_name diff --git a/hr_employee_birth_name/readme/INSTALL.md b/hr_employee_birth_name/readme/INSTALL.md new file mode 100644 index 00000000000..aff62570cc3 --- /dev/null +++ b/hr_employee_birth_name/readme/INSTALL.md @@ -0,0 +1,8 @@ +To install this module, you need to: + +1. Clone the repository +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 diff --git a/hr_employee_birth_name/readme/USAGE.md b/hr_employee_birth_name/readme/USAGE.md new file mode 100644 index 00000000000..38aa9310e46 --- /dev/null +++ b/hr_employee_birth_name/readme/USAGE.md @@ -0,0 +1 @@ +[![Try me on Runbot](https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas)](https://runbot.odoo-community.org/runbot/116/11.0) diff --git a/hr_employee_birth_name/static/description/icon.png b/hr_employee_birth_name/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/hr_employee_birth_name/static/description/icon.png differ diff --git a/hr_employee_birth_name/static/description/index.html b/hr_employee_birth_name/static/description/index.html new file mode 100644 index 00000000000..edb1c3ecf7a --- /dev/null +++ b/hr_employee_birth_name/static/description/index.html @@ -0,0 +1,448 @@ + + + + + + +Employee Birth Name + + + +
+

Employee Birth Name

+ + +

Beta License: AGPL-3 OCA/hr Translate me on Weblate Try me on Runboat

+

This module adds the following to employees :

+
    +
  • hr_employee_birth_name
  • +
+

Table of contents

+ +
+

Installation

+

To install this module, you need to:

+
    +
  1. Clone the repository https://github.com/OCA/hr
  2. +
  3. Add the path to this repository in your configuration (addons-path)
  4. +
  5. Update the module list
  6. +
  7. Go to menu Setting -> Modules -> Local Modules
  8. +
  9. Search For Employee Birth Name
  10. +
  11. Install the module
  12. +
+
+
+

Usage

+

Try me on Runbot

+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Camptocamp SA
  • +
  • Open Source Integrators
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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 project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/hr_employee_birth_name/views/hr_employee_view.xml b/hr_employee_birth_name/views/hr_employee_view.xml new file mode 100644 index 00000000000..92857c6ba56 --- /dev/null +++ b/hr_employee_birth_name/views/hr_employee_view.xml @@ -0,0 +1,19 @@ + + + + + + view.employee.form.inherit.extension + hr.employee + + + + + + + + +