From bffb6b96c7e15a0acef90ebb011aa24c6997ed80 Mon Sep 17 00:00:00 2001 From: "Sbh (OpenERP)" Date: Wed, 22 Dec 2010 10:23:53 +0530 Subject: [PATCH] [Fix] Sign in / Sign out by project is not available if the project module is not installed lp bug: https://launchpad.net/bugs/692971 fixed bzr revid: sbh@tinyerp.com-20101222045353-vqzmi0z3hoduifba --- .../hr_timesheet/wizard/hr_timesheet_sign_in_out_view.xml | 6 ------ addons/project_timesheet/project_timesheet_view.xml | 5 +++++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/addons/hr_timesheet/wizard/hr_timesheet_sign_in_out_view.xml b/addons/hr_timesheet/wizard/hr_timesheet_sign_in_out_view.xml index e9114e1fe3c..10136bb34ff 100644 --- a/addons/hr_timesheet/wizard/hr_timesheet_sign_in_out_view.xml +++ b/addons/hr_timesheet/wizard/hr_timesheet_sign_in_out_view.xml @@ -51,12 +51,6 @@ Employees can encode their time spent on the different projects. A project is an analytic account and the time spent on a project generate costs on the analytic account. This feature allows to record at the same time the attendance and the timesheet. - - hr.sign.out.project.form hr.sign.out.project diff --git a/addons/project_timesheet/project_timesheet_view.xml b/addons/project_timesheet/project_timesheet_view.xml index d349292b997..b0a898dac3b 100644 --- a/addons/project_timesheet/project_timesheet_view.xml +++ b/addons/project_timesheet/project_timesheet_view.xml @@ -123,6 +123,11 @@ This lists show you every task work you can invoice to the customer. Select the lines in order to generate the invoices automatically. +