forked from OCA/hr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OCA Transbot updated translations from Transifex
Fix _onchange_employee() arguments OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex [fix] `hr_employee_id` use deprecated `sequence.get_id()` (OCA#358) [add] hr_employee_address_improved (OCA#357) [ADD] hr_employee_category_parent (OCA#366) * [ADD] hr_employee_category_parent * [IMP] human readable name [UPD] addons table in README.md [ADD] setup.py [ADD] hr_holiday_notify_employee_manager: Notify by mail the manager of the employee requesting the leave. (OCA#331) OCA Transbot updated translations from Transifex [MIG] hr_holidays_notify_employee_manager: Migration to 10.0 [10.0][ADD] hr_holidays_settings [FIX] add company_id in view hr_worked_days_from_timesheet OCA Transbot updated translations from Transifex [ADD] hr_worked_days_from_timesheet v10 [IMP] Improved code [IMP] Improved code [MIG] hr_employee_legacy_id [FIX] update header [UPD] addons table in README.md [ADD] setup.py [MIG] 10.0 porting hr_skill [UPD] Move Skills menu into HR configuration and add widget m2m_tags in employee form view and add to contributors list [UPD] Update copyright [IMP] Add unit test to test nam_get function on hr_skill Refactor code for pep-8 Add group to Skill menu Fix imports & lost things in pull/300 [UPD] addons table in README.md [ADD] setup.py [MIG][9.0] hr_expense_analytic_plans module OCA Transbot updated translations from Transifex [MIG] hr_expense_analytic_distribution: Migration to 10.0 [REM] hr_expense_analytic_plans: Replaced by hr_expense_analytic_distribution [UPD] addons table in README.md [ADD] setup.py [FIX] Fix issue with 2 invoices on the same partner and the same total amount (OCA#237) On the same expense, when we have 2 or more lines with different invoices, and each invoices have the same total amount, reconcile is not possible. The fix is to exclude reconcile account.move.line, and the first time if we have more than one line to reconcile on the same amount, we keep the first. OCA Transbot updated translations from Transifex [MIG] hr_expense_invoice: Migration to 10.0 [UPD] addons table in README.md [ADD] setup.py Update view in holidays status, to remove duplicated field on company_id. (OCA#405) [FIX][hr_holidays_settings] Make 'Leave Types' view accessible (OCA#408) [MIG] hr_holidays_meeting_name (OCA#334) * Add hr_holidays_meeting_name module * Typo * [MIG] hr_holidays_meeting_name * [CHG] According upstream changes. * [CHG] Rewrite hr_holidays_meeting_name witout Odoo patch. Add tests. * [CHG] Ignore .eggs directory. [UPD] addons table in README.md OCA Transbot updated translations from Transifex [FIX] hr_employee_seniority permission problem normally hr.contract are only readable by Employee / Officer and Employee / Managers, not basic employees => we need compute_sudo to compute the employee's seniority otherwise the employee cannot display his own record. [FIX] employee seniority tests [UPD] addons table in README.md [FIX] holiday meeting name tests Change the date to avoid conflicts with the demo data of hr_holidays. [IMP] hr_public_holidays: Improve README [FIX] employee seniority search crash [imp] hr_employee_id: ease override w/ custom ID [UPD] addons table in README.md
- Loading branch information
1 parent
9d0f9e3
commit 36022a3
Showing
288 changed files
with
7,281 additions
and
2,513 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 |
---|---|---|
|
@@ -21,6 +21,7 @@ var/ | |
*.egg-info/ | ||
.installed.cfg | ||
*.egg | ||
.eggs | ||
|
||
# Installer logs | ||
pip-log.txt | ||
|
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
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-06-10 04:30+0000\n" | ||
"PO-Revision-Date: 2017-06-10 04:30+0000\n" | ||
"POT-Creation-Date: 2017-11-28 01:43+0000\n" | ||
"PO-Revision-Date: 2017-11-28 01:43+0000\n" | ||
"Last-Translator: abdullah alsabi <[email protected]>, 2017\n" | ||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" | ||
"MIME-Version: 1.0\n" | ||
|
@@ -18,11 +18,6 @@ msgstr "" | |
"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_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract | ||
msgid "Contract" | ||
msgstr "العقد" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract_type | ||
msgid "Contract Type" | ||
|
@@ -33,6 +28,11 @@ msgstr "نوع العقد" | |
msgid "Default contract trial length in Days" | ||
msgstr "مدة فترة التجربة بالأيام" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract | ||
msgid "Employee Contract" | ||
msgstr "" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model.fields,field_description:hr_contract_default_trial_length.field_hr_contract_type_trial_length | ||
msgid "Trial length" | ||
|
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-03-03 03:36+0000\n" | ||
"PO-Revision-Date: 2017-03-03 03:36+0000\n" | ||
"POT-Creation-Date: 2017-11-28 01:43+0000\n" | ||
"PO-Revision-Date: 2017-11-28 01:43+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\n" | ||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" | ||
"MIME-Version: 1.0\n" | ||
|
@@ -18,11 +18,6 @@ msgstr "" | |
"Language: de\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract | ||
msgid "Contract" | ||
msgstr "Vertrag" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract_type | ||
msgid "Contract Type" | ||
|
@@ -33,6 +28,11 @@ msgstr "Vertragsart" | |
msgid "Default contract trial length in Days" | ||
msgstr "Probezeit in Tagen per Vorgabe" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract | ||
msgid "Employee Contract" | ||
msgstr "" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model.fields,field_description:hr_contract_default_trial_length.field_hr_contract_type_trial_length | ||
msgid "Trial length" | ||
|
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 |
---|---|---|
|
@@ -3,37 +3,37 @@ | |
# * hr_contract_default_trial_length | ||
# | ||
# Translators: | ||
# Antonio Trueba, 2016 | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: hr (8.0)\n" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2015-11-30 05:19+0000\n" | ||
"PO-Revision-Date: 2016-02-05 12:48+0000\n" | ||
"Last-Translator: Antonio Trueba\n" | ||
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-hr-8-0/language/es/)\n" | ||
"POT-Creation-Date: 2017-11-28 01:43+0000\n" | ||
"PO-Revision-Date: 2017-11-28 01:43+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\n" | ||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/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=2; plural=(n != 1);\n" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract | ||
msgid "Contract" | ||
msgstr "Contrato" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract_type | ||
msgid "Contract Type" | ||
msgstr "Tipo de contrato" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: help:hr.contract.type,trial_length:0 | ||
#: model:ir.model.fields,help:hr_contract_default_trial_length.field_hr_contract_type_trial_length | ||
msgid "Default contract trial length in Days" | ||
msgstr "" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: field:hr.contract.type,trial_length:0 | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract | ||
msgid "Employee Contract" | ||
msgstr "" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model.fields,field_description:hr_contract_default_trial_length.field_hr_contract_type_trial_length | ||
msgid "Trial length" | ||
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 |
---|---|---|
|
@@ -3,37 +3,38 @@ | |
# * hr_contract_default_trial_length | ||
# | ||
# Translators: | ||
# Mohamed HABOU <[email protected]>, 2016 | ||
# guillaume bauer <[email protected]>, 2017 | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: hr (8.0)\n" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2015-11-30 05:19+0000\n" | ||
"PO-Revision-Date: 2016-01-11 17:19+0000\n" | ||
"Last-Translator: Mohamed HABOU <[email protected]>\n" | ||
"Language-Team: French (http://www.transifex.com/oca/OCA-hr-8-0/language/fr/)\n" | ||
"POT-Creation-Date: 2017-11-28 01:43+0000\n" | ||
"PO-Revision-Date: 2017-11-28 01:43+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\n" | ||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/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=2; plural=(n > 1);\n" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract | ||
msgid "Contract" | ||
msgstr "Contrat" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract_type | ||
msgid "Contract Type" | ||
msgstr "Type du contrat" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: help:hr.contract.type,trial_length:0 | ||
#: model:ir.model.fields,help:hr_contract_default_trial_length.field_hr_contract_type_trial_length | ||
msgid "Default contract trial length in Days" | ||
msgstr "Durée de la période d’essai par défaut en jours" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract | ||
msgid "Employee Contract" | ||
msgstr "" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: field:hr.contract.type,trial_length:0 | ||
#: model:ir.model.fields,field_description:hr_contract_default_trial_length.field_hr_contract_type_trial_length | ||
msgid "Trial length" | ||
msgstr "" | ||
msgstr "Période d'essai" |
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,39 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * hr_contract_default_trial_length | ||
# | ||
# Translators: | ||
# BS Logics <[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:43+0000\n" | ||
"PO-Revision-Date: 2017-11-28 01:43+0000\n" | ||
"Last-Translator: BS Logics <[email protected]>, 2017\n" | ||
"Language-Team: Hindi (India) (https://www.transifex.com/oca/teams/23907/hi_IN/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: hi_IN\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract_type | ||
msgid "Contract Type" | ||
msgstr "अनुबंध का प्रकार" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model.fields,help:hr_contract_default_trial_length.field_hr_contract_type_trial_length | ||
msgid "Default contract trial length in Days" | ||
msgstr "अनुबंध की पूर्व नियोजित अवधि, दिनों में" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract | ||
msgid "Employee Contract" | ||
msgstr "" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model.fields,field_description:hr_contract_default_trial_length.field_hr_contract_type_trial_length | ||
msgid "Trial length" | ||
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,39 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * hr_contract_default_trial_length | ||
# | ||
# Translators: | ||
# Bole <[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:43+0000\n" | ||
"PO-Revision-Date: 2017-11-28 01:43+0000\n" | ||
"Last-Translator: Bole <[email protected]>, 2017\n" | ||
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: hr\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_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract_type | ||
msgid "Contract Type" | ||
msgstr "Vrsta ugovora" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model.fields,help:hr_contract_default_trial_length.field_hr_contract_type_trial_length | ||
msgid "Default contract trial length in Days" | ||
msgstr "Zadano trajanje ugovora u danima." | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract | ||
msgid "Employee Contract" | ||
msgstr "" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model.fields,field_description:hr_contract_default_trial_length.field_hr_contract_type_trial_length | ||
msgid "Trial length" | ||
msgstr "Probno trajanje" |
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-03-28 03:17+0000\n" | ||
"PO-Revision-Date: 2017-03-28 03:17+0000\n" | ||
"POT-Creation-Date: 2017-11-28 01:43+0000\n" | ||
"PO-Revision-Date: 2017-11-28 01:43+0000\n" | ||
"Last-Translator: Cas Vissers <[email protected]>, 2017\n" | ||
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" | ||
"MIME-Version: 1.0\n" | ||
|
@@ -18,11 +18,6 @@ msgstr "" | |
"Language: nl_NL\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract | ||
msgid "Contract" | ||
msgstr "Contract" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract_type | ||
msgid "Contract Type" | ||
|
@@ -33,6 +28,11 @@ msgstr "Contract type" | |
msgid "Default contract trial length in Days" | ||
msgstr "" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract | ||
msgid "Employee Contract" | ||
msgstr "" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model.fields,field_description:hr_contract_default_trial_length.field_hr_contract_type_trial_length | ||
msgid "Trial length" | ||
|
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-03-03 03:36+0000\n" | ||
"PO-Revision-Date: 2017-03-03 03:36+0000\n" | ||
"POT-Creation-Date: 2017-11-28 01:43+0000\n" | ||
"PO-Revision-Date: 2017-11-28 01:43+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\n" | ||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" | ||
"MIME-Version: 1.0\n" | ||
|
@@ -18,11 +18,6 @@ msgstr "" | |
"Language: pt_BR\n" | ||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract | ||
msgid "Contract" | ||
msgstr "Contrato" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract_type | ||
msgid "Contract Type" | ||
|
@@ -33,6 +28,11 @@ msgstr "Tipo de contrato" | |
msgid "Default contract trial length in Days" | ||
msgstr "Duração padrão em dias do contrato de experiência" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model,name:hr_contract_default_trial_length.model_hr_contract | ||
msgid "Employee Contract" | ||
msgstr "" | ||
|
||
#. module: hr_contract_default_trial_length | ||
#: model:ir.model.fields,field_description:hr_contract_default_trial_length.field_hr_contract_type_trial_length | ||
msgid "Trial length" | ||
|
Oops, something went wrong.