Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[13.0][ADD] hr_attendance: Nothing to do #2443

Merged
merged 1 commit into from
Nov 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---Models in module 'hr_attendance'---
---Fields in module 'hr_attendance'---
hr_attendance / hr.employee / barcode (char) : module is now 'hr' ('hr_attendance')
hr_attendance / hr.employee / pin (char) : module is now 'hr' ('hr_attendance')
# NOTHING TO DO: Done on hr module

hr_attendance / hr.employee / last_check_in (datetime) : NEW isrelated: related, stored
hr_attendance / hr.employee / last_check_out (datetime) : NEW isrelated: related, stored
# NOTHING TO DO: Done by framework. Can be optimized by SQL if the number of employees is very high

---XML records in module 'hr_attendance'---
DEL ir.actions.report: hr_attendance.hr_employee_print_badge [renamed to hr module]
# NOTHING TO DO: Done on hr module

NEW ir.module.category: base.module_category_human_resources_attendances (noupdate)
# NOTHING TO DO: noupdate, but new record

NEW ir.ui.view: hr_attendance.hr_attendance_view_form_inherit
NEW ir.ui.view: hr_attendance.hr_user_view_form
NEW ir.ui.view: hr_attendance.view_attendance_tree_inherit
DEL ir.ui.view: hr_attendance.print_employee_badge
DEL ir.ui.view: hr_attendance.view_employee_filter_inherit_hr_attendance
DEL ir.ui.view: hr_attendance.view_employee_kanban_inherit_hr_attendance
# NOTHING TO DO: noupdate=0 ir records
2 changes: 1 addition & 1 deletion odoo/openupgrade/doc/source/modules120-130.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ missing in the new release are marked with |del|.
+----------------------------------------------+-------------------------------------------------+
|hr | Done |
+----------------------------------------------+-------------------------------------------------+
|hr_attendance | |
|hr_attendance | Nothing to do |
+----------------------------------------------+-------------------------------------------------+
|hr_contract | Done |
+----------------------------------------------+-------------------------------------------------+
Expand Down