[6599][IMP] hr_attendance_flex_rest_time: improve compute logic#74
[6599][IMP] hr_attendance_flex_rest_time: improve compute logic#74AungKoKoLin1997 wants to merge 1 commit into18.0from
Conversation
|
@AungKoKoLin1997 If that is the case, I think it would be better to allow them to update REST TIME as well, rather than linking it to another module. |
@kanda999 It only happens when we have
My current approach is not linking each other. There will no issue even hr_attendance_mange_own is not installed. |
c9693a4 to
9e56448
Compare
|
@kanda999 I created a new glue module. |
9e56448 to
1cf7dca
Compare
|
I have no idea why test case is failed in this PR. There is no issue in my dev server. |
25d679b to
2f178a3
Compare
Fixed it. It is because of the attendance is not approved by default and odoo standard is approved by default. |
|
As discussed, we probably don't need this module. We should update hr_attendance_flex_rest_time instead to allow officers (or anyone) to be able to edit their own rest times. |
2f178a3 to
a370892
Compare
|
I updated the hr_attendance_flex_rest_time instead of new glue module. |
6599