diff --git a/__init__.py b/__init__.py
new file mode 100644
index 0000000..2ae6446
--- /dev/null
+++ b/__init__.py
@@ -0,0 +1,5 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from . import models
+from . import wizard
diff --git a/__manifest__.py b/__manifest__.py
new file mode 100644
index 0000000..784dc21
--- /dev/null
+++ b/__manifest__.py
@@ -0,0 +1,29 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+{
+ 'name': 'Remote Work',
+ 'version': '1.0',
+ 'category': 'Human Resources/Remote Work',
+ 'depends': ['hr', 'calendar'],
+ 'data': [
+ 'security/security.xml',
+ 'security/ir.model.access.csv',
+ 'views/hr_employee_views.xml',
+ 'views/res_users.xml',
+ 'wizard/homework_location_wizard.xml',
+ ],
+ 'demo': [
+ 'data/hr_homeworking_demo.xml',
+ ],
+ 'installable': True,
+ 'assets': {
+ 'web.assets_backend': [
+ 'hr_homeworking/static/src/**/*',
+ ],
+ 'web.qunit_suite_tests': [
+ 'hr_homeworking/static/tests/**/*',
+ ],
+ },
+ 'license': 'LGPL-3',
+}
diff --git a/data/hr_homeworking_demo.xml b/data/hr_homeworking_demo.xml
new file mode 100644
index 0000000..0f1102b
--- /dev/null
+++ b/data/hr_homeworking_demo.xml
@@ -0,0 +1,10 @@
+
+
+
+
+ GR2
+ office
+
+
+
+
diff --git a/i18n/ar.po b/i18n/ar.po
new file mode 100644
index 0000000..45d9ae9
--- /dev/null
+++ b/i18n/ar.po
@@ -0,0 +1,346 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Wil Odoo, 2023
+# Malaz Abuidris , 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Malaz Abuidris , 2024\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+"حدد موقع عملك "
+"الافتراضي لكل يوم من أيام الأسبوع. وسوف يتكرر هذا الجدول كل أسبوع."
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "هل أنت متأكد من أنك ترغب في حذف هذا الاستثناء؟ "
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr "هل أنت متأكد من أنك ترغب في حذف هذا الموقع؟ "
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "في المنزل "
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "في المكتب "
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "في غير ذلك "
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "الموظف العادي "
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "التأكيد "
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "جهة الاتصال"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "صورة الغلاف"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "إنشاء سجل "
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "أنشئ بواسطة"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "أنشئ في"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "الحالي "
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "التاريخ"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr "سلسلة أيام الأسبوع "
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "اسم العرض "
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "تحرير السجل "
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "الموظف"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "موقع الموظف "
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "اسم الموظف"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "الجمعة"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "عرض أيقونة الموارد البشرية "
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "المُعرف"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "آخر تحديث بواسطة"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "آخر تحديث في"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "الموقع "
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "اسم الموقع "
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "الاثنين"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr "عرض اسم مكان العمل "
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr "موقع عمل افتراضي واحد فقط وموقع عمل استثنائي واحد يوميًا لكل موظف. "
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "العمل عن بُعد "
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "التكرار كل "
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "السبت"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr "تعيين معالج موقع الواجب المنزلي "
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "تعيين الموقع "
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "الأحد"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr "هذا هو الموقع الاستثنائي وغير الأسبوعي المحدد لهذا اليوم. "
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "الخميس"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr "اسم موقع اليوم "
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "الثلاثاء"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "غير محدد "
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "المستخدم"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "الأربعاء"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "أسبوعيًا"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "مكان العمل"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "موقع العمل "
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr "لا يمكنك حذف مواقع يستخدمها موظفوك "
diff --git a/i18n/bg.po b/i18n/bg.po
new file mode 100644
index 0000000..cea0375
--- /dev/null
+++ b/i18n/bg.po
@@ -0,0 +1,348 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Maria Boyadjieva , 2023
+# Martin Trigaux, 2023
+# aleksandar ivanov, 2023
+# Ивайло Малинов , 2023
+# KeyVillage, 2023
+# Albena Mincheva , 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Albena Mincheva , 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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Основен служител"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Потвърждение"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Контакт"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Създадено от"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Създадено на"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Настоящ"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Дата"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Име за Показване"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Служител"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Име на служител"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Петък"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "Икона човешки ресурси"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Последно актуализирано от"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Последно актуализирано на"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Локация"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Понеделник"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Събота"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Неделя"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Четвъртък"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Вторник"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Потребител"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Сряда"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Седмично"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Месторабота"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
diff --git a/i18n/ca.po b/i18n/ca.po
new file mode 100644
index 0000000..7da8502
--- /dev/null
+++ b/i18n/ca.po
@@ -0,0 +1,350 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# marcescu, 2023
+# Sandra Franch , 2023
+# RGB Consulting , 2023
+# Quim - eccit , 2023
+# Manel Fernandez Ramirez , 2023
+# Óscar Fonseca , 2023
+# CristianCruzParra, 2023
+# Martin Trigaux, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Martin Trigaux, 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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Empleat bàsic"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Confirmació"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Contacte"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Imatge de la coberta"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Creat per"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Creat el"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Actiu"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Data"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Nom mostrat"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Empleat"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Nom de l'empleat"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Divendres"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "Visualització d'icones de recursos humans"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Última actualització per"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Última actualització el"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Ubicació"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Dilluns"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Repetir cada"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Dissabte"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Diumenge"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Dijous"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Dimarts"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Usuari"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Dimecres"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Setmanalment"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Ubicació de la feina"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
diff --git a/i18n/cs.po b/i18n/cs.po
new file mode 100644
index 0000000..85546f4
--- /dev/null
+++ b/i18n/cs.po
@@ -0,0 +1,346 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Jakub Smolka, 2023
+# Ivana Bartonkova, 2023
+# Wil Odoo, 2023
+# Tomáš Píšek, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Tomáš Píšek, 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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Základní zaměstnanec"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Potvrzení"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Kontakt"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Úvodní obrázek"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "Vytvořit záznam"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Vytvořeno uživatelem"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Vytvořeno dne"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Aktuální"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Datum"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Zobrazovací název"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Zaměstnanec"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Jméno zaměstnance"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Pátek"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "HR ikona zobrazení"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Naposledy upraveno uživatelem"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Naposledy upraveno dne"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Místo"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Pondělí"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "Práce na dálku"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Opakujte každý"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Sobota"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Neděle"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Čtvrtek"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Úterý"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Uživatel"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Středa"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Týdně"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Místo práce"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
diff --git a/i18n/da.po b/i18n/da.po
new file mode 100644
index 0000000..19104ec
--- /dev/null
+++ b/i18n/da.po
@@ -0,0 +1,345 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Mads Søndergaard, 2023
+# Martin Trigaux, 2023
+# lhmflexerp , 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: lhmflexerp , 2024\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "Er du sikker på, du vil slette denne undtagelse?"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr "Er du sikker på, du vil slette denne lokation?"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Standard ansat"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Bekræftelse"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Kontakt"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Coverbillede"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Oprettet af"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Oprettet den"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Aktuel"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Dato"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Vis navn"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Medarbejder"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Medarbejder navn"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Fredag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "HR Ikon Visning"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Sidst opdateret af"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Sidst opdateret den"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Adresse"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Mandag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Gentag hver"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Lørdag"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Søndag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Torsdag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Tirsdag"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Bruger"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Onsdag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Ugentlig"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Arbejdssted"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
diff --git a/i18n/de.po b/i18n/de.po
new file mode 100644
index 0000000..253eaf1
--- /dev/null
+++ b/i18n/de.po
@@ -0,0 +1,351 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Wil Odoo, 2023
+# Larissa Manderfeld, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Larissa Manderfeld, 2024\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+"Geben Sie für "
+"jeden Wochentag Ihren Standard-Arbeitsort an. Dieser Zeitplan wird sich jede"
+" Woche wiederholen."
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "Sind Sie sicher, dass Sie diese Ausnahme löschen möchten?"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr "Sind Sie sicher, dass Sie diesen Standort löschen möchten?"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "Zuhause"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "Im Büro"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "Irgendwo anders"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Basismitarbeiter"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Bestätigung"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Kontakt"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Titelbild"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "Datensatz erstellen"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Erstellt von"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Erstellt am"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Aktuell"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Datum"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr "Tag-Woche-Zeichenfolge"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Anzeigename"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "Datensatz bearbeiten"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Mitarbeiter"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "Mitarbeiterstandort"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Name des Mitarbeiters"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Freitag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "HR-Icon-Anzeige"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Zuletzt aktualisiert von"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Zuletzt aktualisiert am"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Standort"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "Standortname"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Montag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr "Anzeige des Names des Arbeitsortes"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+"Nur ein Standardarbeitsplatz und ein Ausnahmearbeitsplatz pro Tag und "
+"Mitarbeiter."
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "Home-Office"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Wiederholen alle"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Samstag"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr "Assistent zum Festlegen des Home-Office-Standorts"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "Standort festlegen"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Sonntag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr "Das ist eine Ausnahme, nicht wöchentlich, Standort nur für heute."
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Donnerstag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr "Name des heutigen Standorts"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Dienstag"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "Unbestimmt"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Benutzer"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Mittwoch"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Wöchentlich"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Arbeitsort"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "Arbeitsort"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
+"Sie können keine Standorte löschen, die von Ihren Mitarbeitern verwendet "
+"werden"
diff --git a/i18n/es.po b/i18n/es.po
new file mode 100644
index 0000000..c36d4f5
--- /dev/null
+++ b/i18n/es.po
@@ -0,0 +1,351 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Wil Odoo, 2023
+# Larissa Manderfeld, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Larissa Manderfeld, 2024\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+"Especifique su"
+" ubicación de trabajo por defecto para cada día de la semana. Este horario "
+"se repetirá cada semana."
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "¿Está seguro de que desea eliminar esta excepción?"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr "¿Está seguro de que desea eliminar esta ubicación?"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "En casa"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "En la oficina"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "En otro lugar"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Empleado básico"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Confirmación"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Contacto"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Imagen de portada"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "Crear registro"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Creado el"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Actual"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Fecha"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr "Cadena de día de la semana"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Nombre mostrado"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "Editar registro"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Empleado"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "Ubicación del empleado"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Nombre del empleado"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Viernes"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "Visualización del icono RRHH"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Última actualización por"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Última actualización el"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Ubicación"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "Nombre de ubicación"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Lunes"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr "Visualización del nombre de la ubicación de trabajo"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+"Solo se permite una ubicación de trabajo por defecto y una ubicación de "
+"trabajo excepcional por día por empleado."
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "Trabajo remoto"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Repetir cada"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Sábado"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr "Asistente para establecer una ubicación de trabajo remoto"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "Establecer ubicación"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Domingo"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+"Esta es la ubicación excepcional, no semanal que se estableció para el día "
+"de hoy."
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Jueves"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr "Nombre de la ubicación de hoy"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Martes"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "Sin especificar"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Usuario"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Miércoles"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Semanalmente"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Ubicación de trabajo"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "Ubicación de trabajo"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr "No puede eliminar las ubicaciones que utilizan sus empleados."
diff --git a/i18n/es_419.po b/i18n/es_419.po
new file mode 100644
index 0000000..3d01862
--- /dev/null
+++ b/i18n/es_419.po
@@ -0,0 +1,351 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Fernanda Alvarez, 2023
+# Lucia Pacheco, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Lucia Pacheco, 2024\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+"Especifique su"
+" ubicación de trabajo predeterminada para cada día de la semana. Este "
+"horario se repetirá cada semana."
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "¿Está seguro de que desea eliminar esta excepción?"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr "¿Está seguro de que desea eliminar esta ubicación?"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "En casa"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "En la oficina"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "En otro lugar"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Empleado de base"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Confirmación"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Contacto"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Imagen de portada"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "Crear registro"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Creado el"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Actual"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Fecha"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr "Cadena de día de la semana"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Mostrar nombre"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "Editar registro"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Empleado"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "Ubicación del empleado"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Nombre del empleado"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Viernes"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "Visualización del icono de RR. HH."
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Última actualización por"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Última actualización el"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Ubicación"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "Nombre de ubicación"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Lunes"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr "Mostrar nombre de la ubicación de trabajo"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+"Solo se permite una ubicación de trabajo predeterminada y una ubicación de "
+"trabajo excepcional por día por empleado."
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "Trabajo remoto"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Repetir cada"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Sábado"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr "Asistente para establecer una ubicación de trabajo remoto"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "Establecer ubicación"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Domingo"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+"Esta es la ubicación excepcional, no semanal que se estableció para el día "
+"de hoy."
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Jueves"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr "Nombre de la ubicación de hoy"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Martes"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "Sin especificar"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Usuario"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Miércoles"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Semanal"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Ubicación de trabajo"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "Ubicación de trabajo"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr "No puede eliminar las ubicaciones que utilizan sus empleados."
diff --git a/i18n/et.po b/i18n/et.po
new file mode 100644
index 0000000..414b59f
--- /dev/null
+++ b/i18n/et.po
@@ -0,0 +1,352 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Eneli Õigus , 2023
+# Birgit Vijar, 2023
+# JanaAvalah, 2023
+# Leaanika Randmets, 2023
+# Triine Aavik , 2023
+# Martin Aavastik , 2023
+# Martin Trigaux, 2023
+# Arma Gedonsky , 2023
+# Katrin Kampura, 2023
+# Anna, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Anna, 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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "Kodukontoris"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "Kontoris"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "Mujal"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Keskmine töötaja"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Kinnitus"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Kontakt"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Kaanepilt"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "Loo kirje"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Loodud (kelle poolt?)"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Loodud"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Praegune"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Kuupäev"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Kuvatav nimi"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "Muuda kirjet"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Töötaja"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "Töötaja asukoht"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Töötaja nimi"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Reede"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "HR ikooni ekraan"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Viimati uuendatud"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Viimati uuendatud"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Asukoht"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "Asukoha nimi"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Esmaspäev"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "Kaugtöö"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Korda iga"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Laupäev"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "Määra asukoht"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Pühapäev"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Neljapäev"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Teisipäev"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "Määramata"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Kasutaja"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Kolmapäev"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Iganädalane"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Töö asukoht"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "Töö asukoht"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
diff --git a/i18n/fa.po b/i18n/fa.po
new file mode 100644
index 0000000..2878da6
--- /dev/null
+++ b/i18n/fa.po
@@ -0,0 +1,344 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# F Hariri , 2023
+# Hamid Darabi, 2023
+# Yousef Shadmanesh , 2023
+# Martin Trigaux, 2023
+# Hanna Kheradroosta, 2023
+# Hamed Mohammadi , 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-10-26 23:09+0000\n"
+"Last-Translator: Hamed Mohammadi , 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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#, python-format
+msgid "Add Location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "کارمند پایه"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "تاییدیه"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "مخاطب"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "تصویر رویی"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "ایجاد شده توسط"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "ایجادشده در"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "جاری"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "تاریخ"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "نام نمایش داده شده"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "کارمند"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "نام کارمند"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "جمعه"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "نمایش آیکون منابع انسانی"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "شناسه"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "آخرین بروز رسانی توسط"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "آخرین بروز رسانی در"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "مکان"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "دوشنبه"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "تکرار در هر"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "شنبه"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Set Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "1شنبه"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "5شنبه"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "3شنبه"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "کاربر"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "4شنبه"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "هفتگی"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "مکان کاری"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
diff --git a/i18n/fi.po b/i18n/fi.po
new file mode 100644
index 0000000..f3e2d48
--- /dev/null
+++ b/i18n/fi.po
@@ -0,0 +1,355 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Melina Mäntylä , 2023
+# Tuomo Aura , 2023
+# Kari Lindgren , 2023
+# Miku Laitinen , 2023
+# Martin Trigaux, 2023
+# Jarmo Kortetjärvi , 2023
+# Ossi Mantylahti , 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Ossi Mantylahti , 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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+"Määritä "
+"oletustyöpaikkasi jokaiselle viikonpäivälle. Tämä aikataulu toistuu joka "
+"viikko."
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "Haluatko varmasti poistaa tämän poikkeuksen?"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "Kotona"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "Toimistossa"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "Muualla"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Normaali työntekijä"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Vahvistus"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Kontakti"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Kansikuva"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "Luo tietue"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Luonut"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Luotu"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Nykyinen"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Päivämäärä"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr "Päivä Viikko Merkkijono"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Näyttönimi"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "Muokkaa tietuetta"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Työntekijä"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "Työntekijän sijainti"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Employee Name"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Perjantai"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "HR-kuvakkeen näyttö"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Viimeksi päivittänyt"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Viimeksi päivitetty"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Sijainti"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "Sijainnin nimi"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Maanantai"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr "Nimi Työ Sijainti Näyttö"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+"Vain yksi oletustyöpaikka ja yksi poikkeuksellinen työpaikka päivässä "
+"työntekijää kohti."
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "Etätyö"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Toista joka"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Lauantai"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr "Aseta etätyön sijainti ohjatusti"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "Aseta sijainti"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Sunnuntai"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+"Tämä on poikkeuksellinen, ei-viikoittainen sijaintisarja tälle päivälle."
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Torstai"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr "Tämän päivän sijainnin nimi"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Tiistai"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "Määrittelemätön "
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Käyttäjä"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Keskiviikko"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Viikottainen"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Työpaikan sijainti"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "Työpaikka"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr "Et voi poistaa sijainteja, joita työntekijäsi käyttävät"
diff --git a/i18n/fr.po b/i18n/fr.po
new file mode 100644
index 0000000..cf906b9
--- /dev/null
+++ b/i18n/fr.po
@@ -0,0 +1,351 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Jolien De Paepe, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Jolien De Paepe, 2024\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+"Déterminez "
+"votre lieu de travail par défaut pour chaque jour de la semaine. Cet horaire"
+" sera répété chaque semaine."
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "Êtes-vous sûr de vouloir supprimer cette exception ?"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr "Êtes-vous sûr de vouloir supprimer ce lieu ?"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "À la maison"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "Au bureau"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "Ailleurs"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Employé de base"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Confirmation"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Contact"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Image de couverture"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "Créer un enregistrement"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Créé par"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Créé le"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Actuel"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Date"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr "String jour semaine"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Nom d'affichage"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "Modifier l'enregistrement"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Employé"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "Lieu de l'employé"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Nom de l'employé"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Vendredi"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "Affichage de l'icône RH"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Mis à jour par"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Mis à jour le"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Lieu"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "Nom du lieu"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Lundi"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr "Affichage du nom du lieu de travail"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+"Un seul lieu de travail par défaut et un seul lieu de travail exceptionnel "
+"par jour par employé."
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "Télétravail"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Répéter tou(te)s les"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Samedi"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr "Assistant de définition du lieu de télétravail"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "Définir le lieu"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Dimanche"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+"Il s'agit de l'emplacement exceptionnel, non hebdomadaire, fixé pour "
+"aujourd'hui."
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Jeudi"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr "Nom du lieu d'aujourd'hui"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Mardi"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "Non précisé"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Utilisateur"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Mercredi"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Hebdomadaire"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Lieu de travai"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "Lieu de travail"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
+"Vous ne pouvez pas supprimer des lieux qui sont utilisés par vos employés"
diff --git a/i18n/he.po b/i18n/he.po
new file mode 100644
index 0000000..717f744
--- /dev/null
+++ b/i18n/he.po
@@ -0,0 +1,349 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# ExcaliberX , 2023
+# NoaFarkash, 2023
+# Lilach Gilliam , 2023
+# Martin Trigaux, 2023
+# ZVI BLONDER , 2023
+# Yihya Hugirat , 2023
+# Roy Sayag, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Roy Sayag, 2024\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "עובד רגיל"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "אישור"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "איש קשר"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "תמונת הכריכה"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "נוצר על-ידי"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "נוצר ב-"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "נוכחי"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "תאריך"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "שם לתצוגה"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "עובד"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "שם העובד"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "יום שישי"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "תצוגת סמל של משאבי אנוש (HR)"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "מזהה"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "עודכן לאחרונה על-ידי"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "עדכון אחרון ב"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "מיקום"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "יום שני"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "עבודה מרחוק"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "חזור כל"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "יום שבת"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "יום ראשון"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "יום חמישי"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "יום שלישי"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "משתמש"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "יום רביעי"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "שבועי"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "מיקום עבודה"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
diff --git a/i18n/hr_homeworking.pot b/i18n/hr_homeworking.pot
new file mode 100644
index 0000000..e85ec3a
--- /dev/null
+++ b/i18n/hr_homeworking.pot
@@ -0,0 +1,339 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2024-01-05 12:31+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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
diff --git a/i18n/hu.po b/i18n/hu.po
new file mode 100644
index 0000000..b8687d3
--- /dev/null
+++ b/i18n/hu.po
@@ -0,0 +1,348 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Tamás Dombos, 2023
+# Ákos Nagy , 2023
+# krnkris, 2023
+# Martin Trigaux, 2023
+# Tamás Németh , 2023
+# gezza , 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: gezza , 2024\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Egyszerű munkavállaló"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Megerősítés"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Kapcsolat"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Borítókép"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Létrehozta"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Létrehozva"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Jelenlegi"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Dátum"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Megjelenített név"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Munkavállaló"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Munkavállaló neve"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Péntek"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "Azonosító"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Frissítette"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Frissítve"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Helyszín"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Hétfő"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Ismétlés minden"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Szombat"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Vasárnap"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Csütörtök"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Kedd"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Felhasználó"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Szerda"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Heti"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Munkahely"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
diff --git a/i18n/id.po b/i18n/id.po
new file mode 100644
index 0000000..c209ec9
--- /dev/null
+++ b/i18n/id.po
@@ -0,0 +1,350 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Abe Manyo, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Abe Manyo, 2024\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+"Tentukan "
+"lokasi kerja default Anda untuk setiap hari dalam seminggu. Jadwal ini akan "
+"diulang setiap minggu."
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "Apakah Anda yakin ingin menghapus pengecualian ini?"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr "Apakah Anda yakin ingin menghapus lokasi ini?"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "Di Rumah"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "Di Kantor"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "Di Tempat Lain"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Karyawan Dasar"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Konfirmasi"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Kontak"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Gambar Sampul"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "Buat Recor"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Dibuat oleh"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Dibuat pada"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Saat Ini"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Tanggal"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr "String Hari Minggu"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Nama Tampilan"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "Edit Recor"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Karyawan"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "Lokasi Karyawan"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Nama Karyawan"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Jumat"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "Tampilan Ikon HR"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Terakhir Diperbarui oleh"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Terakhir Diperbarui pada"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Lokasi "
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "Nama lokasi"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Senin"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr "Tampilan Nama Lokasi Kerja"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+"Hanya satu lokasi kerja default dan satu lokasi kerja khusus per hari per "
+"karyawan."
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "Kerja Remote"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Ulang setiap"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Sabtu"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr "Set Homework Location Wizard"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "Tetapkan Lokasi"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Minggu"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+"Ini adalah lokasi khusus, tidak mingguan, yang ditetapkan untuk hari ini."
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Kamis"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr "Nama Lokasi Hari Ini"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Selasa"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "Tidak ditentukan"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "User"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Rabu"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Mingguan"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Lokasi Kerja"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "Lokasi kerja"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
+"Anda tidak dapat menghapus lokasi yang saat ini digunakan oleh karyawan Anda"
diff --git a/i18n/it.po b/i18n/it.po
new file mode 100644
index 0000000..2f8dbb0
--- /dev/null
+++ b/i18n/it.po
@@ -0,0 +1,349 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Wil Odoo, 2023
+# Marianna Ciofani, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Marianna Ciofani, 2024\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+"Specifica il "
+"luogo di lavoro predefinito per ogni giorno della settimana. Questo "
+"programma si ripeterà ogni settimana."
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "Sei sicuro di voler eliminare questa eccezione?"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr "Sei sicuro di voler eliminare questo luogo?"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "A casa"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "In ufficio"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "Altrove"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Dipendente base"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Conferma"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Contatto"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Immagine copertina"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "Crea record"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Creato da"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Creato il"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Attuale"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Data"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr "Stringa giorno settimana"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Nome visualizzato"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "Modifica record"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Dipendente"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "Luogo dipendente"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Nome Dipendente"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Venerdì"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "Icona RU visualizzata"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Ultimo aggiornamento di"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Ultimo aggiornamento il"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Luogo"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "Nome luogo"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Lunedì"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr "Visualizzazione nome luogo di lavoro"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+"Solo un luogo di lavoro predefinito e un luogo di lavoro eccezionale per "
+"giorno, per dipendente."
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "Lavoro da remoto"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "RIpeti ogni"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Sabato"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr "Procedura guidata configurazione luogo lavoro"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "Configura luogo"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Domenica"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr "Questo è il luogo, non settimanale, scelto eccezionalmente per oggi."
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Giovedì"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr "Nome luogo di oggi"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Martedì"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "Non specificato"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Utente"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Mercoledì"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Settimanale"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Luogo di lavoro"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "Luogo di lavoro"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr "Non è possibile eliminare luoghi utilizzati dai tuoi dipendenti"
diff --git a/i18n/ja.po b/i18n/ja.po
new file mode 100644
index 0000000..732cde1
--- /dev/null
+++ b/i18n/ja.po
@@ -0,0 +1,346 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Wil Odoo, 2023
+# Junko Augias, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Junko Augias, 2024\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+"曜日ごとにデフォルトの勤務地を指定します。このスケジュールは毎週繰り返されます。"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "この例外を本当に削除しますか?"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr "このロケーションを本当に削除しますか?"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "在宅"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "オフィス"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "その他"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "基本社員"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "確認"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "連絡先"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "カバーイメージ"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "レコードを作成"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "作成者"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "作成日"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "流動"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "日付"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr "曜日ストリング"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "表示名"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "レコードを編集"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "従業員"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "従業員場所"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "従業員名"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "金曜"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "時間アイコン表示"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "最終更新者"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "最終更新日"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "ロケーション"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "場所名"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "月曜"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr "勤務場所表示"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr "既定の勤務場所と例外的な勤務場所は、従業員1人につき1日1か所のみです。"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "リモートワーク"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "繰返し周期"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "土曜"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr "在宅勤務場所ウィザード設定"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "場所設定"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "日曜"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr "これは、毎週ではなく、本日の例外的な場所設定です。"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "木曜"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr "本日の場所名"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "火曜"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "特定されていない"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "ユーザ"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "水曜"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "週次"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "勤務場所"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "勤務場所"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr "従業員が使用している場所を削除することはできません"
diff --git a/i18n/ko.po b/i18n/ko.po
new file mode 100644
index 0000000..475fc99
--- /dev/null
+++ b/i18n/ko.po
@@ -0,0 +1,347 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Sarah Park, 2023
+# Wil Odoo, 2023
+# Daye Jeong, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+"요일마다 기본 근무 위치를"
+" 지정합니다. 이 일정은 매주 반복됩니다."
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "이 예외사항을 정말로 삭제하시겠습니까?"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "집"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "사무실"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "기타"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "기본 직원"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "확인"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "연락처"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "표지 이미지"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "레코드 생성"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "작성자"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "작성일"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "현재"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "날짜"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr "요일 주 문자열"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "표시명"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "레코드 편집"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "직원"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "직원 위치"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "직원 이름"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "금요일"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "시간 아이콘 표시"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "최근 업데이트한 사람"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "최근 업데이트 일자"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "위치"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "위치 이름"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "월요일"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr "이름 근무 위치 표시"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr "직원당 하루에 하나의 기본 근무지와 예외 근무지만 사용할 수 있습니다."
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "원격 근무"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "계속 반복"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "토요일"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr "과제 위치 설정 마법사"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "위치 추가"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "일요일"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr "오늘은 주간이 아닌 이례적으로 설정된 장소입니다."
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "목요일"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr "오늘 위치 이름"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "화요일"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "지정하지 않은"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "사용자"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "수요일"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "매주"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "근무 장소"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "근무 장소"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr "직원이 사용 중인 위치는 삭제할 수 없습니다."
diff --git a/i18n/lt.po b/i18n/lt.po
new file mode 100644
index 0000000..83bdc6b
--- /dev/null
+++ b/i18n/lt.po
@@ -0,0 +1,346 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# grupoda2 , 2023
+# Arunas V. , 2023
+# Linas Versada , 2023
+# Antanas Muliuolis , 2023
+# UAB "Draugiški sprendimai" , 2023
+# Monika Raciunaite , 2023
+# Martin Trigaux, 2023
+# digitouch UAB , 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-10-26 23:09+0000\n"
+"Last-Translator: digitouch UAB , 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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#, python-format
+msgid "Add Location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Patvirtinimas"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Kontaktas"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Viršelio paveikslėlis"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Sukūrė"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Sukurta"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Esamas"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Data"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Rodomas pavadinimas"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Darbuotojas"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Darbuotojo vardas"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Penktadienis"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Paskutinį kartą atnaujino"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Paskutinį kartą atnaujinta"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Vieta"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Pirmadienis"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Šeštadienis"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Set Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Sekmadienis"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Ketvirtadienis"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Antradienis"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Vartotojas"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Trečiadienis"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Kartą per savaitę"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Darbo vieta"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
diff --git a/i18n/lv.po b/i18n/lv.po
new file mode 100644
index 0000000..a882f09
--- /dev/null
+++ b/i18n/lv.po
@@ -0,0 +1,343 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# JanisJanis , 2023
+# Armīns Jeltajevs , 2023
+# Arnis Putniņš , 2023
+# Martin Trigaux, 2023
+# ievaputnina , 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-10-26 23:09+0000\n"
+"Last-Translator: ievaputnina , 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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#, python-format
+msgid "Add Location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Pamata darbinieks"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Apstiprināšana"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Kontaktpersona"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Attēls"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Izveidoja"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Izveidots"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Tekošais"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Datums"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Attēlotais nosaukums"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Darbinieks"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Darbinieka vārds"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Piektdiena"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Pēdējoreiz atjaunināja"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Pēdējoreiz atjaunināts"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Atrašanās vieta"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Pirmdiena"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Sestdiena"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Set Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Svētdiena"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Ceturtdiena"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Otrdiena"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Lietotājs"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Trešdiena"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Reizi nedēļā"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Darba atrašanās vieta"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
diff --git a/i18n/nl.po b/i18n/nl.po
new file mode 100644
index 0000000..79efc30
--- /dev/null
+++ b/i18n/nl.po
@@ -0,0 +1,351 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Wil Odoo, 2023
+# Erwin van der Ploeg , 2023
+# Jolien De Paepe, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Jolien De Paepe, 2024\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+"Bepaal je "
+"standaard werklocatie voor elke dag van de week. Dit schema herhaalt zich "
+"elke week."
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "Weet je zeker dat je deze uitzondering wilt verwijderen?"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr "Weet je zeker dat je deze locatie wilt verwijderen?"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "Thuis"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "Op kantoor"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "Andere"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Basis werknemer"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Bevestiging"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Contact"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Omslagafbeelding"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "Record maken"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Aangemaakt door"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Aangemaakt op"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Huidig"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Datum"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr "Dag week reeks"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Schermnaam"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "Record bewerken"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Werknemer"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "Locatie werknemer"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Naam werknemer"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Vrijdag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "HR-pictogramweergave"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Laatst bijgewerkt door"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Laatst bijgewerkt op"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Locatie"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "Locatienaam"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Maandag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr "Weergave naam werklocatie"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+"Slechts één standaard werklocatie en één uitzonderlijke werklocatie per dag "
+"per werknemer."
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "Op afstand werken"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Herhaal elke"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Zaterdag"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr "Wizard instellen werkplek op afstand werken"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "Bepaal locatie"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Zondag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr "Dit is de uitzonderlijke, niet-wekelijkse, locatie voor vandaag."
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Donderdag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr "Locatienaam vandaag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Dinsdag"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "Niet gespecificeerd"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Gebruiker"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Woensdag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Wekelijks"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Werklocatie"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "Werklocatie"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
+"Je kan de locaties die door je werknemers worden gebruikt niet verwijderen"
diff --git a/i18n/pl.po b/i18n/pl.po
new file mode 100644
index 0000000..dea40c1
--- /dev/null
+++ b/i18n/pl.po
@@ -0,0 +1,339 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# 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-10-26 23:09+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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#, python-format
+msgid "Add Location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Podstawowy pracownik"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Potwierdzenie"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Kontakt"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Okładka"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Utworzył(a)"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Data utworzenia"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Bieżące"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Data"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Nazwa wyświetlana"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Pracownik"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Imię i nazwisko"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Piątek"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "Wyświetlanie ikon HR"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Ostatnio aktualizowane przez"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Data ostatniej aktualizacji"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Miejsce"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Poniedziałek"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Powtarzać co"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Sobota"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Set Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Niedziela"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Czwartek"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Wtorek"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Użytkownik"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Środa"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Tygodniowo"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Miejsce pracy"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
diff --git a/i18n/pt.po b/i18n/pt.po
new file mode 100644
index 0000000..8014f13
--- /dev/null
+++ b/i18n/pt.po
@@ -0,0 +1,343 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Wil Odoo, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Confirmação"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Contacto"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Imagem de Capa"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Criado por"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Criado em"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Atual"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Data"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Nome"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Funcionário"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Nome do Funcionário"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Sexta-Feira"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Última Atualização por"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Última Atualização em"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Localização"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Segunda-Feira"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Sábado"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Domingo"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Quinta"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Terça-Feira"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Utilizador"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Quarta-Feira"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Semanalmente"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Localização de Trabalho"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
diff --git a/i18n/pt_BR.po b/i18n/pt_BR.po
new file mode 100644
index 0000000..86b785f
--- /dev/null
+++ b/i18n/pt_BR.po
@@ -0,0 +1,350 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# a75f12d3d37ea5bf159c4b3e85eb30e7_0fa6927, 2023
+# Maitê Dietze, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Maitê Dietze, 2024\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+"Especifique "
+"seu local de trabalho padrão para cada dia da semana. Essa programação se "
+"repetirá a cada semana."
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "Tem certeza de que deseja excluir essa exceção?"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr "Tem certeza de que deseja excluir esse local?"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "Em casa"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "No escritório"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "Em outro lugar"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Funcionário básico"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Confirmação"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Contato"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Imagem de capa"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "Criar registro"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Criado por"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Criado em"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Atual"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Data"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr "String de dia da semana"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Nome exibido"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "Editar registro"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Funcionário"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "Local do funcionário"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Nome do funcionário"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Sexta"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "Exibição de ícone – RH"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Última atualização por"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Última atualização em"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Local"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "Nome do local"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Segunda"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr "Exibição de nome do local de trabalho"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+"Apenas um local de trabalho padrão e um local de trabalho excepcional por "
+"dia, por funcionário."
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "Trabalho remoto"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Repetir a cada"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Sábado"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr "Assistente de definição de local de trabalho home office"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "Definir local"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Domingo"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr "Este é o local excepcional, não semanal, definido para hoje."
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Quinta"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr "Nome do local de hoje"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Terça"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "Não especificado"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Usuário"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Quarta"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Semanalmente"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Local de trabalho"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "Local de trabalho"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
+"Não é possível excluir locais que estejam sendo usados por seus funcionários"
diff --git a/i18n/ru.po b/i18n/ru.po
new file mode 100644
index 0000000..c48b5c9
--- /dev/null
+++ b/i18n/ru.po
@@ -0,0 +1,354 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Alena Vlasova, 2023
+# Сергей Шебанин , 2023
+# Martin Trigaux, 2023
+# Wil Odoo, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Wil Odoo, 2024\n"
+"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ru\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+"Укажите "
+"рабочее место по умолчанию для каждого дня недели. Это расписание будет "
+"повторяться каждую неделю."
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "Вы уверены, что хотите удалить это исключение?"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr "Вы уверены, что хотите удалить этот филиал?"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "Дома"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "В офисе"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "В другом"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Основной сотрудник"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Подтверждение"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Контакты"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Изображение обложки"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "Создать запись"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Создано"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Создано"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Текущий"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Дата"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr "День Неделя Строка"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Отображаемое имя"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "Редактировать запись"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Сотрудник"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "Местонахождение сотрудника"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "ФИО сотрудника"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Пятница"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "Отображение значков часов"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Последнее обновление"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Последнее обновление"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Местоположение"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "Название местоположения"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Понедельник"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr "Имя Место работы Отображение"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+"Только одно рабочее место по умолчанию и одно исключительное рабочее место в"
+" день на одного сотрудника."
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "Удаленная работа"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Повторять каждые"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Суббота"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr "Мастер установки местоположения домашнего задания"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "Найти"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Воскресенье"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+"Это исключительная, не еженедельная, локация, установленная на сегодня."
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Четверг"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr "Сегодня Название места"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Вторник"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "Неуказанный"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Пользователь"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Среда"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Еженедельно"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Место работы"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "Место работы"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
+"Вы не можете удалить местоположения, которые используются вашими "
+"сотрудниками"
diff --git a/i18n/sk.po b/i18n/sk.po
new file mode 100644
index 0000000..3f07830
--- /dev/null
+++ b/i18n/sk.po
@@ -0,0 +1,343 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Wil Odoo, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Wil Odoo, 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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Základný zamestnanec"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Potvrdenie"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Kontakt"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Titulný obrázok"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Vytvoril"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Vytvorené"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Aktuálne"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Dátum"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Zobrazovaný názov"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Zamestnanec"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Meno zamestnanca"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Piatok"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "Zobrazenie ikony Hr"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Naposledy upravoval"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Naposledy upravované"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Miesto"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Pondelok"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Opakujte každý"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Sobota"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Nedeľa"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Štvrtok"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Utorok"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Užívateľ"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Streda"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Týždenne"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Miesto práce"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
diff --git a/i18n/sl.po b/i18n/sl.po
new file mode 100644
index 0000000..3e95af6
--- /dev/null
+++ b/i18n/sl.po
@@ -0,0 +1,347 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# laznikd , 2023
+# matjaz k , 2023
+# Matjaz Mozetic , 2023
+# Jasmina Macur , 2023
+# Martin Trigaux, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Martin Trigaux, 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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Potrditev"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Stik"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Naslovna slika"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Ustvaril"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Ustvarjeno"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Trenutno"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Datum"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Prikazani naziv"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Kader"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Ime zaposlenega"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Petek"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Zadnji posodobil"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Zadnjič posodobljeno"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Lokacija"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Ponedeljek"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Ponovi vsake"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Sobota"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Nedelja"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Četrtek"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Torek"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Uporabnik"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Sreda"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Tedensko"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Lokacija delovnega mesta"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
diff --git a/i18n/sr.po b/i18n/sr.po
new file mode 100644
index 0000000..fe337a0
--- /dev/null
+++ b/i18n/sr.po
@@ -0,0 +1,346 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Dragan Vukosavljevic , 2023
+# Martin Trigaux, 2023
+# Milan Bojovic , 2023
+# コフスタジオ, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: コフスタジオ, 2024\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Osnovni zaposleni"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Potvrda"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Kontakt"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Naslovna slika"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Kreirao"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Kreirano"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Trenutni"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Datum"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Naziv za prikaz"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Zaposleni"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Ime zaposlenog"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Petak"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "Hr Icon Display"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Poslednji put ažurirao"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Poslednji put ažurirano"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Lokacija"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Ponedeljak"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Ponovi svakih"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Subota"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Nedelja"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Četvrtak"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Utorak"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "Nespecificirano"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Korisnik"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Sreda"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Nedeljno"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Work Location"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
diff --git a/i18n/sv.po b/i18n/sv.po
new file mode 100644
index 0000000..6e992cd
--- /dev/null
+++ b/i18n/sv.po
@@ -0,0 +1,350 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Mikael Åkerberg , 2023
+# Jakob Krabbe , 2023
+# Simon S, 2023
+# Robin Calvin, 2023
+# Martin Trigaux, 2023
+# Anders Wallenquist , 2023
+# Lasse L, 2023
+# Björn Hayer, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Björn Hayer, 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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Grundläggande anställd"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Bekräftelse"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Kontakt"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Omslagsbild"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Skapad av"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Skapad den"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Aktuellt"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Datum"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Visningsnamn"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Anställd"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Namn anställd"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "fredag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Senast uppdaterad av"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Senast uppdaterad den"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Plats"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "måndag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Upprepa varje"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "lördag"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Söndag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Torsdag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Tisdag"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Användare"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Onsdag"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Veckovis"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Arbetsplats"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
diff --git a/i18n/th.po b/i18n/th.po
new file mode 100644
index 0000000..a578620
--- /dev/null
+++ b/i18n/th.po
@@ -0,0 +1,348 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Wil Odoo, 2023
+# Rasareeyar Lappiam, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Rasareeyar Lappiam, 2024\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+"ระบุสถานที่ทำงานเริ่มต้นของคุณในแต่ละวันในสัปดาห์ "
+"ตารางนี้จะเกิดซ้ำในแต่ละสัปดาห์"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "คุณแน่ใจหรือไม่ว่าต้องการลบข้อยกเว้นนี้"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr "คุณแน่ใจหรือไม่ว่าต้องการลบสถานที่นี้"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "ที่บ้าน"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "ที่สำนักงาน"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "ที่อื่น"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "พนักงานทั่วไป"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "การยืนยัน"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "ติดต่อ"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "ภาพหน้าปก"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "สร้างบันทึก"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "สร้างโดย"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "สร้างเมื่อ"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "ปัจจุบัน"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "วันที่"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr "สตริงวันและสัปดาห์"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "แสดงชื่อ"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "แก้ไขบันทึก"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "พนักงาน"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "สถานที่ตั้งของพนักงาน"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "ชื่อพนักงาน"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "วันศุกร์"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "แสดงไอคอน Hr"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ไอดี"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "อัปเดตครั้งล่าสุดโดย"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "อัปเดตครั้งล่าสุดเมื่อ"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "สถานที่"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "ชื่อสถานที่"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "วันจันทร์"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr "การแสดงชื่อสถานที่ทำงาน"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+"สถานที่ทำงานเริ่มต้นเพียงแห่งเดียวและสถานที่ทำงานพิเศษหนึ่งแห่งต่อวันต่อพนักงานหนึ่งคน"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "การทำงานทางไกล"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "ทำซ้ำทุกๆ"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "วันเสาร์"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr "ตั้งค่าตัวช่วยสร้างตำแหน่งการทำงานที่บ้าน"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "ตั้งค่าสถานที่"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "วันอาทิตย์"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr "นี่เป็นสถานที่พิเศษที่ไม่ใช่รายสัปดาห์ที่กำหนดไว้สำหรับวันนี้"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "วันพฤหัสบดี"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr "ชื่อสถานที่วันนี้"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "วันอังคาร"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "ไม่ระบุ"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "ผู้ใช้"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "วันพุธ"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "รายสัปดาห์"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "ที่อยู่ที่ทำงาน"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "สถานที่ทำงาน"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr "คุณไม่สามารถลบสถานที่ที่พนักงานของคุณใช้อยู่ได้"
diff --git a/i18n/tr.po b/i18n/tr.po
new file mode 100644
index 0000000..89c1f82
--- /dev/null
+++ b/i18n/tr.po
@@ -0,0 +1,351 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Ertuğrul Güreş , 2023
+# Umur Akın , 2023
+# Ediz Duman , 2023
+# Martin Trigaux, 2023
+# Nadir Gazioglu , 2023
+# Murat Kaplan , 2023
+# Levent Karakaş , 2023
+# Tugay Hatıl , 2023
+# İmat Yahya Çataklı , 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: İmat Yahya Çataklı , 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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Temel Personel"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Doğrulama"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Kontak"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Kapak Resmi"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Oluşturan"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Oluşturulma"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Güncel Değer"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Tarih"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Görünüm Adı"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Personel"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Personel Adı"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Cuma"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "Hr Icon Display"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Son Güncelleyen"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Son Güncelleme"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Konum"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Pazartesi"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr ""
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Tekrarlama Durumu"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Cumartesi"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Pazar"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Perşembe"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Salı"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Kullanıcı"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Çarşamba"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Haftalık"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "İş Yeri"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr ""
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
diff --git a/i18n/uk.po b/i18n/uk.po
new file mode 100644
index 0000000..50c29a1
--- /dev/null
+++ b/i18n/uk.po
@@ -0,0 +1,351 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Wil Odoo, 2023
+# Alina Lisnenko , 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Alina Lisnenko , 2024\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+"Укажіть місце "
+"роботи за замовчуванням для кожного дня тижня. Цей графік повторюватиметься "
+"кожного тижня."
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "Ви впевнені, що хочете видалити цей виняток?"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr "Ви впевнені, що хочете видалити це розташування?"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "Вдома"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "В офісі"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "В іншому місці"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Звичайний користувач"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Підтвердження"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Контакт"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Обкладинка"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "Створити запис"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Створив"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Створено"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Поточний"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Дата"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr "Рядок дня тижня"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Назва для відображення"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "Редагувати запис"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Співробітник"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "Розташування співробітника"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Ім'я співробітника"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "П’ятниця"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "Відображення іконки Hr"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Востаннє оновив"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Останнє оновлення"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Розташування"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "Назва розташування"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Понеділок"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr "Відображати назву робочого місця"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+"Лише одне робоче місце за замовчуванням і одне виняткове робоче місце на "
+"день для кожного працівника."
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "Віддалена робота"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Повторювати кожен"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Субота"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr "Помічник встановлення робочого місця з дому"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "Встановити розташування"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Неділя"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr "Це виняткове, нетижневе місце, встановлене на сьогодні."
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Четвер"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr "Назва сьогоднішнього розташування"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Вівторок"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "Невизначено"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Користувач"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Середа"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Щотижня"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Робоче розташування"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "Робоче місце"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr ""
+"Ви не можете видалити місцезнаходження, якими користуються ваші "
+"співробітники"
diff --git a/i18n/vi.po b/i18n/vi.po
new file mode 100644
index 0000000..568a092
--- /dev/null
+++ b/i18n/vi.po
@@ -0,0 +1,351 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Wil Odoo, 2023
+# Thi Huong Nguyen, 2023
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Thi Huong Nguyen, 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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+"Xác định địa "
+"điểm làm việc mặc định của bạn cho mỗi ngày trong tuần. Lịch trình này sẽ "
+"lặp lại mỗi tuần."
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "Bạn có chắc chắn muốn xóa ngoại lệ này không?"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr ""
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "Ở nhà"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "Ở văn phòng"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "Ở nơi khác"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "Người dùng cơ bản"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "Xác nhận"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "Liên hệ"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "Ảnh bìa"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "Tạo tập dữ liệu"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "Được tạo bởi"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "Được tạo vào"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "Hiện tại"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "Ngày"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr "Day Week String"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "Tên hiển thị"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "Chỉnh sửa tập dữ liệu "
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "Nhân viên"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "Địa điểm của nhân viên"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "Tên nhân viên"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "Thứ Sáu"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "Hr Icon Display"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "Cập nhật lần cuối bởi"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "Cập nhật lần cuối vào"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "Địa điểm"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "Tên địa điểm"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "Thứ Hai"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr "Hiển thị tên địa điểm làm việc"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr ""
+"Mỗi nhân viên chỉ có một địa điểm làm việc mặc định và một địa điểm làm việc"
+" ngoại lệ mỗi ngày."
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "Làm việc từ xa"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "Lặp lại mỗi"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "Thứ 7"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr "Tính năng thiết lập địa điểm làm việc"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "Thiết lập địa điểm"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "Chủ nhật"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr ""
+"Đây là địa điểm ngoại lệ, không cố định hàng tuần, được ấn định cho ngày hôm"
+" nay."
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "Thứ 5"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr "Tên địa điểm của hôm nay"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "Thứ 3"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "Không xác định"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "Người dùng"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "Thứ 4"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "Hàng tuần"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "Địa điểm làm việc"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "Địa điểm làm việc"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr "Bạn không thể xóa các địa điểm đang được nhân viên sử dụng"
diff --git a/i18n/zh_CN.po b/i18n/zh_CN.po
new file mode 100644
index 0000000..d477a95
--- /dev/null
+++ b/i18n/zh_CN.po
@@ -0,0 +1,346 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# 山西清水欧度(QQ:54773801) <54773801@qq.com>, 2023
+# Chloe Wang, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Chloe Wang, 2024\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+"指定一周内每天的默认工作地点。该计划每周都会重复。"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "您确定要删除这个例外吗?"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr "您确定要删除此位置吗?"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "在家里"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "在办公室"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "在其他"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "基本雇员"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "确认"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "联系"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "封面图片"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "创建记录"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "创建人"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "创建时间"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "当前"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "日期"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr "日 周 字符串"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "显示名称"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "编辑记录"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "员工"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "员工所在地"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "员工姓名"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "星期五"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "小时图标显示"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "ID"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "最后更新人"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "最后更新时间"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "位置"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "位置名称"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "星期一"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr "姓名 工作地点显示"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr "每位员工每天只能有一个默认工作地点和一个特殊工作地点。"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "远程工作"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "每次循环"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "星期六"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr "设置作业位置向导"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "设置地点"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "星期日"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr "这是为今天设置的特殊非周定位。"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "星期四"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr "今日地点名称"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "星期二"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "未指定"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "用户"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "星期三"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "每周"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "工作地点"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "工作地点"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr "您不能删除员工正在使用的位置"
diff --git a/i18n/zh_TW.po b/i18n/zh_TW.po
new file mode 100644
index 0000000..6198371
--- /dev/null
+++ b/i18n/zh_TW.po
@@ -0,0 +1,346 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * hr_homeworking
+#
+# Translators:
+# Wil Odoo, 2023
+# Tony Ng, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 17.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-01-05 12:31+0000\n"
+"PO-Revision-Date: 2023-10-26 23:09+0000\n"
+"Last-Translator: Tony Ng, 2024\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_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid ""
+"Specify your "
+"default work location for each day of the week. This schedule will repeat "
+"itself each week."
+msgstr ""
+"指定一週內每天的預設工作地點。該計劃會每週重複。"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this exception?"
+msgstr "確定要刪除這個例外?"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Are you sure you want to delete this location?"
+msgstr "確定刪除此位置?"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_home
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_home
+msgid "At Home"
+msgstr "留家"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_office
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_office
+msgid "At Office"
+msgstr "在辦公室"
+
+#. module: hr_homeworking
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_base__hr_icon_display__presence_other
+#: model:ir.model.fields.selection,name:hr_homeworking.selection__hr_employee_public__hr_icon_display__presence_other
+msgid "At Other"
+msgstr "在其他"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_base
+msgid "Basic Employee"
+msgstr "一般員工"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Confirmation"
+msgstr "確認"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_partner
+msgid "Contact"
+msgstr "聯絡人"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_type
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_type
+msgid "Cover Image"
+msgstr "封面圖像"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Create Record"
+msgstr "創建記錄"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_uid
+msgid "Created by"
+msgstr "建立人員"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__create_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__create_date
+msgid "Created on"
+msgstr "建立於"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "Current"
+msgstr "目前"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__date
+msgid "Date"
+msgstr "日期"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__day_week_string
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__day_week_string
+msgid "Day Week String"
+msgstr "日週字串"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__display_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__display_name
+msgid "Display Name"
+msgstr "顯示名稱"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/hr_homeworking_calendar_controller.js:0
+#, python-format
+msgid "Edit Record"
+msgstr "編輯記錄"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_id
+msgid "Employee"
+msgstr "員工"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_employee_location
+msgid "Employee Location"
+msgstr "員工位置"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__employee_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__employee_name
+msgid "Employee Name"
+msgstr "員工姓名"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__friday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__friday_location_id
+msgid "Friday"
+msgstr "星期五"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__hr_icon_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__hr_icon_display
+msgid "Hr Icon Display"
+msgstr "小時圖示顯示"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__id
+msgid "ID"
+msgstr "識別號"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_uid
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_uid
+msgid "Last Updated by"
+msgstr "最後更新者"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__write_date
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__write_date
+msgid "Last Updated on"
+msgstr "最後更新於"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_id
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Location"
+msgstr "地點"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__work_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_location__work_location_name
+msgid "Location name"
+msgstr "位置名稱"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__monday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__monday_location_id
+msgid "Monday"
+msgstr "星期一"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__name_work_location_display
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__name_work_location_display
+msgid "Name Work Location Display"
+msgstr "姓名工作地點顯示"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_homeworking.py:0
+#: model:ir.model.constraint,message:hr_homeworking.constraint_hr_employee_location_uniq_exceptional_per_day
+#, python-format
+msgid ""
+"Only one default work location and one exceptional work location per day per"
+" employee."
+msgstr "每位員工每天只能有一個預設工作地點和一個特殊工作地點。"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+msgid "Remote Work"
+msgstr "遙距工作"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+msgid "Repeat every"
+msgstr "循環間隔為每"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__saturday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__saturday_location_id
+msgid "Saturday"
+msgstr "星期六"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_homework_location_wizard
+msgid "Set Homework Location Wizard"
+msgstr "設定作業位置精靈"
+
+#. module: hr_homeworking
+#. odoo-javascript
+#: code:addons/hr_homeworking/static/src/calendar/common/calender_common_renderer.xml:0
+#: model:ir.actions.act_window,name:hr_homeworking.set_location_wizard_action
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.homework_location_wizard_view_form
+#, python-format
+msgid "Set Location"
+msgstr "設定位置"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__sunday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__sunday_location_id
+msgid "Sunday"
+msgstr "星期日"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_base__exceptional_location_id
+#: model:ir.model.fields,help:hr_homeworking.field_hr_employee_public__exceptional_location_id
+msgid "This is the exceptional, non-weekly, location set for today."
+msgstr "這是為今天設置的特殊、非每週重複的位置。"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__thursday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__thursday_location_id
+msgid "Thursday"
+msgstr "星期四"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__today_location_name
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__today_location_name
+msgid "Today Location Name"
+msgstr "今日地點名稱"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__tuesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__tuesday_location_id
+msgid "Tuesday"
+msgstr "星期二"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_employee.py:0
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.res_useurs_view_form_profile
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_form
+#, python-format
+msgid "Unspecified"
+msgstr "未指定"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_res_users
+msgid "User"
+msgstr "使用者"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_base__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_hr_employee_public__wednesday_location_id
+#: model:ir.model.fields,field_description:hr_homeworking.field_res_users__wednesday_location_id
+msgid "Wednesday"
+msgstr "星期三"
+
+#. module: hr_homeworking
+#: model:ir.model.fields,field_description:hr_homeworking.field_homework_location_wizard__weekly
+msgid "Weekly"
+msgstr "每週"
+
+#. module: hr_homeworking
+#: model:ir.model,name:hr_homeworking.model_hr_work_location
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_tree
+msgid "Work Location"
+msgstr "工作地點"
+
+#. module: hr_homeworking
+#: model_terms:ir.ui.view,arch_db:hr_homeworking.view_employee_filter
+msgid "Work location"
+msgstr "工作地點"
+
+#. module: hr_homeworking
+#. odoo-python
+#: code:addons/hr_homeworking/models/hr_work_location.py:0
+#, python-format
+msgid "You cannot delete locations that are being used by your employees"
+msgstr "您不能刪除員工正在使用的位置"
diff --git a/models/__init__.py b/models/__init__.py
new file mode 100644
index 0000000..0230ca5
--- /dev/null
+++ b/models/__init__.py
@@ -0,0 +1,7 @@
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from . import hr_employee
+from . import res_partner
+from . import res_users
+from . import hr_homeworking
+from . import hr_work_location
diff --git a/models/hr_employee.py b/models/hr_employee.py
new file mode 100644
index 0000000..651a653
--- /dev/null
+++ b/models/hr_employee.py
@@ -0,0 +1,113 @@
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from collections import defaultdict
+
+from odoo import _, api, fields, models
+from odoo.tools import DEFAULT_SERVER_DATE_FORMAT
+
+from .hr_homeworking import DAYS
+
+
+class HrEmployeeBase(models.AbstractModel):
+ _inherit = "hr.employee.base"
+
+ monday_location_id = fields.Many2one('hr.work.location', string='Monday')
+ tuesday_location_id = fields.Many2one('hr.work.location', string='Tuesday')
+ wednesday_location_id = fields.Many2one('hr.work.location', string='Wednesday')
+ thursday_location_id = fields.Many2one('hr.work.location', string='Thursday')
+ friday_location_id = fields.Many2one('hr.work.location', string='Friday')
+ saturday_location_id = fields.Many2one('hr.work.location', string='Saturday')
+ sunday_location_id = fields.Many2one('hr.work.location', string='Sunday')
+ exceptional_location_id = fields.Many2one(
+ 'hr.work.location', string='Current',
+ compute='_compute_exceptional_location_id',
+ help='This is the exceptional, non-weekly, location set for today.')
+ hr_icon_display = fields.Selection(selection_add=[('presence_home', 'At Home'),
+ ('presence_office', 'At Office'),
+ ('presence_other', 'At Other')])
+ name_work_location_display = fields.Char(compute="_compute_name_work_location_display")
+ today_location_name = fields.Char()
+
+ @api.model
+ def _get_current_day_location_field(self):
+ return DAYS[fields.Date.today().weekday()]
+
+ # hack to allow groupby on today's location. Since there are 7 different fields, we have to use a placeholder
+ # in the search view and replace it with the correct field every time the views are fetched.
+ @api.model
+ def get_views(self, views, options=None):
+ res = super().get_views(views, options)
+ dayfield = self._get_current_day_location_field()
+ if 'search' in res['views']:
+ res['views']['search']['arch'] = res['views']['search']['arch'].replace('today_location_name', dayfield)
+ if 'list' in res['views']:
+ res['views']['list']['arch'] = res['views']['list']['arch'].replace('name_work_location_display', dayfield)
+ return res
+
+ @api.depends('exceptional_location_id')
+ def _compute_name_work_location_display(self):
+ dayfield = self._get_current_day_location_field()
+ unspecified = _('Unspecified')
+ for employee in self:
+ current_location_id = employee.exceptional_location_id or employee[dayfield]
+ employee.name_work_location_display = current_location_id.name if current_location_id else unspecified
+
+ def _compute_exceptional_location_id(self):
+ today = fields.Date.today()
+ current_employee_locations = self.env['hr.employee.location'].search([
+ ('employee_id', 'in', self.ids),
+ ('date', '=', today),
+ ])
+ employee_work_locations = {l.employee_id.id: l.work_location_id for l in current_employee_locations}
+
+ for employee in self:
+ employee.exceptional_location_id = employee_work_locations.get(employee.id, False)
+
+ @api.depends(*DAYS, 'exceptional_location_id')
+ def _compute_presence_icon(self):
+ super()._compute_presence_icon()
+ dayfield = self._get_current_day_location_field()
+ for employee in self:
+ today_employee_location_id = employee.exceptional_location_id or employee[dayfield]
+ if not today_employee_location_id or employee.hr_icon_display.startswith('presence_holiday'):
+ continue
+ employee.hr_icon_display = f'presence_{today_employee_location_id.location_type}'
+ employee.show_hr_icon_display = True
+
+ def _get_worklocation(self, start_date, end_date):
+ work_locations_by_employee = defaultdict(dict)
+ for employee in self:
+ work_locations_by_employee[employee.id].update({
+ "user_id": employee.user_id.id,
+ "employee_id": employee.id,
+ "partner_id": employee.user_partner_id.id or employee.work_contact_id.id,
+ "employee_name": employee.name
+ })
+
+ for day in DAYS:
+ work_locations_by_employee[employee.id][day] = {
+ 'location_type': employee[day]["location_type"],
+ 'location_name': employee[day]["name"],
+ 'work_location_id': employee[day].id,
+ }
+
+ exceptions_for_period = self.env['hr.employee.location'].search_read([
+ ('employee_id', 'in', self.ids),
+ ('date', '>=', start_date),
+ ('date', '<=', end_date)
+ ], ['employee_id', 'date', 'work_location_name', 'work_location_id', 'work_location_type'])
+
+ for exception in exceptions_for_period:
+ date = exception["date"].strftime(DEFAULT_SERVER_DATE_FORMAT)
+ exception_value = {
+ 'hr_employee_location_id': exception["id"],
+ 'location_type': exception['work_location_type'],
+ 'location_name': exception['work_location_name'],
+ 'work_location_id': exception['work_location_id'][0],
+ }
+ employee_id = exception["employee_id"][0]
+ if "exceptions" not in work_locations_by_employee[employee_id]:
+ work_locations_by_employee[employee_id]["exceptions"] = {}
+ work_locations_by_employee[employee_id]["exceptions"][date] = exception_value
+
+ return work_locations_by_employee
diff --git a/models/hr_homeworking.py b/models/hr_homeworking.py
new file mode 100644
index 0000000..cb6c541
--- /dev/null
+++ b/models/hr_homeworking.py
@@ -0,0 +1,27 @@
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from odoo import _, api, fields, models
+
+DAYS = ['monday_location_id', 'tuesday_location_id', 'wednesday_location_id', 'thursday_location_id', 'friday_location_id', 'saturday_location_id', 'sunday_location_id']
+
+
+class HrEmployeeLocation(models.Model):
+ _name = "hr.employee.location"
+ _description = "Employee Location"
+
+ work_location_id = fields.Many2one('hr.work.location', required=True, string="Location")
+ work_location_name = fields.Char(related='work_location_id.name', string="Location name")
+ work_location_type = fields.Selection(related="work_location_id.location_type")
+ employee_id = fields.Many2one('hr.employee', default=lambda self: self.env.user.employee_id, required=True, ondelete="cascade")
+ employee_name = fields.Char(related="employee_id.name")
+ date = fields.Date(string="Date")
+ day_week_string = fields.Char(compute="_compute_day_week_string")
+
+ _sql_constraints = [
+ ('uniq_exceptional_per_day', 'unique(employee_id, date)', _('Only one default work location and one exceptional work location per day per employee.')),
+ ]
+
+ @api.depends('date')
+ def _compute_day_week_string(self):
+ for record in self:
+ record.day_week_string = record.date.strftime("%A")
diff --git a/models/hr_work_location.py b/models/hr_work_location.py
new file mode 100644
index 0000000..35e8b52
--- /dev/null
+++ b/models/hr_work_location.py
@@ -0,0 +1,18 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from odoo import _, api, models
+from odoo.exceptions import UserError
+from odoo.addons.hr_homeworking.models.hr_homeworking import DAYS
+
+class WorkLocation(models.Model):
+ _inherit = "hr.work.location"
+
+ @api.ondelete(at_uninstall=False)
+ def _unlink_except_used_by_employee(self):
+ domains = [(day, 'in', self.ids) for day in DAYS]
+ employee_uses_location = self.env['hr.employee'].search_count(domains, limit=1)
+ if employee_uses_location:
+ raise UserError(_("You cannot delete locations that are being used by your employees"))
+ exceptions_using_location = self.env['hr.employee.location'].search([('work_location_id', 'in', self.ids)])
+ exceptions_using_location.unlink()
diff --git a/models/res_partner.py b/models/res_partner.py
new file mode 100644
index 0000000..64a8b5d
--- /dev/null
+++ b/models/res_partner.py
@@ -0,0 +1,23 @@
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from odoo import models
+
+class ResPartner(models.Model):
+ _inherit = 'res.partner'
+
+ def _compute_im_status(self):
+ super()._compute_im_status()
+ for user in self.user_ids:
+ dayfield = self.env['hr.employee']._get_current_day_location_field()
+ location_type = user[dayfield].location_type
+ if not location_type:
+ continue
+ im_status = user.partner_id.im_status
+ if im_status == "online" or im_status == "away" or im_status == "offline":
+ user.partner_id.im_status = location_type + "_" + im_status
+
+ def get_worklocation(self, start_date, end_date):
+ employee_id = self.env['hr.employee'].search([
+ ('work_contact_id', 'in', self.ids),
+ ('company_id', '=', self.env.company.id)])
+ return employee_id._get_worklocation(start_date, end_date)
diff --git a/models/res_users.py b/models/res_users.py
new file mode 100644
index 0000000..620e177
--- /dev/null
+++ b/models/res_users.py
@@ -0,0 +1,26 @@
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+from odoo import models, fields
+
+from .hr_homeworking import DAYS
+
+class User(models.Model):
+ _inherit = ['res.users']
+
+ monday_location_id = fields.Many2one("hr.work.location", related="employee_id.monday_location_id", readonly=False, string='Monday')
+ tuesday_location_id = fields.Many2one("hr.work.location", related="employee_id.tuesday_location_id", readonly=False, string='Tuesday')
+ wednesday_location_id = fields.Many2one("hr.work.location", related="employee_id.wednesday_location_id", readonly=False, string='Wednesday')
+ thursday_location_id = fields.Many2one("hr.work.location", related="employee_id.thursday_location_id", readonly=False, string='Thursday')
+ friday_location_id = fields.Many2one("hr.work.location", related="employee_id.friday_location_id", readonly=False, string='Friday')
+ saturday_location_id = fields.Many2one("hr.work.location", related="employee_id.saturday_location_id", readonly=False, string='Saturday')
+ sunday_location_id = fields.Many2one("hr.work.location", related="employee_id.sunday_location_id", readonly=False, string='Sunday')
+
+ def _get_employee_fields_to_sync(self):
+ return super()._get_employee_fields_to_sync() + DAYS
+
+ @property
+ def SELF_READABLE_FIELDS(self):
+ return super().SELF_READABLE_FIELDS + DAYS
+
+ @property
+ def SELF_WRITEABLE_FIELDS(self):
+ return super().SELF_WRITEABLE_FIELDS + DAYS
diff --git a/security/ir.model.access.csv b/security/ir.model.access.csv
new file mode 100644
index 0000000..24e6852
--- /dev/null
+++ b/security/ir.model.access.csv
@@ -0,0 +1,4 @@
+id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
+access_hr_employee_location,hr.employee.location,model_hr_employee_location,hr.group_hr_user,1,1,1,1
+access_user_employee_location,hr.employee.location,model_hr_employee_location,base.group_user,1,1,1,1
+access_homework_location_wizard,homework.location.wizard,model_homework_location_wizard,base.group_user,1,1,1,1
diff --git a/security/security.xml b/security/security.xml
new file mode 100644
index 0000000..e33a1dd
--- /dev/null
+++ b/security/security.xml
@@ -0,0 +1,36 @@
+
+
+
+
+ homeworking: own
+
+
+ [
+ ('employee_id', '=', user.employee_id.id)
+ ]
+
+
+
+ homeworking: admin
+
+
+ [(1, '=', 1)]
+
+
+
+ homeworking wizard: own
+
+
+ [
+ ('employee_id', '=', user.employee_id.id)
+ ]
+
+
+
+ homeworking wizard: admin
+
+
+ [(1, '=', 1)]
+
+
+
diff --git a/static/src/calendar/common/calendar_common_renderer.js b/static/src/calendar/common/calendar_common_renderer.js
new file mode 100644
index 0000000..c49b357
--- /dev/null
+++ b/static/src/calendar/common/calendar_common_renderer.js
@@ -0,0 +1,194 @@
+/** @odoo-module **/
+
+import { AttendeeCalendarCommonRenderer } from "@calendar/views/attendee_calendar/common/attendee_calendar_common_renderer";
+import { patch } from "@web/core/utils/patch";
+import { renderToString } from "@web/core/utils/render";
+
+const { DateTime } = luxon;
+
+patch(AttendeeCalendarCommonRenderer.prototype, {
+ get options(){
+ return {
+ ...super.options,
+ eventOrder: function(event1, event2){
+ if (event1.extendedProps.worklocation){
+ return -1;
+ } else {
+ if(event2.extendedProps.worklocation){
+ return 1;
+ } else {
+ return event1.title.localeCompare(event2.title);
+ }
+ }
+ },
+ };
+ },
+ fcEventToRecord(event) {
+ const res = super.fcEventToRecord(...arguments);
+ res.homework = event.homework;
+ return res;
+ },
+ filterWorkRecord(arr, modelUserId){
+ let events = []
+ if (arr.length === 1){
+ events.push(this.convertWorkRecordToEvent(arr[0]))
+ return events;
+ }
+ // sort ASC by title location. If it's equals put the event of the current user at first
+ arr.sort((a,b)=> (a.title > b.title) ? 1 : (a.title < b.title) ? -1 : a.userId === modelUserId ? -1 : b.userId === modelUserId ? 1 : 0)
+ let previous_title = "";
+ for (const event of arr) {
+ if (previous_title !== event.title) {
+ events.push(this.convertWorkRecordToEvent(event))
+ previous_title = event.title
+ }
+ }
+ return events;
+ },
+ mapRecordsToEvents() {
+ let event = super.mapRecordsToEvents(...arguments);
+ let work = [];
+ if (this.props.model.multiCalendar) {
+ for (const day in this.props.model.worklocations) {
+ let events = [];
+ const home = this.props.model.worklocations[day].home;
+ const office = this.props.model.worklocations[day].office;
+ const other = this.props.model.worklocations[day].other;
+ const modelUserId = this.env.searchModel.userService.userId;
+ if (home && home.length > 0) {
+ events = events.concat(this.filterWorkRecord(home,modelUserId))
+ }
+ if (office && office.length > 0) {
+ events = events.concat(this.filterWorkRecord(office,modelUserId))
+ }
+ if (other && other.length > 0) {
+ events = events.concat(this.filterWorkRecord(other,modelUserId))
+ }
+ work.push(...events);
+ }
+ } else {
+ work = Object.values(this.props.model.worklocations).reduce((wls, wl) => {
+ if (wl.display) {
+ wls.push(this.convertWorkRecordToEvent(wl));
+ }
+ return wls;
+ }, []);
+ }
+ return event.concat(work);
+ },
+ convertWorkRecordToEvent(record) {
+ return {
+ id: record.id,
+ title: record.title,
+ start: record.start.toISO(),
+ end: record.end.plus({ days: 1}).toISO(),
+ allDay: record.isAllDay,
+ icon: record.icon,
+ colorIndex: record.colorIndex,
+ worklocation: true,
+ // to avoid to drag location event
+ editable: false,
+ };
+ },
+ onDayRender(info){
+ const parsedDate = DateTime.fromJSDate(info.date).toISODate();
+ if (this.props.model.scale === 'week' || this.props.model.scale === 'day'){
+ const button = info.view.context.calendar.el.querySelector(`.fc-day-header[data-date='${parsedDate}'] .o_worklocation_text`)
+ const line = info.view.context.calendar.el.querySelector(`.fc-day-header[data-date='${parsedDate}'] .o_worklocation_line`)
+ if (!button || !line)
+ return;
+ info.homework = true;
+ button.onclick = () =>this.onDateClick(info)
+ line.onclick = () =>this.onDateClick(info)
+ }
+ if (this.props.model.scale === 'month'){
+ const box = info.view.el.querySelector(`.fc-day-top[data-date='${parsedDate}']`)
+ if (!box)
+ return;
+ const content = renderToString(this.constructor.ButtonWorklocationTemplate, {})
+ const {children } = new DOMParser().parseFromString(content, "text/html").body
+ box.appendChild(...children);
+ info.homework = true;
+ }
+ super.onDayRender(...arguments);
+ },
+ onEventRender(info) {
+ const { el, event } = info;
+ if (event.extendedProps.worklocation) {
+ el.classList.add("o_homework_event");
+ const multiCalendar = this.props.model.multiCalendar;
+ let injectedContentStr = "";
+ const icon = event.extendedProps.icon;
+ if (multiCalendar) {
+ const parsedDate = DateTime.fromJSDate(info.event.start).toISODate()
+ const records = this.props.model.worklocations[parsedDate][icon].filter((rec) => rec.title === event.title);
+ let iconStr;
+ if (icon === "home") {
+ iconStr = "fa-home";
+ }
+ else if (icon === "office") {
+ iconStr = "fa-building";
+ }
+ else {
+ iconStr = "fa-map-marker";
+ }
+ if (records) {
+ const obj = {records: records, iconStr: iconStr, multiCalendar: multiCalendar};
+ injectedContentStr = renderToString(this.constructor.WorklocationTemplate, obj);
+ }
+ } else {
+ const record = this.props.model.worklocations[DateTime.fromJSDate(info.event.start).toISODate()];
+ if (record) {
+ injectedContentStr = renderToString(this.constructor.WorklocationTemplate, record);
+ }
+ }
+ const domParser = new DOMParser();
+ const { children } = domParser.parseFromString(injectedContentStr, "text/html").body;
+ el.querySelector(".fc-content").replaceWith(...children);
+ } else {
+ super.onEventRender(...arguments);
+ }
+ },
+ onDblClick(info) {
+ if (info.event.extendedProps.worklocation) {
+ this.onClick(info);
+ } else {
+ super.onDblClick(...arguments);
+ }
+ },
+ onClick(info){
+ if (info.event.extendedProps.worklocation){
+ const elems = document.elementsFromPoint(info.jsEvent.x, info.jsEvent.y)
+ const dayElement = elems.find((elem) => elem.classList.contains("fc-day","fc-widget-content"))
+ const dayFromElement = dayElement.getAttribute("data-date")
+ let workLocation;
+ if (this.props.model.multiCalendar) {
+ const elem = elems.find((elem) => elem.classList.contains("o_homework_content"))
+ if (!elem){
+ return;
+ }
+ const id = elem.getAttribute("data-id");
+ const icon = info.event.extendedProps.icon;
+ workLocation = this.props.model.worklocations[dayFromElement][icon].find((wl) => wl.id === id);
+ } else {
+ workLocation = Object.values(this.props.model.worklocations).find(wl => wl.start.toISODate() === dayFromElement);
+ }
+ this.openPopover(info.el, workLocation);
+ this.highlightEvent(info.event, "o_cw_custom_highlight");
+ } else {
+ super.onClick(...arguments);
+ }
+ },
+ onDateClick(info){
+ if (info.jsEvent && info.jsEvent.target.closest(".o_worklocation_btn")) {
+ info.homework = true
+ this.props.createRecord(this.fcEventToRecord(info));
+ } else {
+ super.onDateClick(...arguments)
+ }
+ }
+});
+
+AttendeeCalendarCommonRenderer.WorklocationTemplate = "hr.homeworking.CalendarCommonRenderer.worklocation";
+AttendeeCalendarCommonRenderer.ButtonWorklocationTemplate = "hr.homeworking.CalendarCommonRenderer.buttonWorklocation";
+AttendeeCalendarCommonRenderer.headerTemplate = "hr_homeworking.CalendarCommonRendererHeader";
diff --git a/static/src/calendar/common/calendar_common_renderer.scss b/static/src/calendar/common/calendar_common_renderer.scss
new file mode 100644
index 0000000..fdb883f
--- /dev/null
+++ b/static/src/calendar/common/calendar_common_renderer.scss
@@ -0,0 +1,75 @@
+.o_worklocation_btn {
+ .o_worklocation_text, .o_worklocation_line {
+ box-shadow: 0 1px 0 rgba(0,0,0, 0.3)
+ }
+
+ .o_worklocation_text {
+ font-size: o-to-rem(10px);
+ }
+}
+
+.o_worklocation_line {
+ height: 3px;
+}
+
+.fc-event.o_homework_event {
+ background-color: transparent;
+ border-color: transparent;
+ box-shadow: none;
+ cursor: pointer;
+
+ .o_homework_multi .o_homeworking_content .fa {
+ height: var(--o-homework-icon-size, 20px);
+ aspect-ratio: 1;
+ font-size: var(--o-homework-icon-size, 1.2rem);
+
+ &.fa-building:before {
+ transform: scale(.8);
+ }
+ }
+}
+
+// ----- View specific
+.fc-timeGridDay-view {
+ .o_worklocation_btn .o_worklocation_line{
+ display: none;
+ }
+}
+
+@include media-breakpoint-down(md) {
+
+
+ .fc-timeGridWeek-view .o_homework_multi {
+ --o-homework-icon-size: 1rem;
+
+ > span {
+ display: none !important;
+ }
+ }
+
+ .fc-dayGridMonth-view .o_homework_multi {
+ --o-homework-icon-size: .75rem;
+
+ > span {
+ display: none !important;
+ }
+ }
+}
+
+@for $-i from 1 through length($o-colors-complete) {
+ $-color: nth($o-colors-complete, $-i);
+ $-color-subtle: tint-color($-color, 65%);
+
+ .o_homework_multi {
+ .wl_color_#{$-i - 1} {
+ color: shade-color($-color, 10%);
+ background-color: $-color-subtle;
+ border-color: $-color-subtle !important;
+ }
+ }
+ .o_homework_single {
+ .wl_color_#{$-i - 1} {
+ background-color: $-color-subtle;
+ }
+ }
+}
diff --git a/static/src/calendar/common/calendar_model.js b/static/src/calendar/common/calendar_model.js
new file mode 100644
index 0000000..837d4ab
--- /dev/null
+++ b/static/src/calendar/common/calendar_model.js
@@ -0,0 +1,132 @@
+/** @odoo-module **/
+
+import { AttendeeCalendarModel } from "@calendar/views/attendee_calendar/attendee_calendar_model";
+import { serializeDateTime } from "@web/core/l10n/dates";
+import { getColor } from "@web/views/calendar/colors";
+import { patch } from "@web/core/utils/patch";
+
+const { Interval } = luxon;
+
+patch(AttendeeCalendarModel.prototype, {
+ fetchEventLocation(data) {
+ let attendeeIds;
+ const filters = data.filterSections.partner_ids.filters;
+ if (filters[filters.length - 1].type === "all" && filters[filters.length - 1].active) {
+ attendeeIds = Object.keys(this.partnerColorMap);
+ } else {
+ attendeeIds = data.filterSections.partner_ids.filters
+ .filter(filter => filter.type !== "all" && filter.value && filter.active)
+ .map(filter => filter.value)
+ }
+ return this.orm.call('res.partner', "get_worklocation", [
+ attendeeIds,
+ serializeDateTime(data.range.start),
+ serializeDateTime(data.range.end),
+ ]);
+ },
+
+ // returns a map of worklocations, display is used to mark the events that are to be shown in the view.
+ async loadWorkLocations(data) {
+ const res = await this.fetchEventLocation(data)
+ this.multiCalendar = Object.keys(res).length > 1;
+ const events = {};
+ let previousDay;
+ const rangeInterval = Interval.fromDateTimes(data.range.start.startOf("day"), data.range.end.endOf("day")).splitBy({day: 1});
+ for (const day of rangeInterval) {
+ const startDay = day.s;
+ const dayISO = startDay.toISODate();
+ const dayName = startDay.setLocale("en").weekdayLong.toLowerCase();
+ for (const employeeId in res) {
+ if (this.multiCalendar) {
+ if (!(dayISO in events)) {
+ events[dayISO] = {};
+ }
+ if (res[employeeId].exceptions && dayISO in res[employeeId].exceptions) {
+ // check if exception for that date
+ const { location_type } = res[employeeId].exceptions[dayISO];
+ if (location_type in events[dayISO]) {
+ events[dayISO][location_type].push(this.createHomeworkingEventAt(res[employeeId], startDay, res[employeeId].exceptions[dayISO]));
+ } else {
+ events[dayISO][location_type] = [this.createHomeworkingEventAt(res[employeeId], startDay, res[employeeId].exceptions[dayISO])];
+ }
+ }
+ else {
+ const locationKeyName = `${dayName}_location_id`;
+ if (!(locationKeyName in res[employeeId])) {
+ continue;
+ }
+ const {location_type} = res[employeeId][locationKeyName];
+ if (location_type in events[dayISO]) {
+ events[dayISO][location_type].push(this.createHomeworkingEventAt(res[employeeId], startDay, res[employeeId][locationKeyName]));
+ } else {
+ events[dayISO][location_type] = [this.createHomeworkingEventAt(res[employeeId], startDay, res[employeeId][locationKeyName])];
+ }
+ }
+ } else {
+ const hasException = res[employeeId].exceptions && dayISO in res[employeeId].exceptions;
+ const workLocationData = hasException ? res[employeeId].exceptions[dayISO] : res[employeeId][`${dayName}_location_id`];
+ const currentEvent = this.createHomeworkingEventAt(res[employeeId], startDay, workLocationData);
+ const previousEvent = events[previousDay];
+ if (previousEvent && previousEvent.icon === currentEvent.icon && previousEvent.title === currentEvent.title) {
+ previousEvent.end = previousEvent.end.plus({days:1});
+ currentEvent.display = false;
+ } else {
+ previousDay = dayISO;
+ }
+ if (currentEvent.title) {
+ events[dayISO] = currentEvent;
+ }
+ }
+ }
+ }
+ return events;
+ },
+
+ createHomeworkingEventAt(record, day, workLocationData) {
+ const { location_type, location_name, work_location_id, hr_employee_location_id} = workLocationData;
+ const ghostEvent = !Boolean(hr_employee_location_id);
+ const id = ghostEvent ? `default-location-${record.employee_id}-${day.toMillis()}` : String(hr_employee_location_id);
+ return {
+ id,
+ title: location_name,
+ isAllDay: true,
+ duration : 1,
+ start: day,
+ end: day.plus({hours: 1}),
+ isHatched: false,
+ isStriked: false,
+ display: true,
+ multiCalendar: this.multiCalendar,
+ homeworking: true,
+ employeeId: record.employee_id,
+ employeeName: record.employee_name,
+ icon: location_type,
+ userId: record.user_id,
+ partnerId: record.partner_id,
+ colorIndex: this.partnerColorMap[record.partner_id],
+ resModel: "hr.employee.location",
+ work_location_id,
+ ghostEvent,
+ rawRecord: record,
+ };
+ },
+
+ get worklocations() {
+ return this.data.worklocations;
+ },
+
+ mapPartnersToColor(data) {
+ return data.filterSections.partner_ids.filters
+ .filter(filter => filter.type !== "all" && filter.value)
+ .reduce((map, partner) => ({ ...map, [partner.value]: getColor(partner.colorIndex)}), {})
+ },
+
+ /**
+ * @override
+ */
+ async updateData(data){
+ await super.updateData(...arguments)
+ this.partnerColorMap = this.mapPartnersToColor(data);
+ data.worklocations = await this.loadWorkLocations(data);
+ }
+})
diff --git a/static/src/calendar/common/calender_common_renderer.xml b/static/src/calendar/common/calender_common_renderer.xml
new file mode 100644
index 0000000..0d6b7f8
--- /dev/null
+++ b/static/src/calendar/common/calender_common_renderer.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/src/calendar/common/popover/calendar_common_popover.js b/static/src/calendar/common/popover/calendar_common_popover.js
new file mode 100644
index 0000000..0849a23
--- /dev/null
+++ b/static/src/calendar/common/popover/calendar_common_popover.js
@@ -0,0 +1,70 @@
+/** @odoo-module **/
+
+import { patch } from "@web/core/utils/patch";
+import { AttendeeCalendarCommonPopover } from "@calendar/views/attendee_calendar/common/attendee_calendar_common_popover";
+import { Field } from "@web/views/fields/field"
+
+patch(AttendeeCalendarCommonPopover.prototype, {
+ setup() {
+ this.fieldNames = ["work_location_id", "work_location_name", "work_location_type", "employee_id", "weekday", "weekly", "start_date", "employee_name"];
+ super.setup(...arguments);
+ this.values = {
+ work_location_id: this.props.record.work_location_id,
+ work_location_name: this.props.record.title,
+ work_location_type: this.props.record.icon,
+ employee_id: this.props.record.employeeId,
+ weekday: false,
+ weekly: false,
+ date: this.props.record.start,
+ employee_name: this.props.record.employeeName,
+ };
+ this.fields = {
+ "work_location_id": { name: "Work Location", type: "many2one", relation: "hr.work.location"},
+ "work_location_name": { name: "Work Location Name", type: "char"},
+ "work_location_type": { name: "work location type", type: "selection"},
+ "employee_id": { name: "employee id", type: "many2one", relation: "hr.employee"},
+ "weekday": { name: "weekday", type: "integer"},
+ "weekly": { name: "weekly", type: "boolean"},
+ "date": { name: "date", type: "date"},
+ "employee_name": { name: "employee name", type:"char"}
+ };
+ },
+ isWorkLocationEvent(){
+ return this.props.record['resModel'] === 'hr.employee.location';
+ },
+ get hasFooter() {
+ return !this.isWorkLocationEvent() || this.props.record.userId === this.user.userId
+ },
+ isCurrentUserIsOwnerWorklocation(){
+ return this.isWorkLocationEvent() && this.props.record.userId === this.slot.record.model.user.userId;
+ },
+ get isEventEditable() {
+ return ('resModel' in this.props.record) || super.isEventEditable;
+ },
+ get isEventViewable() {
+ return !('resModel' in this.props.record) || super.isEventViewable;
+ },
+ get isEventDeletable() {
+ return super.isEventDeletable;
+ },
+ get displayAttendeeAnswerChoice() {
+ return !('resModel' in this.props.record) && super.displayAttendeeAnswerChoice;
+ },
+ get isCurrentUserAttendee() {
+ return !('resModel' in this.props.record) && super.isCurrentUserAttendee;
+ },
+})
+
+AttendeeCalendarCommonPopover.template = "homework.AttendeeCalendarCommonPopover"
+
+
+AttendeeCalendarCommonPopover.subTemplates = {
+ ...AttendeeCalendarCommonPopover.subTemplates,
+ body: "homework.AttendeeCalendarCommonPopover.body",
+ footer: "homework.AttendeeCalendarCommonPopover.footer",
+}
+
+AttendeeCalendarCommonPopover.components = {
+ ...AttendeeCalendarCommonPopover.components,
+ Field
+}
diff --git a/static/src/calendar/common/popover/calendar_common_popover.xml b/static/src/calendar/common/popover/calendar_common_popover.xml
new file mode 100644
index 0000000..a4a16a3
--- /dev/null
+++ b/static/src/calendar/common/popover/calendar_common_popover.xml
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/src/calendar/hr_homeworking_calendar_controller.js b/static/src/calendar/hr_homeworking_calendar_controller.js
new file mode 100644
index 0000000..f44e4d2
--- /dev/null
+++ b/static/src/calendar/hr_homeworking_calendar_controller.js
@@ -0,0 +1,83 @@
+/** @odoo-module **/
+
+import { _t } from "@web/core/l10n/translation";
+import { patch } from "@web/core/utils/patch";
+import { useService } from "@web/core/utils/hooks";
+import { ConfirmationDialog } from "@web/core/confirmation_dialog/confirmation_dialog";
+import { AttendeeCalendarController } from "@calendar/views/attendee_calendar/attendee_calendar_controller"
+import { serializeDate} from "@web/core/l10n/dates";
+
+patch(AttendeeCalendarController.prototype, {
+ setup() {
+ super.setup()
+ this.action = useService("action");
+ },
+ async editRecord(record, context = {}, shouldFetchFormViewId = true) {
+ if (record.homeworking && 'start' in record) {
+ return this.action.doAction('hr_homeworking.set_location_wizard_action',{
+ name: _t("Edit Record"),
+ additionalContext: {
+ 'default_date': serializeDate(record.start),
+ 'default_work_location_id' : record.work_location_id,
+ 'dialog_size': 'medium',
+ },
+ onClose: async (closeInfo) => {
+ this.model.load()
+ },
+ });
+ }
+ return super.editRecord(...arguments)
+ },
+ createRecord(record) {
+ if (record.homework) {
+ return this.action.doAction('hr_homeworking.set_location_wizard_action',{
+ name: _t("Create Record"),
+ additionalContext: {
+ 'default_date': serializeDate(record.start),
+ 'dialog_size': 'medium',
+ },
+ onClose: async (closeInfo) => {
+ this.model.load()
+ },
+ });
+ } else {
+ return super.createRecord(record);
+ }
+ },
+ deleteRecord(record) {
+ if (record.id && record.homeworking) {
+ if (record.ghostEvent) {
+ this.displayDialog(ConfirmationDialog, {
+ title: _t("Confirmation"),
+ body: _t("Are you sure you want to delete this location?"),
+ confirm: () => {
+ const dayName = record.start.setLocale("en").weekdayLong.toLowerCase();
+ const locationField = `${dayName}_location_id`;
+ this.orm.call('hr.employee', "write", [
+ [record.rawRecord.employee_id],
+ {[locationField]: false}
+ ]);
+ this.model.load();
+ },
+ cancel: () => {
+ },
+ });
+ } else {
+ this.displayDialog(ConfirmationDialog, {
+ title: _t("Confirmation"),
+ body: _t("Are you sure you want to delete this exception?"),
+ confirm: () => {
+ this.orm.call('hr.employee.location', "unlink", [
+ record.id,
+ ]);
+ this.model.load();
+ },
+ cancel: () => {
+ },
+ });
+ }
+ } else {
+ super.deleteRecord(...arguments)
+ }
+ },
+})
diff --git a/static/src/components/hr_presence_status/hr_presence_status.js b/static/src/components/hr_presence_status/hr_presence_status.js
new file mode 100644
index 0000000..3bbb437
--- /dev/null
+++ b/static/src/components/hr_presence_status/hr_presence_status.js
@@ -0,0 +1,74 @@
+/** @odoo-module **/
+
+import { patch } from "@web/core/utils/patch";
+
+import { HrPresenceStatus, hrPresenceStatus } from "@hr/components/hr_presence_status/hr_presence_status";
+import { HrPresenceStatusPrivate, hrPresenceStatusPrivate } from "@hr/components/hr_presence_status_private/hr_presence_status_private";
+
+const patchHrPresenceStatus = () => ({
+ get color() {
+ if (this.location) {
+ let color = "text-muted";
+ if (this.props.record.data.hr_presence_state !== "to_define") {
+ color = this.props.record.data.hr_presence_state === "present" ? "text-success" : "text-warning";
+ }
+ return color;
+ }
+ return super.color;
+ },
+
+ get icon() {
+ if (this.location) {
+ switch (this.location) {
+ case "home":
+ return "fa-home";
+ case "office":
+ return "fa-building";
+ case "other":
+ return "fa-map-marker";
+ }
+ }
+ return super.icon;
+ },
+
+ get location() {
+ let location = this.value?.split("_")[1] || "";
+ if (location && !['home', 'office', 'other'].includes(location)) {
+ location = "";
+ }
+ return location;
+ },
+
+ get label() {
+ if (this.location) {
+ return this.props.record.data.name_work_location_display;
+ }
+ return super.label;
+ },
+});
+
+// for the both components: first applies the common patch and then applies patch for label
+patch(HrPresenceStatus.prototype, patchHrPresenceStatus());
+patch(HrPresenceStatusPrivate.prototype, patchHrPresenceStatus());
+
+const additionalFieldDependencies = [
+ { name: "hr_presence_state", type: "selection" },
+ { name: "name_work_location_display", type: "char" }
+];
+if (typeof hrPresenceStatus.fieldDependencies === "function") {
+ const oldFieldDependencies = hrPresenceStatus.fieldDependencies;
+ hrPresenceStatus.fieldDependencies = (widgetInfo) => {
+ const fieldDependencies = oldFieldDependencies(widgetInfo);
+ fieldDependencies.push(...additionalFieldDependencies);
+ return fieldDependencies;
+ }
+} else {
+ hrPresenceStatus.fieldDependencies = [
+ ...(hrPresenceStatus.fieldDependencies || []),
+ ...additionalFieldDependencies,
+ ];
+}
+hrPresenceStatusPrivate.fieldDependencies = [
+ ...(hrPresenceStatusPrivate.fieldDependencies || []),
+ ...additionalFieldDependencies,
+];
diff --git a/static/src/im_status_patch.xml b/static/src/im_status_patch.xml
new file mode 100644
index 0000000..0cf6eea
--- /dev/null
+++ b/static/src/im_status_patch.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $0
+
+ $0
+
+ $0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $0
+
+ $0
+
+ $0
+
+
+
\ No newline at end of file
diff --git a/static/tests/hr_org_chart_tests.js b/static/tests/hr_org_chart_tests.js
new file mode 100644
index 0000000..3fcba5a
--- /dev/null
+++ b/static/tests/hr_org_chart_tests.js
@@ -0,0 +1,9 @@
+/** @odoo-module */
+
+import { registry } from "@web/core/registry";
+
+const mockRegistry = registry.category("mock_server");
+
+mockRegistry.add("get_worklocation", function(route, args) {
+ return Promise.resolve();
+});
diff --git a/tests/__init__.py b/tests/__init__.py
new file mode 100644
index 0000000..bc9a0e2
--- /dev/null
+++ b/tests/__init__.py
@@ -0,0 +1 @@
+from . import test_hr_employee_location
diff --git a/tests/common.py b/tests/common.py
new file mode 100644
index 0000000..6f341ba
--- /dev/null
+++ b/tests/common.py
@@ -0,0 +1,55 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from odoo.addons.mail.tests.common import mail_new_test_user
+from odoo.tests import common
+
+
+class TestHrHomeworkingCommon(common.TransactionCase):
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestHrHomeworkingCommon, cls).setUpClass()
+ cls.env.user.tz = 'Europe/Brussels'
+
+ cls.user_employee = mail_new_test_user(cls.env, login='david', groups='base.group_user')
+
+ # Hr Data
+ Department = cls.env['hr.department'].with_context(tracking_disable=True)
+ WorkLocation = cls.env['hr.work.location'].with_context(tracking_disable=True)
+ main_partner_id = cls.env.ref('base.main_partner')
+
+ cls.rd_dept = Department.create({
+ 'name': 'Research and devlopment',
+ })
+
+ cls.work_office_1 = WorkLocation.create({
+ 'name': "Bureau 1",
+ 'location_type': "office",
+ 'address_id': main_partner_id.id,
+ })
+
+ cls.work_office_2 = WorkLocation.create({
+ 'name': "Bureau 2",
+ 'location_type': "office",
+ 'address_id': main_partner_id.id,
+ })
+
+ cls.work_home = WorkLocation.create({
+ 'name': "Maison",
+ 'location_type': "home",
+ 'address_id': main_partner_id.id,
+ })
+
+ cls.employee_emp = cls.env['hr.employee'].create({
+ 'name': 'David Employee',
+ 'user_id': cls.user_employee.id,
+ 'department_id': cls.rd_dept.id,
+ 'monday_location_id': cls.work_home.id,
+ 'tuesday_location_id': cls.work_home.id,
+ 'wednesday_location_id': cls.work_office_1.id,
+ 'thursday_location_id': cls.work_office_1.id,
+ 'friday_location_id': cls.work_office_1.id,
+ 'saturday_location_id': cls.work_home.id,
+ 'sunday_location_id': cls.work_home.id,
+ })
diff --git a/tests/test_hr_employee_location.py b/tests/test_hr_employee_location.py
new file mode 100644
index 0000000..f65f575
--- /dev/null
+++ b/tests/test_hr_employee_location.py
@@ -0,0 +1,109 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from odoo.addons.hr_homeworking.tests.common import TestHrHomeworkingCommon
+
+from odoo.tests import tagged
+from datetime import datetime
+
+@tagged('post_install', '-at_install', "homeworking_tests")
+class TestHrHomeworkingHrEmployeeLocation(TestHrHomeworkingCommon):
+ @classmethod
+ def setUpClass(cls):
+ super(TestHrHomeworkingHrEmployeeLocation, cls).setUpClass()
+ cls.HrEmployeeLocation = cls.env['hr.employee.location']
+
+ def test_set_location_with_weekly_option_changes_employee_location(self):
+ wizard = self.env['homework.location.wizard'].create({
+ 'work_location_id': self.work_home.id,
+ 'date': datetime(2023, 10, 4), # wednesday
+ 'employee_id': self.employee_emp.id,
+ 'weekly': True
+ })
+ wizard.set_employee_location()
+ self.assertEqual(self.employee_emp.wednesday_location_id.id, self.work_home.id)
+ created_worklocations = self.HrEmployeeLocation.search([
+ ('employee_id', '=', self.employee_emp.id),
+ ('date', '=', datetime(2023, 10, 4)),
+ ])
+ self.assertEqual(len(created_worklocations), 0, 'should have created 0 worklocation records')
+
+ def test_set_location_without_weekly_option_should_create_an_exception(self):
+ wizard = self.env['homework.location.wizard'].create({
+ 'work_location_id': self.work_home.id,
+ 'date': datetime(2023, 10, 4), # wednesday
+ 'employee_id': self.employee_emp.id,
+ 'weekly': False
+ })
+ wizard.set_employee_location()
+ created_worklocations = self.HrEmployeeLocation.search([
+ ('employee_id', '=', self.employee_emp.id),
+ ('date', '=', datetime(2023, 10, 4)),
+ ])
+ self.assertEqual(len(created_worklocations), 1, 'should have created 1 worklocation record')
+ self.assertEqual(created_worklocations.work_location_id.id, self.work_home.id)
+
+ def test_create_exception_on_top_of_exception_keeps_a_single_record(self):
+ wizard = self.env['homework.location.wizard'].create({
+ 'work_location_id': self.work_home.id,
+ 'date': datetime(2023, 10, 4), # wednesday
+ 'employee_id': self.employee_emp.id,
+ 'weekly': False
+ })
+ wizard.set_employee_location()
+ created_worklocations = self.HrEmployeeLocation.search([
+ ('employee_id', '=', self.employee_emp.id),
+ ('date', '=', datetime(2023, 10, 4)),
+ ])
+ self.assertEqual(len(created_worklocations), 1, 'should have created 1 worklocation record')
+ wizard.work_location_id = self.work_office_2
+ wizard.set_employee_location()
+ created_worklocations = self.HrEmployeeLocation.search([
+ ('employee_id', '=', self.employee_emp.id),
+ ('date', '=', datetime(2023, 10, 4)),
+ ])
+ self.assertEqual(len(created_worklocations), 1, 'should have created 1 worklocation record')
+ self.assertEqual(created_worklocations.work_location_id.id, self.work_office_2.id)
+
+ def test_set_same_location_as_default_one_should_not_create_exception(self):
+ wizard = self.env['homework.location.wizard'].create({
+ 'work_location_id': self.work_office_1.id,
+ 'date': datetime(2023, 10, 4), # wednesday
+ 'employee_id': self.employee_emp.id,
+ 'weekly': False
+ })
+ wizard.set_employee_location()
+ created_worklocations = self.HrEmployeeLocation.search([
+ ('employee_id', '=', self.employee_emp.id),
+ ('date', '=', datetime(2023, 10, 4)),
+ ])
+ self.assertEqual(len(created_worklocations), 0, 'should have created 0 worklocation records')
+
+ def test_set_default_day_location_as_exception_will_delete_exception(self):
+ # create exception for a certain day
+ wizard = self.env['homework.location.wizard'].create({
+ 'work_location_id': self.work_home.id,
+ 'date': datetime(2023, 10, 4), # wednesday
+ 'employee_id': self.employee_emp.id,
+ 'weekly': False
+ })
+ wizard.set_employee_location()
+
+ created_worklocations = self.HrEmployeeLocation.search([
+ ('employee_id', '=', self.employee_emp.id),
+ ('date', '=', datetime(2023, 10, 4)),
+ ])
+
+ self.assertEqual(len(created_worklocations), 1, 'should have created 1 worklocation records')
+
+ # set default work location on day where an exception exists
+ wizard.work_location_id = self.work_office_1
+ wizard.set_employee_location()
+
+ created_worklocations = self.HrEmployeeLocation.search([
+ ('employee_id', '=', self.employee_emp.id),
+ ('date', '=', datetime(2023, 10, 4)),
+ ])
+
+ # exception should be deleted
+ self.assertEqual(len(created_worklocations), 0, 'should have deleted the worklocation record')
diff --git a/views/hr_employee_views.xml b/views/hr_employee_views.xml
new file mode 100644
index 0000000..114a8a9
--- /dev/null
+++ b/views/hr_employee_views.xml
@@ -0,0 +1,50 @@
+
+
+
+ view.employee.form.inherit.hr
+ hr.employee
+
+
+
+
+
+
+
+
+
+ view.employee.form.inherit.hr
+ hr.employee
+
+
+
+ 1
+
+
+
+ Specify your default work location for each day of the week. This schedule will repeat itself each week.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ hr.employee.tree.timesheet
+ hr.employee
+
+
+
+
+
+
+ 1
+
+
+
+
diff --git a/views/res_users.xml b/views/res_users.xml
new file mode 100644
index 0000000..ea7e9b0
--- /dev/null
+++ b/views/res_users.xml
@@ -0,0 +1,24 @@
+
+
+
+
+ res.users.preferences.form.inherit
+ res.users
+
+
+
+
+ Specify your default work location for each day of the week. This schedule will repeat itself each week.
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wizard/__init__.py b/wizard/__init__.py
new file mode 100644
index 0000000..5cfaaf0
--- /dev/null
+++ b/wizard/__init__.py
@@ -0,0 +1,4 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from . import homework_location_wizard
diff --git a/wizard/homework_location_wizard.py b/wizard/homework_location_wizard.py
new file mode 100644
index 0000000..23692f1
--- /dev/null
+++ b/wizard/homework_location_wizard.py
@@ -0,0 +1,60 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from odoo import fields, models, api
+
+from odoo.addons.hr_homeworking.models.hr_homeworking import DAYS
+
+class HomeworkLocationWizard(models.TransientModel):
+ _name = 'homework.location.wizard'
+ _description = 'Set Homework Location Wizard'
+
+ work_location_id = fields.Many2one('hr.work.location', required=True, string="Location")
+ work_location_name = fields.Char(related='work_location_id.name', string="Location name")
+ work_location_type = fields.Selection(related="work_location_id.location_type")
+ employee_id = fields.Many2one('hr.employee', default=lambda self: self.env.user.employee_id, required=True, ondelete="cascade")
+ employee_name = fields.Char(related="employee_id.name")
+
+ weekly = fields.Boolean(default=False)
+ date = fields.Date(string="Date")
+ day_week_string = fields.Char(compute="_compute_day_week_string")
+
+ @api.depends('date')
+ def _compute_day_week_string(self):
+ for record in self:
+ record.day_week_string = record.date.strftime("%A")
+
+ def set_employee_location(self):
+ self.ensure_one()
+ default_employee_id = self.env.context.get('default_employee_id') or self.env.user.employee_id.id
+ employee_id = self.env['hr.employee'].browse(self.employee_id.id or default_employee_id)
+ employee_location = self.env['hr.employee.location'].search([
+ ('date', '=', self.date),
+ ('employee_id', '=', employee_id.id)
+ ])
+ weekday = self.date.weekday()
+ default_location_for_current_date = DAYS[weekday]
+ if self.weekly:
+ # delete any exceptions on the current date
+ if employee_location:
+ employee_location.unlink()
+ employee_id.write({
+ default_location_for_current_date: self.work_location_id.id,
+ })
+ else:
+ # check if work_location_id is the same as the default one for that day
+ if self.work_location_id.id == employee_id[default_location_for_current_date].id:
+ employee_location.unlink()
+ # check if worklocation is set for that employee that day
+ elif employee_location:
+ employee_location.write({
+ 'date': self.date,
+ 'employee_id': employee_id.id,
+ 'work_location_id': self.work_location_id.id
+ })
+ else:
+ self.env['hr.employee.location'].create({
+ 'date': self.date,
+ 'employee_id': employee_id.id,
+ 'work_location_id': self.work_location_id.id
+ })
diff --git a/wizard/homework_location_wizard.xml b/wizard/homework_location_wizard.xml
new file mode 100644
index 0000000..8ae9289
--- /dev/null
+++ b/wizard/homework_location_wizard.xml
@@ -0,0 +1,37 @@
+
+
+
+ homework.location.wizard.view.form
+ homework.location.wizard
+
+
+
+
+
+
+ Set Location
+ homework.location.wizard
+ form
+
+
+ new
+
+