Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cgscop_timesheet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
Confédération Générale des SCOP
cgscop_timesheet
Commits
55c9e255
Commit
55c9e255
authored
3 years ago
by
Benjamin - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
[fix] translations
parent
4e7db36d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
i18n/fr.po
+42
-0
42 additions, 0 deletions
i18n/fr.po
views/hr_timesheet.xml
+0
-15
0 additions, 15 deletions
views/hr_timesheet.xml
with
42 additions
and
15 deletions
i18n/fr.po
0 → 100644
+
42
−
0
View file @
55c9e255
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_timesheet
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-02-28 18:07+0000\n"
"PO-Revision-Date: 2022-02-28 18:07+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_timesheet
#: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_from_employee
#: model:ir.model.fields,field_description:hr_timesheet.field_project_task__timesheet_ids
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_department_view_kanban
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_employee_view_form_inherit_timesheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_invoice_form
#: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
msgid "Timesheets"
msgstr "Lignes de temps"
#. module: hr_timesheet
#: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_report_by_project
#: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_report_timesheet_by_project
msgid "By Project"
msgstr "Par Code activité UR"
#. module: hr_timesheet
#: model:ir.ui.menu,name:hr_timesheet.menu_hr_time_tracking
#: model:ir.ui.menu,name:hr_timesheet.menu_timesheets_reports_timesheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_pivot
msgid "Timesheet"
msgstr "Lignes de Temps"
This diff is collapsed.
Click to expand it.
views/hr_timesheet.xml
+
0
−
15
View file @
55c9e255
...
...
@@ -185,7 +185,6 @@
<!-- Hérite l'action de la fenetre dans hr_timesheet -->
<record
id=
"hr_timesheet.act_hr_timesheet_line"
model=
"ir.actions.act_window"
>
<field
name=
"name"
>
Mes lignes de temps
</field>
<field
name=
"view_mode"
>
calendar,tree,form,pivot
</field>
<field
name=
"context"
>
{'search_default_no_report': 1, 'search_default_groupby_date': 1}
</field>
<field
name=
"view_ids"
eval=
"[(5, 0, 0),
...
...
@@ -197,7 +196,6 @@
<!-- Hérite l'action de la fenetre dans hr_timesheet -->
<record
id=
"hr_timesheet.timesheet_action_all"
model=
"ir.actions.act_window"
>
<field
name=
"name"
>
Toutes les lignes de temps
</field>
<field
name=
"res_model"
>
account.analytic.line
</field>
<field
name=
"search_view_id"
ref=
"cgscop_hr_timesheet_line_search"
/>
<field
name=
"domain"
>
[('project_id', '!=', False)]
</field>
...
...
@@ -265,17 +263,4 @@ if records:
sequence=
"25"
/>
</data>
<data
noupdate=
"0"
>
<!-- Modifie le nom des menus -->
<record
id=
"hr_timesheet.menu_hr_time_tracking"
model=
"ir.ui.menu"
>
<field
name=
"name"
>
Lignes de temps
</field>
</record>
<record
id=
"hr_timesheet.timesheet_menu_activity_mine"
model=
"ir.ui.menu"
>
<field
name=
"name"
>
Mes lignes de temps
</field>
</record>
</data>
<data
noupdate=
"1"
>
<delete
id=
"hr_timesheet.timesheet_menu_report_timesheet_by_task"
model=
"ir.ui.menu"
/>
</data>
</odoo>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment