Skip to content

Commit

Permalink
OCA Transbot updated translations from Transifex
Browse files Browse the repository at this point in the history
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
oca-transbot authored and nikul-serpentcs committed Jan 20, 2018
1 parent 9d0f9e3 commit 36022a3
Show file tree
Hide file tree
Showing 288 changed files with 7,281 additions and 2,513 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ var/
*.egg-info/
.installed.cfg
*.egg
.eggs

# Installer logs
pip-log.txt
Expand Down
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,31 @@ addon | version | summary
[hr_contract_default_trial_length](hr_contract_default_trial_length/) | 10.0.1.0.0 | Define default trail length for contracts
[hr_contract_reference](hr_contract_reference/) | 10.0.1.0.0 | HR Contract Reference
[hr_emergency_contact](hr_emergency_contact/) | 10.0.1.0.0 | HR Emergency Contact
[hr_employee_address_improved](hr_employee_address_improved/) | 10.0.1.0.0 | HR Employee Address Improved
[hr_employee_age](hr_employee_age/) | 10.0.1.0.0 | Age field for employee
[hr_employee_birth_name](hr_employee_birth_name/) | 10.0.1.0.0 | Employee Birth Name
[hr_employee_category_parent](hr_employee_category_parent/) | 10.0.1.0.0 | Categorize your employee categories
[hr_employee_firstname](hr_employee_firstname/) | 10.0.1.0.0 | Adds First Name to Employee
[hr_employee_id](hr_employee_id/) | 10.0.1.0.0 | Employee ID
[hr_employee_id](hr_employee_id/) | 10.0.1.1.0 | Employee ID
[hr_employee_legacy_id](hr_employee_legacy_id/) | 10.0.1.0.0 | Legacy Employee ID
[hr_employee_phone_extension](hr_employee_phone_extension/) | 10.0.1.0.0 | Employee Phone Extension
[hr_employee_seniority](hr_employee_seniority/) | 10.0.1.0.0 | Keep Track of Length of Employment
[hr_employee_seniority](hr_employee_seniority/) | 10.0.1.0.2 | Keep Track of Length of Employment
[hr_employee_social_media](hr_employee_social_media/) | 10.0.1.0.0 | Employee Social Media
[hr_expense_analytic_distribution](hr_expense_analytic_distribution/) | 10.0.1.0.0 | Use analytic plans in expenses
[hr_expense_invoice](hr_expense_invoice/) | 10.0.1.0.0 | Supplier invoices on HR expenses
[hr_expense_sequence](hr_expense_sequence/) | 10.0.1.0.0 | HR expense sequence
[hr_experience](hr_experience/) | 10.0.1.0.0 | Experience Management
[hr_family](hr_family/) | 10.0.1.0.0 | Employee Family Information
[hr_holidays_compute_days](hr_holidays_compute_days/) | 10.0.2.0.0 | Computes the actual leave days considering rest days and public holidays
[hr_holidays_imposed_days](hr_holidays_imposed_days/) | 10.0.1.0.0 | Imposed holidays days
[hr_holidays_leave_auto_approve](hr_holidays_leave_auto_approve/) | 10.0.1.0.0 | Leave type for auto approval of Leaves
[hr_holidays_legal_leave](hr_holidays_legal_leave/) | 10.0.1.0.0 | Allows the definition of legal/annual leave
[hr_holidays_meeting_name](hr_holidays_meeting_name/) | 10.0.1.0.0 | Personnalize meeting name generated by leaves
[hr_holidays_notify_employee_manager](hr_holidays_notify_employee_manager/) | 10.0.1.0.0 | Notify employee's manager by mail on Leave Requests creation.
[hr_holidays_settings](hr_holidays_settings/) | 10.0.1.1.0 | Enables Settings Form for HR Holidays.
[hr_public_holidays](hr_public_holidays/) | 10.0.1.0.0 | Manage Public Holidays
[hr_skill](hr_skill/) | 10.0.1.0.0 | Skill Management
[hr_worked_days_from_timesheet](hr_worked_days_from_timesheet/) | 10.0.1.0.0 | Adds a button to import worked days from timesheet.


