forked from OCA/timesheet
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] project_timesheet_time_control: Refactor with mixin
Models related to timesheet time controls now inherit from a mixin that adds most needed logic automatically. This requires the changes introduced in OCA/project#596.
- Loading branch information
1 parent
b67d186
commit 4cac372
Showing
10 changed files
with
151 additions
and
191 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
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
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
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
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,66 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * crm_timesheet | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2020-05-26 00:19+0000\n" | ||
"Last-Translator: Pedro Castro Silva <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: pt\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.10\n" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model,name:crm_timesheet.model_account_analytic_line | ||
msgid "Analytic Line" | ||
msgstr "Linha Analítica" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model,name:crm_timesheet.model_hr_timesheet_switch | ||
msgid "Helper to quickly switch between timesheet lines" | ||
msgstr "Ajudante para alternar rapidamente entre linhas de folhas de horas" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model,name:crm_timesheet.model_crm_lead | ||
#: model:ir.model.fields,field_description:crm_timesheet.field_account_analytic_line__lead_id | ||
#: model:ir.model.fields,field_description:crm_timesheet.field_hr_timesheet_switch__lead_id | ||
msgid "Lead/Opportunity" | ||
msgstr "Lead/Oportunidade" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model.fields,field_description:crm_timesheet.field_crm_lead__project_id | ||
msgid "Project" | ||
msgstr "Projeto" | ||
|
||
#. module: crm_timesheet | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_form_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_form_view_oppor | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_kanban_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_tree_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_tree_view_oppor | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.view_crm_lead_kanban | ||
msgid "Start work" | ||
msgstr "Iniciar Trabalho" | ||
|
||
#. module: crm_timesheet | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_form_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_form_view_oppor | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_kanban_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_tree_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_tree_view_oppor | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.view_crm_lead_kanban | ||
msgid "Stop work" | ||
msgstr "Parar Trabalho" | ||
|
||
#. module: crm_timesheet | ||
#: model:ir.model.fields,field_description:crm_timesheet.field_crm_lead__timesheet_ids | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_form_view_leads | ||
#: model_terms:ir.ui.view,arch_db:crm_timesheet.crm_case_form_view_oppor | ||
msgid "Timesheet" | ||
msgstr "Registo de horas" |
Oops, something went wrong.