Skip to content

Commit

Permalink
Merge pull request #2443 from Tecnativa/13.0-hr_attendance
Browse files Browse the repository at this point in the history
[13.0][ADD] hr_attendance: Nothing to do
  • Loading branch information
pedrobaeza authored Nov 11, 2020
2 parents 0bcb947 + e4301c6 commit 4dee118
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
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

0 comments on commit 4dee118

Please sign in to comment.