-
-
Notifications
You must be signed in to change notification settings - Fork 673
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by pedrobaeza
- Loading branch information
Showing
24 changed files
with
1,361 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
==================== | ||
HR Holidays Settings | ||
==================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:0a821902a0897fe908d76e68ccd789cca8b064660182e253584e8416f4072d2f | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Beta | ||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fhr-lightgray.png?logo=github | ||
:target: https://github.com/OCA/hr/tree/17.0/hr_holidays_settings | ||
:alt: OCA/hr | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/hr-17-0/hr-17-0-hr_holidays_settings | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/hr&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module adds a Settings form in the menu of Leaves (HR Holidays | ||
module). This settings are empty by default but enable other modules to | ||
be able to extend it. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Usage | ||
===== | ||
|
||
To use this module, you need to: | ||
|
||
1. Go to *Leaves > Configuration > Settings*. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/hr/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/hr/issues/new?body=module:%20hr_holidays_settings%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
------- | ||
|
||
* ForgeFlow | ||
|
||
Contributors | ||
------------ | ||
|
||
- Miquel Raïch <[email protected]> | ||
- Andrea Stirpe <[email protected]> | ||
- Dennis Sluijk <[email protected]> | ||
- Anand Kansagra <[email protected]> | ||
- `CorporateHub <https://corporatehub.eu/>`__ | ||
|
||
- Alexey Pelykh <[email protected]> | ||
|
||
- Juany Davila <[email protected]> | ||
- [APSL](https://apsl.tech): | ||
|
||
- Antoni Marroig <[email protected]> | ||
|
||
Maintainers | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
This module is part of the `OCA/hr <https://github.com/OCA/hr/tree/17.0/hr_holidays_settings>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Copyright 2017 ForgeFlow S.L. | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
{ | ||
"name": "HR Holidays Settings", | ||
"summary": "Enables Settings Form for HR Holidays.", | ||
"version": "17.0.1.0.0", | ||
"category": "Human Resources", | ||
"website": "https://github.com/OCA/hr", | ||
"author": "ForgeFlow, Odoo Community Association (OCA)", | ||
"license": "AGPL-3", | ||
"depends": ["hr_holidays"], | ||
"data": ["views/res_config_settings.xml"], | ||
"installable": True, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * hr_holidays_settings | ||
# | ||
# Translators: | ||
# abdullah alsabi <[email protected]>, 2017 | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-11-28 01:44+0000\n" | ||
"PO-Revision-Date: 2017-11-28 01:44+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\n" | ||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" | ||
"Language: ar\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " | ||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" | ||
|
||
#. module: hr_holidays_settings | ||
#: model:ir.actions.act_window,name:hr_holidays_settings.hr_holidays_config_settings_action | ||
msgid "Configure HR Holidays" | ||
msgstr "" | ||
|
||
#. module: hr_holidays_settings | ||
#: model_terms:ir.ui.view,arch_db:hr_holidays_settings.res_config_settings_view_form | ||
msgid "Leaves Management" | ||
msgstr "" | ||
|
||
#. module: hr_holidays_settings | ||
#: model:ir.ui.menu,name:hr_holidays_settings.menu_hr_holidays_global_settings | ||
msgid "Settings" | ||
msgstr "" | ||
|
||
#~ msgid "" | ||
#~ "<span>(*) This configuration is related to the company you're logged into." | ||
#~ "</span>" | ||
#~ msgstr "" | ||
#~ "<span>(*) This configuration is related to the company you're logged into." | ||
#~ "</span>" | ||
|
||
#~ msgid "Cancel" | ||
#~ msgstr "إلغاء" | ||
|
||
#~ msgid "Company" | ||
#~ msgstr "الشركة" | ||
|
||
#~ msgid "Created by" | ||
#~ msgstr "انشئ من قبل" | ||
|
||
#~ msgid "Created on" | ||
#~ msgstr "وقت الانشاء" | ||
|
||
#~ msgid "Display Name" | ||
#~ msgstr "إسم العرض" | ||
|
||
#~ msgid "Last Updated by" | ||
#~ msgstr "اخر تعديل من قبل" | ||
|
||
#~ msgid "Last Updated on" | ||
#~ msgstr "اخر تعديل في" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * hr_holidays_settings | ||
# | ||
# Translators: | ||
# Niki Waibel <[email protected]>, 2017 | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-11-28 01:44+0000\n" | ||
"PO-Revision-Date: 2019-07-09 13:43+0000\n" | ||
"Last-Translator: Maria Sparenberg <[email protected]>\n" | ||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" | ||
"Language: de\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 3.7.1\n" | ||
|
||
#. module: hr_holidays_settings | ||
#: model:ir.actions.act_window,name:hr_holidays_settings.hr_holidays_config_settings_action | ||
msgid "Configure HR Holidays" | ||
msgstr "HR Feiertage konfigurieren" | ||
|
||
#. module: hr_holidays_settings | ||
#: model_terms:ir.ui.view,arch_db:hr_holidays_settings.res_config_settings_view_form | ||
msgid "Leaves Management" | ||
msgstr "Urlaubsverwaltung" | ||
|
||
#. module: hr_holidays_settings | ||
#: model:ir.ui.menu,name:hr_holidays_settings.menu_hr_holidays_global_settings | ||
msgid "Settings" | ||
msgstr "Einstellungen" | ||
|
||
#~ msgid "Leave Types" | ||
#~ msgstr "Urlaubstypen" | ||
|
||
#~ msgid "Created by" | ||
#~ msgstr "Erstellt von" | ||
|
||
#~ msgid "Created on" | ||
#~ msgstr "Angelegt am" | ||
|
||
#~ msgid "Display Name" | ||
#~ msgstr "Anzeigename" | ||
|
||
#~ msgid "ID" | ||
#~ msgstr "ID" | ||
|
||
#~ msgid "Last Modified on" | ||
#~ msgstr "Zuletzt geändert am" | ||
|
||
#~ msgid "Last Updated by" | ||
#~ msgstr "Zuletzt aktualisiert durch" | ||
|
||
#~ msgid "Last Updated on" | ||
#~ msgstr "Zuletzt aktualisiert am" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * hr_holidays_settings | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 17.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-11-17 09:12+0000\n" | ||
"PO-Revision-Date: 2023-11-17 09:12+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_holidays_settings | ||
#: model:ir.actions.act_window,name:hr_holidays_settings.hr_holidays_config_settings_action | ||
msgid "Configure HR Holidays" | ||
msgstr "Configurar Vacaciones RRHH" | ||
|
||
#. module: hr_holidays_settings | ||
#: model_terms:ir.ui.view,arch_db:hr_holidays_settings.res_config_settings_view_form | ||
msgid "Leaves Management" | ||
msgstr "Gestión de Ausencias" | ||
|
||
#. module: hr_holidays_settings | ||
#: model_terms:ir.ui.view,arch_db:hr_holidays_settings.res_config_settings_view_form | ||
msgid "Leaves management" | ||
msgstr "Gestión de Ausencias" | ||
|
||
#. module: hr_holidays_settings | ||
#: model:ir.ui.menu,name:hr_holidays_settings.menu_hr_holidays_global_settings | ||
msgid "Settings" | ||
msgstr "Configuración" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * hr_holidays_settings | ||
# | ||
# Translators: | ||
# Mehdi Zarrinkolah <[email protected]>, 2018 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-06-07 02:58+0000\n" | ||
"PO-Revision-Date: 2018-07-22 11:30+0000\n" | ||
"Last-Translator: derKonig <[email protected]>\n" | ||
"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" | ||
"Language: fa\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n > 1;\n" | ||
"X-Generator: Weblate 3.0.1\n" | ||
|
||
#. module: hr_holidays_settings | ||
#: model:ir.actions.act_window,name:hr_holidays_settings.hr_holidays_config_settings_action | ||
msgid "Configure HR Holidays" | ||
msgstr "پیکر بندی تعطیلات" | ||
|
||
#. module: hr_holidays_settings | ||
#: model_terms:ir.ui.view,arch_db:hr_holidays_settings.res_config_settings_view_form | ||
msgid "Leaves Management" | ||
msgstr "مدیریت برگها" | ||
|
||
#. module: hr_holidays_settings | ||
#: model:ir.ui.menu,name:hr_holidays_settings.menu_hr_holidays_global_settings | ||
msgid "Settings" | ||
msgstr "تنظیمات" | ||
|
||
#~ msgid "Leave Types" | ||
#~ msgstr "انوع خروج" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * hr_holidays_settings | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-11-28 01:44+0000\n" | ||
"PO-Revision-Date: 2017-11-28 01:44+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\n" | ||
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" | ||
"Language: fi\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: hr_holidays_settings | ||
#: model:ir.actions.act_window,name:hr_holidays_settings.hr_holidays_config_settings_action | ||
msgid "Configure HR Holidays" | ||
msgstr "" | ||
|
||
#. module: hr_holidays_settings | ||
#: model_terms:ir.ui.view,arch_db:hr_holidays_settings.res_config_settings_view_form | ||
msgid "Leaves Management" | ||
msgstr "" | ||
|
||
#. module: hr_holidays_settings | ||
#: model:ir.ui.menu,name:hr_holidays_settings.menu_hr_holidays_global_settings | ||
msgid "Settings" | ||
msgstr "" | ||
|
||
#~ msgid "Created by" | ||
#~ msgstr "Luonut" | ||
|
||
#~ msgid "Created on" | ||
#~ msgstr "Luotu" | ||
|
||
#~ msgid "ID" | ||
#~ msgstr "ID" | ||
|
||
#~ msgid "Last Updated by" | ||
#~ msgstr "Viimeksi päivittänyt" | ||
|
||
#~ msgid "Last Updated on" | ||
#~ msgstr "Viimeksi päivitetty" |
Oops, something went wrong.