---Models in module 'hr_timesheet'---
new model project.task.create.timesheet [transient]
---Fields in module 'hr_timesheet'---
hr_timesheet / account.analytic.line    / project_id (many2one)         : now a function
hr_timesheet / account.analytic.line    / task_id (many2one)            : now a function
hr_timesheet / project.project          / allow_timesheets (boolean)    : now a function
hr_timesheet / project.project          / timesheet_ids (one2many)      : NEW relation: account.analytic.line
hr_timesheet / project.task             / analytic_account_active (boolean): not related anymore
hr_timesheet / project.task             / analytic_account_active (boolean): now a function
hr_timesheet / project.task             / overtime (float)              : NEW isfunction: function, stored
---XML records in module 'hr_timesheet'---
NEW ir.actions.act_window: hr_timesheet.timesheet_action_project
NEW ir.actions.act_window: hr_timesheet.timesheet_action_task
NEW ir.actions.act_window.view: hr_timesheet.timesheet_action_view_all_kanban
NEW ir.actions.act_window.view: hr_timesheet.timesheet_action_view_all_pivot
NEW ir.config_parameter: hr_timesheet.ir_config_parameter_timesheet_min_duration (noupdate)
NEW ir.config_parameter: hr_timesheet.ir_config_parameter_timesheet_rounding (noupdate)
NEW ir.model.access: hr_timesheet.access_project_task_create_timesheet
NEW ir.model.constraint: hr_timesheet.constraint_project_task_create_timesheet_time_positive
NEW ir.rule: hr_timesheet.timesheet_line_rule_approver (noupdate)
ir.rule: hr_timesheet.timesheet_line_rule_user (noupdate) (noupdate switched)
NEW ir.ui.view: hr_timesheet.hr_timesheet_line_my_timesheet_search
NEW ir.ui.view: hr_timesheet.portal_subtask_timesheet_tables
NEW ir.ui.view: hr_timesheet.project_task_create_timesheet_view_form
NEW ir.ui.view: hr_timesheet.project_task_view_search
res.groups: hr_timesheet.group_hr_timesheet_approver (noupdate) (noupdate switched)
res.groups: hr_timesheet.group_timesheet_manager (noupdate) (noupdate switched)
DEL web_tour.tour: hr_timesheet.web_tour_project_consumed_by_admin
