Skip to content

Commit 6aae956

Browse files
module migration from 16.0 to 17.0
1. hr_employee_birth_name 2. hr_employee_birthday_mail 3. hr_employee_digitized_signature 4. hr_employee_document 5. hr_employee_medical_examination 6. hr_employee_partner_external 7. hr_employee_phone_extension 8. hr_employee_relative 9. hr_employee_ssn OCA#1291
1 parent 07c40ce commit 6aae956

File tree

185 files changed

+12788
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+12788
-0
lines changed

Diff for: hr_employee_birth_name/README.rst

+101
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
===================
2+
Employee Birth Name
3+
===================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:dce517dde270bd2d62653dfd6f9dc4c3ed702a8f1c920a89023cc937f29ffc54
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fhr-lightgray.png?logo=github
20+
:target: https://github.com/OCA/hr/tree/17.0/hr_employee_birth_name
21+
:alt: OCA/hr
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/hr-16-0/hr-16-0-hr_employee_birth_name
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/hr&target_branch=17.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
This module adds the following to employees :
32+
33+
* hr_employee_birth_name
34+
35+
**Table of contents**
36+
37+
.. contents::
38+
:local:
39+
40+
Installation
41+
============
42+
43+
To install this module, you need to:
44+
45+
1. Clone the repository https://github.com/OCA/hr
46+
2. Add the path to this repository in your configuration (addons-path)
47+
3. Update the module list
48+
4. Go to menu *Setting -> Modules -> Local Modules*
49+
5. Search For *Employee Birth Name*
50+
6. Install the module
51+
52+
Usage
53+
=====
54+
55+
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
56+
:alt: Try me on Runbot
57+
:target: https://runbot.odoo-community.org/runbot/116/11.0
58+
59+
Bug Tracker
60+
===========
61+
62+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/hr/issues>`_.
63+
In case of trouble, please check there if your issue has already been reported.
64+
If you spotted it first, help us to smash it by providing a detailed and welcomed
65+
`feedback <https://github.com/OCA/hr/issues/new?body=module:%20hr_employee_birth_name%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
66+
67+
Do not contact contributors directly about support or help with technical issues.
68+
69+
Credits
70+
=======
71+
72+
Authors
73+
~~~~~~~
74+
75+
* Camptocamp SA
76+
* Open Source Integrators
77+
78+
Contributors
79+
~~~~~~~~~~~~
80+
81+
* Denis Leemann <[email protected]>
82+
* Serpent Consulting Services Pvt. Ltd. <[email protected]>
83+
* Panca Putra Pakpahan <[email protected]>
84+
* Alberto Nieto de Pablos <[email protected]> (https://braintec.com)
85+
* Manish Bohra <[email protected]>
86+
Maintainers
87+
~~~~~~~~~~~
88+
89+
This module is maintained by the OCA.
90+
91+
.. image:: https://odoo-community.org/logo.png
92+
:alt: Odoo Community Association
93+
:target: https://odoo-community.org
94+
95+
OCA, or the Odoo Community Association, is a nonprofit organization whose
96+
mission is to support the collaborative development of Odoo features and
97+
promote its widespread use.
98+
99+
This module is part of the `OCA/hr <https://github.com/OCA/hr/tree/17.0/hr_employee_birth_name>`_ project on GitHub.
100+
101+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Diff for: hr_employee_birth_name/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# See LICENSE file for full copyright and licensing details.
2+
3+
from . import models

Diff for: hr_employee_birth_name/__manifest__.py

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# copyright 2017 Denis Leemann, Camptocamp SA
2+
# Copyright (C) 2021 Open Source Integrators
3+
# Copyright (C) 2021 Serpent Consulting Services
4+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
5+
6+
{
7+
"name": "Employee Birth Name",
8+
"version": "17.0.1.0.0",
9+
"category": "Human Resources",
10+
"author": "Camptocamp SA,Odoo Community Association (OCA),"
11+
"Open Source Integrators",
12+
"website": "https://github.com/OCA/hr",
13+
"license": "AGPL-3",
14+
"depends": ["hr"],
15+
"data": ["views/hr_employee_view.xml"],
16+
"installable": True,
17+
"auto_install": False,
18+
}

Diff for: hr_employee_birth_name/i18n/ar.po

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * hr_employee_birth_name
4+
#
5+
# Translators:
6+
# OCA Transbot <[email protected]>, 2017
7+
# abdullah alsabi <[email protected]>, 2017
8+
msgid ""
9+
msgstr ""
10+
"Project-Id-Version: Odoo Server 14.0\n"
11+
"Report-Msgid-Bugs-To: \n"
12+
"POT-Creation-Date: 2017-06-10 04:30+0000\n"
13+
"PO-Revision-Date: 2017-06-10 04:30+0000\n"
14+
"Last-Translator: abdullah alsabi <[email protected]>, 2017\n"
15+
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
16+
"Language: ar\n"
17+
"MIME-Version: 1.0\n"
18+
"Content-Type: text/plain; charset=UTF-8\n"
19+
"Content-Transfer-Encoding: \n"
20+
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
21+
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
22+
23+
#. module: hr_employee_birth_name
24+
#: model:ir.model.fields,field_description:hr_employee_birth_name.field_hr_employee__birth_name
25+
msgid "Birth Name"
26+
msgstr "الإسم"
27+
28+
#. module: hr_employee_birth_name
29+
#: model:ir.model,name:hr_employee_birth_name.model_hr_employee
30+
msgid "Employee"
31+
msgstr "الموظف"

Diff for: hr_employee_birth_name/i18n/cs_CZ.po

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * hr_employee_birth_name
4+
#
5+
# Translators:
6+
# Lukáš Spurný <[email protected]>, 2018
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 14.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2018-02-23 03:45+0000\n"
12+
"PO-Revision-Date: 2018-02-23 03:45+0000\n"
13+
"Last-Translator: Lukáš Spurný <[email protected]>, 2018\n"
14+
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/oca/"
15+
"teams/23907/cs_CZ/)\n"
16+
"Language: cs_CZ\n"
17+
"MIME-Version: 1.0\n"
18+
"Content-Type: text/plain; charset=UTF-8\n"
19+
"Content-Transfer-Encoding: \n"
20+
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
21+
22+
#. module: hr_employee_birth_name
23+
#: model:ir.model.fields,field_description:hr_employee_birth_name.field_hr_employee__birth_name
24+
msgid "Birth Name"
25+
msgstr "Rodné jméno"
26+
27+
#. module: hr_employee_birth_name
28+
#: model:ir.model,name:hr_employee_birth_name.model_hr_employee
29+
msgid "Employee"
30+
msgstr "Zaměstnanec"

Diff for: hr_employee_birth_name/i18n/de.po

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * hr_employee_birth_name
4+
#
5+
# Translators:
6+
# OCA Transbot <[email protected]>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 14.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-11-28 01:43+0000\n"
12+
"PO-Revision-Date: 2019-06-28 13:42+0000\n"
13+
"Last-Translator: Maria Sparenberg <[email protected]>\n"
14+
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
15+
"Language: de\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
20+
"X-Generator: Weblate 3.6.1\n"
21+
22+
#. module: hr_employee_birth_name
23+
#: model:ir.model.fields,field_description:hr_employee_birth_name.field_hr_employee__birth_name
24+
msgid "Birth Name"
25+
msgstr "Geburtsname"
26+
27+
#. module: hr_employee_birth_name
28+
#: model:ir.model,name:hr_employee_birth_name.model_hr_employee
29+
msgid "Employee"
30+
msgstr "Angestellter"

Diff for: hr_employee_birth_name/i18n/es.po

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * hr_employee_birth_name
4+
#
5+
# Translators:
6+
# OCA Transbot <[email protected]>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 14.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-03-03 03:37+0000\n"
12+
"PO-Revision-Date: 2019-07-23 11:43+0000\n"
13+
"Last-Translator: Jaime Arroyo <[email protected]>\n"
14+
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
15+
"Language: es\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
20+
"X-Generator: Weblate 3.7.1\n"
21+
22+
#. module: hr_employee_birth_name
23+
#: model:ir.model.fields,field_description:hr_employee_birth_name.field_hr_employee__birth_name
24+
msgid "Birth Name"
25+
msgstr "Nombre de Nacimiento"
26+
27+
#. module: hr_employee_birth_name
28+
#: model:ir.model,name:hr_employee_birth_name.model_hr_employee
29+
msgid "Employee"
30+
msgstr "Empleado"

Diff for: hr_employee_birth_name/i18n/fi.po

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * hr_employee_birth_name
4+
#
5+
# Translators:
6+
# OCA Transbot <[email protected]>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 14.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-03-03 03:37+0000\n"
12+
"PO-Revision-Date: 2017-03-03 03:37+0000\n"
13+
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
14+
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
15+
"Language: fi\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: hr_employee_birth_name
22+
#: model:ir.model.fields,field_description:hr_employee_birth_name.field_hr_employee__birth_name
23+
msgid "Birth Name"
24+
msgstr ""
25+
26+
#. module: hr_employee_birth_name
27+
#: model:ir.model,name:hr_employee_birth_name.model_hr_employee
28+
msgid "Employee"
29+
msgstr "Työntekijä"

Diff for: hr_employee_birth_name/i18n/fr.po

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * hr_employee_birth_name
4+
#
5+
# Translators:
6+
# OCA Transbot <[email protected]>, 2017
7+
# leemannd <[email protected]>, 2017
8+
msgid ""
9+
msgstr ""
10+
"Project-Id-Version: Odoo Server 14.0\n"
11+
"Report-Msgid-Bugs-To: \n"
12+
"POT-Creation-Date: 2017-03-03 03:37+0000\n"
13+
"PO-Revision-Date: 2017-03-03 03:37+0000\n"
14+
"Last-Translator: leemannd <[email protected]>, 2017\n"
15+
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
16+
"Language: fr\n"
17+
"MIME-Version: 1.0\n"
18+
"Content-Type: text/plain; charset=UTF-8\n"
19+
"Content-Transfer-Encoding: \n"
20+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
21+
22+
#. module: hr_employee_birth_name
23+
#: model:ir.model.fields,field_description:hr_employee_birth_name.field_hr_employee__birth_name
24+
msgid "Birth Name"
25+
msgstr "Nom de Naissance"
26+
27+
#. module: hr_employee_birth_name
28+
#: model:ir.model,name:hr_employee_birth_name.model_hr_employee
29+
msgid "Employee"
30+
msgstr "Employé"

Diff for: hr_employee_birth_name/i18n/hr.po

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * hr_employee_birth_name
4+
#
5+
# Translators:
6+
# Bole <[email protected]>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 14.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-07-04 06:52+0000\n"
12+
"PO-Revision-Date: 2017-07-04 06:52+0000\n"
13+
"Last-Translator: Bole <[email protected]>, 2017\n"
14+
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
15+
"Language: hr\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
20+
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
21+
22+
#. module: hr_employee_birth_name
23+
#: model:ir.model.fields,field_description:hr_employee_birth_name.field_hr_employee__birth_name
24+
msgid "Birth Name"
25+
msgstr "Djevojačko ime"
26+
27+
#. module: hr_employee_birth_name
28+
#: model:ir.model,name:hr_employee_birth_name.model_hr_employee
29+
msgid "Employee"
30+
msgstr "Djelatnik"

Diff for: hr_employee_birth_name/i18n/hr_HR.po

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * hr_employee_birth_name
4+
#
5+
# Translators:
6+
# Bole <[email protected]>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 14.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-03-03 03:37+0000\n"
12+
"PO-Revision-Date: 2017-03-03 03:37+0000\n"
13+
"Last-Translator: Bole <[email protected]>, 2017\n"
14+
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
15+
"hr_HR/)\n"
16+
"Language: hr_HR\n"
17+
"MIME-Version: 1.0\n"
18+
"Content-Type: text/plain; charset=UTF-8\n"
19+
"Content-Transfer-Encoding: \n"
20+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
21+
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
22+
23+
#. module: hr_employee_birth_name
24+
#: model:ir.model.fields,field_description:hr_employee_birth_name.field_hr_employee__birth_name
25+
msgid "Birth Name"
26+
msgstr ""
27+
28+
#. module: hr_employee_birth_name
29+
#: model:ir.model,name:hr_employee_birth_name.model_hr_employee
30+
msgid "Employee"
31+
msgstr "Djelatnik"
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * hr_employee_birth_name
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: \n"
10+
"Language-Team: \n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: \n"
14+
"Plural-Forms: \n"
15+
16+
#. module: hr_employee_birth_name
17+
#: model:ir.model.fields,field_description:hr_employee_birth_name.field_hr_employee__birth_name
18+
msgid "Birth Name"
19+
msgstr ""
20+
21+
#. module: hr_employee_birth_name
22+
#: model:ir.model,name:hr_employee_birth_name.model_hr_employee
23+
msgid "Employee"
24+
msgstr ""

0 commit comments

Comments
 (0)