From 0efa0aed3089a87f957a52945ddbb079664f08b6 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Wed, 19 Feb 2025 14:09:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=87=D0=B0=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D0=BE=D0=B5=20=D0=BD=D0=B0=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __init__.py | 3 ++ __manifest__.py | 21 +++++++++ data/hr_hourly_cost_demo.xml | 83 ++++++++++++++++++++++++++++++++++++ i18n/ar.po | 30 +++++++++++++ i18n/bg.po | 30 +++++++++++++ i18n/ca.po | 31 ++++++++++++++ i18n/cs.po | 31 ++++++++++++++ i18n/da.po | 30 +++++++++++++ i18n/de.po | 31 ++++++++++++++ i18n/es.po | 31 ++++++++++++++ i18n/es_419.po | 31 ++++++++++++++ i18n/es_MX.po | 33 ++++++++++++++ i18n/et.po | 31 ++++++++++++++ i18n/fa.po | 30 +++++++++++++ i18n/fi.po | 31 ++++++++++++++ i18n/fr.po | 31 ++++++++++++++ i18n/he.po | 31 ++++++++++++++ i18n/hr_hourly_cost.pot | 26 +++++++++++ i18n/hu.po | 30 +++++++++++++ i18n/id.po | 31 ++++++++++++++ i18n/it.po | 30 +++++++++++++ i18n/ja.po | 30 +++++++++++++ i18n/ko.po | 31 ++++++++++++++ i18n/lt.po | 30 +++++++++++++ i18n/lv.po | 30 +++++++++++++ i18n/nb.po | 30 +++++++++++++ i18n/nl.po | 30 +++++++++++++ i18n/pl.po | 30 +++++++++++++ i18n/pt.po | 30 +++++++++++++ i18n/pt_BR.po | 31 ++++++++++++++ i18n/ru.po | 28 ++++++++++++ i18n/sk.po | 31 ++++++++++++++ i18n/sl.po | 31 ++++++++++++++ i18n/sr.po | 31 ++++++++++++++ i18n/sv.po | 31 ++++++++++++++ i18n/th.po | 30 +++++++++++++ i18n/tr.po | 31 ++++++++++++++ i18n/uk.po | 30 +++++++++++++ i18n/vi.po | 30 +++++++++++++ i18n/zh_CN.po | 31 ++++++++++++++ i18n/zh_TW.po | 30 +++++++++++++ models/__init__.py | 3 ++ models/hr_employee.py | 10 +++++ views/hr_employee_views.xml | 21 +++++++++ 44 files changed, 1296 insertions(+) create mode 100644 __init__.py create mode 100644 __manifest__.py create mode 100644 data/hr_hourly_cost_demo.xml create mode 100644 i18n/ar.po create mode 100644 i18n/bg.po create mode 100644 i18n/ca.po create mode 100644 i18n/cs.po create mode 100644 i18n/da.po create mode 100644 i18n/de.po create mode 100644 i18n/es.po create mode 100644 i18n/es_419.po create mode 100644 i18n/es_MX.po create mode 100644 i18n/et.po create mode 100644 i18n/fa.po create mode 100644 i18n/fi.po create mode 100644 i18n/fr.po create mode 100644 i18n/he.po create mode 100644 i18n/hr_hourly_cost.pot create mode 100644 i18n/hu.po create mode 100644 i18n/id.po create mode 100644 i18n/it.po create mode 100644 i18n/ja.po create mode 100644 i18n/ko.po create mode 100644 i18n/lt.po create mode 100644 i18n/lv.po create mode 100644 i18n/nb.po create mode 100644 i18n/nl.po create mode 100644 i18n/pl.po create mode 100644 i18n/pt.po create mode 100644 i18n/pt_BR.po create mode 100644 i18n/ru.po create mode 100644 i18n/sk.po create mode 100644 i18n/sl.po create mode 100644 i18n/sr.po create mode 100644 i18n/sv.po create mode 100644 i18n/th.po create mode 100644 i18n/tr.po create mode 100644 i18n/uk.po create mode 100644 i18n/vi.po create mode 100644 i18n/zh_CN.po create mode 100644 i18n/zh_TW.po create mode 100644 models/__init__.py create mode 100644 models/hr_employee.py create mode 100644 views/hr_employee_views.xml diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..d6210b1 --- /dev/null +++ b/__init__.py @@ -0,0 +1,3 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import models diff --git a/__manifest__.py b/__manifest__.py new file mode 100644 index 0000000..f700aaa --- /dev/null +++ b/__manifest__.py @@ -0,0 +1,21 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + 'name': 'Employee Hourly Wage', + 'version': '1.0', + 'category': 'Services/Employee Hourly Cost', + 'summary': 'Employee Hourly Wage', + 'description': """ +This module assigns an hourly wage to employees to be used by other modules. +============================================================================ + + """, + 'depends': ['hr'], + 'data': [ + 'views/hr_employee_views.xml', + ], + 'demo': [ + 'data/hr_hourly_cost_demo.xml', + ], + 'license': 'LGPL-3', +} diff --git a/data/hr_hourly_cost_demo.xml b/data/hr_hourly_cost_demo.xml new file mode 100644 index 0000000..c959230 --- /dev/null +++ b/data/hr_hourly_cost_demo.xml @@ -0,0 +1,83 @@ + + + + + 100 + + + + 35 + + + + 25 + + + + 45 + + + + 55 + + + + 15 + + + + 45 + + + + 20 + + + + 40 + + + + 45 + + + + 35 + + + + 25 + + + + 40 + + + + 50 + + + + 15 + + + + 10 + + + + 75 + + + + 65 + + + + 50 + + + + 35 + + diff --git a/i18n/ar.po b/i18n/ar.po new file mode 100644 index 0000000..0a74eb5 --- /dev/null +++ b/i18n/ar.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\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_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "الموظف" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "التكلفة بالساعة" diff --git a/i18n/bg.po b/i18n/bg.po new file mode 100644 index 0000000..84194a0 --- /dev/null +++ b/i18n/bg.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# aleksandar ivanov, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: aleksandar ivanov, 2023\n" +"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Служител" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "" diff --git a/i18n/ca.po b/i18n/ca.po new file mode 100644 index 0000000..bdf8e9a --- /dev/null +++ b/i18n/ca.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Martin Trigaux, 2023 +# Óscar Fonseca , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Óscar Fonseca , 2023\n" +"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Empleat" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Cost horari" diff --git a/i18n/cs.po b/i18n/cs.po new file mode 100644 index 0000000..ff6a209 --- /dev/null +++ b/i18n/cs.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Marek Záda, 2023 +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Zaměstnanec" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Hodinová sazba" diff --git a/i18n/da.po b/i18n/da.po new file mode 100644 index 0000000..699a803 --- /dev/null +++ b/i18n/da.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Martin Trigaux, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Martin Trigaux, 2023\n" +"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Medarbejder" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "" diff --git a/i18n/de.po b/i18n/de.po new file mode 100644 index 0000000..b9c2856 --- /dev/null +++ b/i18n/de.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Wil Odoo, 2023 +# Larissa Manderfeld, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Larissa Manderfeld, 2023\n" +"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Mitarbeiter" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Stündliche Kosten" diff --git a/i18n/es.po b/i18n/es.po new file mode 100644 index 0000000..ee24eda --- /dev/null +++ b/i18n/es.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Wil Odoo, 2023 +# Larissa Manderfeld, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Larissa Manderfeld, 2023\n" +"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Empleado" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Coste por hora" diff --git a/i18n/es_419.po b/i18n/es_419.po new file mode 100644 index 0000000..d6d390a --- /dev/null +++ b/i18n/es_419.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Wil Odoo, 2023 +# Fernanda Alvarez, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Fernanda Alvarez, 2023\n" +"Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_419\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Empleado" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Costo por hora" diff --git a/i18n/es_MX.po b/i18n/es_MX.po new file mode 100644 index 0000000..964e43b --- /dev/null +++ b/i18n/es_MX.po @@ -0,0 +1,33 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Braulio D. López Vázquez , 2023 +# Martin Trigaux, 2023 +# Iran Villalobos López, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-09-29 09:39+0000\n" +"PO-Revision-Date: 2023-03-23 10:39+0000\n" +"Last-Translator: Iran Villalobos López, 2023\n" +"Language-Team: Spanish (Mexico) (https://app.transifex.com/odoo/teams/41243/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? " +"1 : 2;\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Empleado" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Costo por hora" diff --git a/i18n/et.po b/i18n/et.po new file mode 100644 index 0000000..1544e4e --- /dev/null +++ b/i18n/et.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Anna, 2023 +# Eneli Õigus , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Eneli Õigus , 2023\n" +"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Töötaja" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Tunnihind" diff --git a/i18n/fa.po b/i18n/fa.po new file mode 100644 index 0000000..395e378 --- /dev/null +++ b/i18n/fa.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Martin Trigaux, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Martin Trigaux, 2023\n" +"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "کارمند" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "" diff --git a/i18n/fi.po b/i18n/fi.po new file mode 100644 index 0000000..eaf4987 --- /dev/null +++ b/i18n/fi.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Ossi Mantylahti , 2023 +# Tuomo Aura , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Tuomo Aura , 2023\n" +"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Työntekijä" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Tuntihinta" diff --git a/i18n/fr.po b/i18n/fr.po new file mode 100644 index 0000000..813c2c2 --- /dev/null +++ b/i18n/fr.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Wil Odoo, 2023 +# Jolien De Paepe, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Jolien De Paepe, 2023\n" +"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Employé" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Coût horaire" diff --git a/i18n/he.po b/i18n/he.po new file mode 100644 index 0000000..e2bccc6 --- /dev/null +++ b/i18n/he.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# NoaFarkash, 2023 +# Yihya Hugirat , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Yihya Hugirat , 2023\n" +"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "עובד" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "עלות שעתית" diff --git a/i18n/hr_hourly_cost.pot b/i18n/hr_hourly_cost.pot new file mode 100644 index 0000000..e2b02ab --- /dev/null +++ b/i18n/hr_hourly_cost.pot @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 21:55+0000\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_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "" diff --git a/i18n/hu.po b/i18n/hu.po new file mode 100644 index 0000000..35868a0 --- /dev/null +++ b/i18n/hu.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Tamás Németh , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Tamás Németh , 2023\n" +"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Munkavállaló" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "" diff --git a/i18n/id.po b/i18n/id.po new file mode 100644 index 0000000..c0d218d --- /dev/null +++ b/i18n/id.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Wil Odoo, 2023 +# Abe Manyo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Abe Manyo, 2023\n" +"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Karyawan" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Ongkos Per Jam" diff --git a/i18n/it.po b/i18n/it.po new file mode 100644 index 0000000..61ae175 --- /dev/null +++ b/i18n/it.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Dipendente" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Costo orario" diff --git a/i18n/ja.po b/i18n/ja.po new file mode 100644 index 0000000..ad67247 --- /dev/null +++ b/i18n/ja.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "従業員" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "時間コスト" diff --git a/i18n/ko.po b/i18n/ko.po new file mode 100644 index 0000000..e988da2 --- /dev/null +++ b/i18n/ko.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Wil Odoo, 2023 +# Daye Jeong, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Daye Jeong, 2023\n" +"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "직원" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "시간당 비용" diff --git a/i18n/lt.po b/i18n/lt.po new file mode 100644 index 0000000..c0c3a14 --- /dev/null +++ b/i18n/lt.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Martin Trigaux, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Martin Trigaux, 2023\n" +"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Darbuotojas" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "" diff --git a/i18n/lv.po b/i18n/lv.po new file mode 100644 index 0000000..985df10 --- /dev/null +++ b/i18n/lv.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Arnis Putniņš , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Arnis Putniņš , 2023\n" +"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Darbinieks" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "" diff --git a/i18n/nb.po b/i18n/nb.po new file mode 100644 index 0000000..97f57dd --- /dev/null +++ b/i18n/nb.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Martin Trigaux, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-09-29 09:39+0000\n" +"PO-Revision-Date: 2023-03-23 10:39+0000\n" +"Last-Translator: Martin Trigaux, 2023\n" +"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Ansatt" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "" diff --git a/i18n/nl.po b/i18n/nl.po new file mode 100644 index 0000000..bf02f37 --- /dev/null +++ b/i18n/nl.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Werknemer" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Uurkosten" diff --git a/i18n/pl.po b/i18n/pl.po new file mode 100644 index 0000000..351e53c --- /dev/null +++ b/i18n/pl.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Pracownik" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Koszt godzinowy" diff --git a/i18n/pt.po b/i18n/pt.po new file mode 100644 index 0000000..8f303e2 --- /dev/null +++ b/i18n/pt.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Funcionário" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "" diff --git a/i18n/pt_BR.po b/i18n/pt_BR.po new file mode 100644 index 0000000..9722e6f --- /dev/null +++ b/i18n/pt_BR.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Wil Odoo, 2023 +# Layna Nascimento, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Layna Nascimento, 2023\n" +"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Funcionário" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Custo por hora" diff --git a/i18n/ru.po b/i18n/ru.po new file mode 100644 index 0000000..88d03f1 --- /dev/null +++ b/i18n/ru.po @@ -0,0 +1,28 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2024-01-30 15:14+0400\n" +"Last-Translator: \n" +"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Сотрудник" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Почасовая стоимость" diff --git a/i18n/sk.po b/i18n/sk.po new file mode 100644 index 0000000..eb71fd3 --- /dev/null +++ b/i18n/sk.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Wil Odoo, 2023 +# Dávid Kováč, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Dávid Kováč, 2023\n" +"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Zamestnanec" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Hodinová sadzba" diff --git a/i18n/sl.po b/i18n/sl.po new file mode 100644 index 0000000..530c06d --- /dev/null +++ b/i18n/sl.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Matjaz Mozetic , 2023 +# Katja Deržič, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Katja Deržič, 2023\n" +"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\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_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Kader" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Urna postavka" diff --git a/i18n/sr.po b/i18n/sr.po new file mode 100644 index 0000000..74ffae7 --- /dev/null +++ b/i18n/sr.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Dragan Vukosavljevic , 2023 +# Milan Bojovic, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Milan Bojovic, 2023\n" +"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\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_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Zaposleni" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Cena po satu​" diff --git a/i18n/sv.po b/i18n/sv.po new file mode 100644 index 0000000..8e7a62d --- /dev/null +++ b/i18n/sv.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Martin Trigaux, 2023 +# Lasse L, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Lasse L, 2023\n" +"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Anställd" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Kostnad per timme" diff --git a/i18n/th.po b/i18n/th.po new file mode 100644 index 0000000..a168c36 --- /dev/null +++ b/i18n/th.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "พนักงาน" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "ค่าใช้จ่ายรายชั่วโมง" diff --git a/i18n/tr.po b/i18n/tr.po new file mode 100644 index 0000000..1cc975f --- /dev/null +++ b/i18n/tr.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Ertuğrul Güreş , 2023 +# Ediz Duman , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Ediz Duman , 2023\n" +"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Personel" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Saatlik Maliyet" diff --git a/i18n/uk.po b/i18n/uk.po new file mode 100644 index 0000000..0c3b7e8 --- /dev/null +++ b/i18n/uk.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Співробітник" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Вартість години" diff --git a/i18n/vi.po b/i18n/vi.po new file mode 100644 index 0000000..5986c9f --- /dev/null +++ b/i18n/vi.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "Nhân viên" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "Chi phí theo giờ" diff --git a/i18n/zh_CN.po b/i18n/zh_CN.po new file mode 100644 index 0000000..50b5e86 --- /dev/null +++ b/i18n/zh_CN.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# 山西清水欧度(QQ:54773801) <54773801@qq.com>, 2023 +# Jeffery CHEN , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Jeffery CHEN , 2023\n" +"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "员工" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "每小时成本" diff --git a/i18n/zh_TW.po b/i18n/zh_TW.po new file mode 100644 index 0000000..8b183f3 --- /dev/null +++ b/i18n/zh_TW.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_hourly_cost +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-12-05 16:41+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_hourly_cost +#: model:ir.model,name:hr_hourly_cost.model_hr_employee +msgid "Employee" +msgstr "員工" + +#. module: hr_hourly_cost +#: model:ir.model.fields,field_description:hr_hourly_cost.field_hr_employee__hourly_cost +msgid "Hourly Cost" +msgstr "每小時成本" diff --git a/models/__init__.py b/models/__init__.py new file mode 100644 index 0000000..5ce9975 --- /dev/null +++ b/models/__init__.py @@ -0,0 +1,3 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import hr_employee diff --git a/models/hr_employee.py b/models/hr_employee.py new file mode 100644 index 0000000..ac29965 --- /dev/null +++ b/models/hr_employee.py @@ -0,0 +1,10 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import fields, models + + +class HrEmployee(models.Model): + _inherit = 'hr.employee' + + hourly_cost = fields.Monetary('Hourly Cost', currency_field='currency_id', + groups="hr.group_hr_user", default=0.0) diff --git a/views/hr_employee_views.xml b/views/hr_employee_views.xml new file mode 100644 index 0000000..59d94b2 --- /dev/null +++ b/views/hr_employee_views.xml @@ -0,0 +1,21 @@ + + + + view.employee.form.inherit.hr.employee.hourly.wage + hr.employee + + + + + 0 + + + + + +