forked from OCA/timesheet
-
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.
[11.0][MIG] hr_timesheet_sheet (OCA#125)
* [10.0] hr_timesheet_sheet * [11.0][MIG] hr_timesheet_sheet * [REMOVE] hr_timesheet.sheet.account * [REMOVE] 'new' state * [ADD] Tests * [UPD] Adapt to multicompany * [ADD] Add more tests (include multicompany tests) * [FIX] project_task_stage_allow_timesheet: show error message only if task * [ADD] Migration scripts to v11
- Loading branch information
1 parent
7c1b9bf
commit 4fb5851
Showing
4 changed files
with
85 additions
and
5 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,40 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * project_task_stage_allow_timesheet | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2019-02-13 16:24+0000\n" | ||
"Last-Translator: j-zaballa <jonzaballa@digital5.es>\n" | ||
"Language-Team: none\n" | ||
"Language: es\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.4\n" | ||
|
||
#. module: project_task_stage_allow_timesheet | ||
#: model:ir.model.fields,field_description:project_task_stage_allow_timesheet.field_project_task_type_allow_timesheet | ||
msgid "Allow timesheets" | ||
msgstr "Permitir partes de horas" | ||
|
||
#. module: project_task_stage_allow_timesheet | ||
#: model:ir.model,name:project_task_stage_allow_timesheet.model_account_analytic_line | ||
msgid "Analytic Line" | ||
msgstr "Línea analítica" | ||
|
||
#. module: project_task_stage_allow_timesheet | ||
#: model:ir.model,name:project_task_stage_allow_timesheet.model_project_task_type | ||
msgid "Task Stage" | ||
msgstr "Etapa de tarea" | ||
|
||
#. module: project_task_stage_allow_timesheet | ||
#: code:addons/project_task_stage_allow_timesheet/models/account_analytic_line.py:22 | ||
#, python-format | ||
msgid "You can't link a timesheet line to a task if its stage doesn't allow it. (Task: %s, Stage: %s)" | ||
msgstr "" | ||
"No puedes imputar horas en una tarea cuyo estado no lo permite. (Tarea: %s, " | ||
"Etapa: %s)" |
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
36 changes: 36 additions & 0 deletions
36
project_task_stage_allow_timesheet/i18n/project_task_stage_allow_timesheet.pot
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: | ||
# * project_task_stage_allow_timesheet | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \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: project_task_stage_allow_timesheet | ||
#: model:ir.model.fields,field_description:project_task_stage_allow_timesheet.field_project_task_type_allow_timesheet | ||
msgid "Allow timesheets" | ||
msgstr "" | ||
|
||
#. module: project_task_stage_allow_timesheet | ||
#: model:ir.model,name:project_task_stage_allow_timesheet.model_account_analytic_line | ||
msgid "Analytic Line" | ||
msgstr "" | ||
|
||
#. module: project_task_stage_allow_timesheet | ||
#: model:ir.model,name:project_task_stage_allow_timesheet.model_project_task_type | ||
msgid "Task Stage" | ||
msgstr "" | ||
|
||
#. module: project_task_stage_allow_timesheet | ||
#: code:addons/project_task_stage_allow_timesheet/models/account_analytic_line.py:22 | ||
#, python-format | ||
msgid "You can't link a timesheet line to a task if its stage doesn't allow it. (Task: %s, Stage: %s)" | ||
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