From 2291bf6c39b94f1a0dc9f1daed6325601faac37f Mon Sep 17 00:00:00 2001 From: Juliana <juliana@le-filament.com> Date: Fri, 13 Dec 2019 12:20:57 +0100 Subject: [PATCH] Suppression menu Taches et traduction par projet --- i18n/fr.po | 5 +++++ views/hr_timesheet.xml | 2 ++ 2 files changed, 7 insertions(+) diff --git a/i18n/fr.po b/i18n/fr.po index 115da4f..ef0958a 100644 --- a/i18n/fr.po +++ b/i18n/fr.po @@ -59,3 +59,8 @@ msgstr "Lignes de temps" msgid "Project" msgstr "Code activité UR" +#. 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" diff --git a/views/hr_timesheet.xml b/views/hr_timesheet.xml index 6b0d535..d0ad12c 100644 --- a/views/hr_timesheet.xml +++ b/views/hr_timesheet.xml @@ -68,5 +68,7 @@ <field name="groups_id" eval="[(6,0, [ref('hr_timesheet.group_timesheet_manager'), ref('cgscop_partner.group_cg_administrator'), ref('cgscop_partner.group_ur_list_modif')])]"/> </record> + <delete id="hr_timesheet.timesheet_menu_report_timesheet_by_task" model="ir.ui.menu"/>/> + </data> </odoo> \ No newline at end of file -- GitLab