Merge lp:~agilebg/hr-timesheet/fix-hr_attendance_analysis-bracket into lp:~hr-core-editors/hr-timesheet/7.0
Proposed by
Lorenzo Battistini
Status: | Work in progress |
---|---|
Proposed branch: | lp:~agilebg/hr-timesheet/fix-hr_attendance_analysis-bracket |
Merge into: | lp:~hr-core-editors/hr-timesheet/7.0 |
Diff against target: |
72 lines (+19/-3) 3 files modified
hr_attendance_analysis/company_view.xml (+4/-0) hr_attendance_analysis/hr_attendance.py (+14/-3) hr_attendance_analysis/hr_attendance_view.xml (+1/-0) |
To merge this branch: | bzr merge lp:~agilebg/hr-timesheet/fix-hr_attendance_analysis-bracket |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alex Comba - Agile BG (community) | Disapprove | ||
Pedro Manuel Baeza | Needs Resubmitting | ||
Review via email:
|
Description of the change
[FIX] wrong opening bracket due to PEP8 restyle:
http://
[ADD] button_dummy to force recomputing attendace (on attendance form and company form)
To post a comment you must log in.
Unmerged revisions
- 70. By Lorenzo Battistini
-
[FIX] comment
- 69. By Lorenzo Battistini
-
[ADD] 'Update all the attendance data' button on company
- 68. By Lorenzo Battistini
-
[FIX] wrong opening bracket due to PEP8 restyle:
http://bazaar. launchpad. net/~hr- core-editors/ hr-timesheet/ 7.0/revision/ 40.2.21 [ADD] button_dummy to force recomputing attendace
Hi, Lorenzo, don't you think it's better to use store triggers to recompute needed data?
Regards.