---Fields in module 'hr_timesheet_sheet'---
# ***DONE: Pre-migration: Renamed table and model***

hr_timesheet_sheet / account.analytic.line    / sheet_id (many2one)           : relation is now 'hr_timesheet.sheet' ('hr_timesheet_sheet.sheet')
hr_timesheet_sheet / account.analytic.line    / sheet_id_computed (many2one)  : relation is now 'hr_timesheet.sheet' ('hr_timesheet_sheet.sheet')
hr_timesheet_sheet / hr_timesheet.sheet       / activity_ids (one2many)       : NEW relation: mail.activity
hr_timesheet_sheet / hr_timesheet.sheet       / add_line_project_id (many2one): NEW relation: project.project
hr_timesheet_sheet / hr_timesheet.sheet       / add_line_task_id (many2one)   : NEW relation: project.task
hr_timesheet_sheet / hr_timesheet.sheet       / company_id (many2one)         : NEW relation: res.company
# NOTHING TO DO

hr_timesheet_sheet / hr_timesheet.sheet       / date_end (date)               : NEW required: required, req_default: function
hr_timesheet_sheet / hr_timesheet.sheet       / date_start (date)             : NEW required: required, req_default: function
# DONE: Pre-migration: Renamed fields from date_to and date_from.

hr_timesheet_sheet / hr_timesheet.sheet       / department_id (many2one)      : NEW relation: hr.department
hr_timesheet_sheet / hr_timesheet.sheet       / employee_id (many2one)        : NEW relation: hr.employee, required: required, req_default: function
hr_timesheet_sheet / hr_timesheet.sheet       / message_follower_ids (one2many): NEW relation: mail.followers
hr_timesheet_sheet / hr_timesheet.sheet       / message_ids (one2many)        : NEW relation: mail.message
hr_timesheet_sheet / hr_timesheet.sheet       / message_last_post (datetime)  : NEW 
hr_timesheet_sheet / hr_timesheet.sheet       / name (char)                   : NEW 
hr_timesheet_sheet / hr_timesheet.sheet       / state (selection)             : NEW required: required, selection_keys: ['confirm', 'done', 'draft'], req_default: function
hr_timesheet_sheet / hr_timesheet.sheet       / timesheet_ids (one2many)      : NEW relation: account.analytic.line
hr_timesheet_sheet / hr_timesheet.sheet       / website_message_ids (one2many): NEW relation: mail.message
# NOTHING TO DO

hr_timesheet_sheet / res.company              / sheet_range (selection)       : NEW selection_keys: [0, 1, 2, 3]
hr_timesheet_sheet / res.company              / timesheet_range (selection)   : DEL selection_keys: ['month', 'week']
# DONE: Post-migration: mapped timesheet_range to sheet_range.

---XML records in module 'hr_timesheet_sheet'---
NEW ir.actions.act_window: hr_timesheet_sheet.hr_timesheet_sheet_action
DEL ir.actions.act_window: hr_timesheet_sheet.act_hr_timesheet_sheet_my_timesheets
# DONE: Pre-migration: Renamed xmlids.

NEW ir.ui.view: hr_timesheet_sheet.res_config_settings_view_form
DEL ir.ui.view: hr_timesheet_sheet.view_config_settings_form_inherit_hr_timesheet_sheet
# DONE: Pre-migration: Renamed xmlids.

NEW ir.model.access: hr_timesheet_sheet.access_hr_timesheet_sheet_user
DEL ir.model.access: hr_timesheet_sheet.access_hr_timesheet_sheet_sheet_user
# DONE: Pre-migration: Renamed xmlids.

DEL ir.actions.act_window: hr_timesheet_sheet.act_hr_timesheet_sheet_form
DEL ir.actions.act_window.view: hr_timesheet_sheet.action_open_timesheet_sheet_holidays_tree
DEL ir.actions.server: hr_timesheet_sheet.ir_actions_server_timesheet_sheet (noupdate)
DEL ir.model.access: hr_timesheet_sheet.access_hr_timesheet_sheet_sheet_account
DEL ir.model.access: hr_timesheet_sheet.access_hr_timesheet_sheet_sheet_system_employee
NEW ir.rule: hr_timesheet_sheet.timesheet_sheet_comp_rule (noupdate)
DEL ir.rule: hr_timesheet_sheet.timesheet_comp_rule (noupdate)
DEL ir.ui.menu: hr_timesheet_sheet.menu_act_hr_timesheet_sheet_form_my_current
DEL ir.ui.menu: hr_timesheet_sheet.menu_act_hr_timesheet_sheet_my_timesheets
DEL ir.ui.menu: hr_timesheet_sheet.menu_hr_to_approve
DEL ir.ui.view: hr_timesheet_sheet.assets_backend
DEL ir.ui.view: hr_timesheet_sheet.hr_timesheet_account_filter
DEL ir.ui.view: hr_timesheet_sheet.hr_timesheet_account_form
DEL ir.ui.view: hr_timesheet_sheet.hr_timesheet_account_tree
# NOTHING TO DO