|
| 1 | +---Models in module 'hr_attendance'--- |
| 2 | +---Fields in module 'hr_attendance'--- |
| 3 | +hr_attendance / hr.attendance / expected_hours (float) : NEW isfunction: function, stored |
| 4 | +# DONE: pre-migration: pre-created and filled |
| 5 | + |
| 6 | +hr_attendance / hr.attendance / in_mode (selection) : selection_keys is now '['kiosk', 'manual', 'systray', 'technical']' ('['kiosk', 'manual', 'systray']') |
| 7 | +hr_attendance / hr.attendance / out_mode (selection) : selection_keys is now '['auto_check_out', 'kiosk', 'manual', 'systray', 'technical']' ('['kiosk', 'manual', 'systray']') |
| 8 | +hr_attendance / hr.attendance / overtime_status (selection) : NEW selection_keys: ['approved', 'refused', 'to_approve'], isfunction: function, stored |
| 9 | +hr_attendance / hr.attendance / validated_overtime_hours (float): NEW hasdefault: compute |
| 10 | +# DONE: pre-migration: pre-created and filled |
| 11 | + |
| 12 | +hr_attendance / res.company / absence_management (boolean) : NEW hasdefault: default |
| 13 | +hr_attendance / res.company / attendance_overtime_validation (selection): NEW selection_keys: ['by_manager', 'no_validation'], hasdefault: default |
| 14 | +hr_attendance / res.company / auto_check_out (boolean) : NEW hasdefault: default |
| 15 | +hr_attendance / res.company / auto_check_out_tolerance (float): NEW hasdefault: default |
| 16 | +# DONE: pre-migration: pre-created and filled |
| 17 | + |
| 18 | +hr_attendance / res.company / hr_attendance_overtime (boolean): DEL |
| 19 | +hr_attendance / res.company / overtime_start_date (date) : DEL |
| 20 | +# NOTHING TO DO: deprecated fields (https://github.com/odoo/odoo/commit/cac96f5d3c391ea0d52da2e3433e7eabe07e8fb0) |
| 21 | + |
| 22 | +---XML records in module 'hr_attendance'--- |
| 23 | +NEW ir.actions.act_window: hr_attendance.hr_attendance_management_action |
| 24 | +NEW ir.actions.client: hr_attendance.hr_attendance_action_install_kiosk_pwa |
| 25 | +NEW ir.actions.server: hr_attendance.action_load_demo_data |
| 26 | +NEW ir.actions.server: hr_attendance.action_try_kiosk |
| 27 | +NEW ir.cron: hr_attendance.hr_attendance_absence_cron |
| 28 | +NEW ir.cron: hr_attendance.hr_attendance_check_out_cron |
| 29 | +NEW ir.ui.menu: hr_attendance.menu_action_open_form |
| 30 | +NEW ir.ui.menu: hr_attendance.menu_hr_attendance_view_attendances_management |
| 31 | +DEL ir.ui.menu: hr_attendance.menu_hr_attendance_kiosk_no_user_mode |
| 32 | +NEW ir.ui.view: hr_attendance.hr_attendance_management_view_filter |
| 33 | +NEW ir.ui.view: hr_attendance.hr_attendance_overtime_view_pivot |
| 34 | +NEW ir.ui.view: hr_attendance.hr_attendance_validated_hours_employee_simple_tree_view |
| 35 | +NEW ir.ui.view: hr_attendance.view_attendance_overtime_graph |
| 36 | +NEW ir.ui.view: hr_attendance.view_attendance_tree_management |
| 37 | +# NOTHING TO DO |
0 commit comments