Unported addons
Expand All @@ -46,12 +56,9 @@ addon | version | summary
[hr_employee_benefit](hr_employee_benefit/) | 8.0.1.0.0 (unported) | Employee Benefit
[hr_employee_data_from_work_address](hr_employee_data_from_work_address/) | 8.0.1.0.0 (unported) | Update user's and partner's data fields from employee record
[hr_employee_gravatar](hr_employee_gravatar/) | 8.0.1.0.0 (unported) | Employees Synchronize Gravatar image
[hr_employee_legacy_id](hr_employee_legacy_id/) | 8.0.1.0.0 (unported) | Legacy Employee ID
[hr_employee_reference](hr_employee_reference/) | 8.0.1.0.0 (unported) | Manage employee references
[hr_expense_account_period](hr_expense_account_period/) | 8.0.0.1.0 (unported) | Accounting period for HR expenses journal entries
[hr_expense_analytic_default](hr_expense_analytic_default/) | 8.0.0.1.0 (unported) | Manage default analytic account on expenses
[hr_expense_analytic_plans](hr_expense_analytic_plans/) | 8.0.1.0.0 (unported) | Use analytic plans in expenses
[hr_expense_invoice](hr_expense_invoice/) | 8.0.1.0.0 (unported) | Supplier invoices on HR expenses
[hr_expense_move_date](hr_expense_move_date/) | 8.0.1.0.0 (unported) | Move date for HR expenses journal entries
[hr_infraction](hr_infraction/) | 1.0 (unported) | Employee Infraction Management
[hr_job_categories](hr_job_categories/) | 8.0.1.0.0 (unported) | HR Job Employee Categories
Expand All @@ -73,12 +80,10 @@ addon | version | summary
[hr_salary_rule_variable](hr_salary_rule_variable/) | 1.0 (unported) | Salary Rule Variables
[hr_schedule](hr_schedule/) | 1.0 (unported) | Employee Shift Scheduling
[hr_security](hr_security/) | 8.0.1.0.0 (unported) | HR Permission Groups
[hr_skill](hr_skill/) | 8.0.1.1.0 (unported) | Skill Management
[hr_transfer](hr_transfer/) | 1.0 (unported) | Departmental Transfer
[hr_wage_increment](hr_wage_increment/) | 1.0 (unported) | HR Wage Increment
[hr_webcam](hr_webcam/) | 8.0.1.0.0 (unported) | Capture employee picture with webcam
[hr_worked_days_activity](hr_worked_days_activity/) | 1.0 (unported) | Worked Days Activity
[hr_worked_days_from_timesheet](hr_worked_days_from_timesheet/) | 8.0.1.0.0 (unported) | Worked Days From Timesheet
[hr_worked_days_hourly_rate](hr_worked_days_hourly_rate/) | 1.0 (unported) | Worked Days Hourly Rates

[//]: # (end addons)
Expand Down
14 changes: 7 additions & 7 deletions hr_contract_default_trial_length/i18n/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down
14 changes: 7 additions & 7 deletions hr_contract_default_trial_length/i18n/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down
26 changes: 13 additions & 13 deletions hr_contract_default_trial_length/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
29 changes: 15 additions & 14 deletions hr_contract_default_trial_length/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
39 changes: 39 additions & 0 deletions hr_contract_default_trial_length/i18n/hi_IN.po
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 "परीक्षण की अवधि"
39 changes: 39 additions & 0 deletions hr_contract_default_trial_length/i18n/hr.po
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"
14 changes: 7 additions & 7 deletions hr_contract_default_trial_length/i18n/nl_NL.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down
14 changes: 7 additions & 7 deletions hr_contract_default_trial_length/i18n/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down
Loading

0 comments on commit 36022a3

Please sign in to comment.