diff --git a/addons/board_hr/__init__.py b/addons/board_hr/__init__.py deleted file mode 100644 index e68279cad8d..00000000000 --- a/addons/board_hr/__init__.py +++ /dev/null @@ -1,24 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/board_hr/__openerp__.py b/addons/board_hr/__openerp__.py deleted file mode 100644 index 500887abb52..00000000000 --- a/addons/board_hr/__openerp__.py +++ /dev/null @@ -1,41 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - - -{ - 'name': 'Board for Human Reasources Management', - 'version': '1.0', - 'category': 'Board/Human Resources', - 'description': """ -This module implements a dashboard for human resource management that includes: - * My Current Timesheet - * My Leaves - * My Expenses - """, - 'author': 'Tiny', - 'depends': [ 'project_issue','board','hr_expense','hr_timesheet_sheet','hr_holidays' - , 'hr_evaluation'], - 'update_xml': ['board_hr_view.xml'], - 'demo_xml': [], - 'installable': True, - 'active': False, -} -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/board_hr/board_hr_view.xml b/addons/board_hr/board_hr_view.xml deleted file mode 100644 index 44e2b98c96c..00000000000 --- a/addons/board_hr/board_hr_view.xml +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - My Expenses - hr.expense.expense - form - [('state','in',('draft', 'confirm')),('user_id','=',uid)] - - - - - My Current Evaluations - ir.actions.act_window - hr_evaluation.evaluation - form - - [('state','!=','done'),('create_uid','=',uid)] - - - - - My Leaves - ir.actions.act_window - hr.holidays - form - tree,form - [('user_id','=',uid)] - - - - Timesheets by Month - ir.actions.act_window - timesheet.report - form - graph,tree - [('user_id','=',uid), ('month', '=' , time.strftime('%m')), ('year', '=', time.strftime('%Y'))] - - - - - Remaining Leaves by User - ir.actions.act_window - hr.holidays.remaining.leaves.user - form - graph,tree - [('user_id','=',uid)] - - - - Timesheets - ir.actions.act_window - hr_timesheet_sheet.sheet - form - graph,tree - - - - board.hr.form - board.board - form - -
- - - - - - - - - - - -
-
-
- - - Human Resources Dashboard - board.board - form - form - menu - - - - -
-