diff --git a/views/hr_timesheet.xml b/views/hr_timesheet.xml index d0ad12c9cb1eefa1578f511a882ed929b95e98ad..6de4db8b85c5ef1f932930b7594dc013f865c4a5 100644 --- a/views/hr_timesheet.xml +++ b/views/hr_timesheet.xml @@ -3,7 +3,7 @@ License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). --> <odoo> - <data> + <data noupdate="0"> <record id="cgscop_hr_timesheet_line_search" model="ir.ui.view"> <field name="name">cgscop.hr.timesheet.line.search</field> @@ -67,8 +67,8 @@ <record model="ir.ui.menu" id="hr_timesheet.hr_timesheet_menu_configuration"> <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> - + </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