By writing the 'action' field without changing it, I'm forcing the '_get_attendance_duration' to be executed.
I'm doing this in order to allow the user to recompute values by clicking buttons on the interface, without changing the record (I don't know another way).
This is useful when the computation went wrong for some error and you want to explicit recompute the function fields without changing the data which the field depends on.
Ah, sure. It is so already. bazaar. launchpad. net/~agilebg/ hr-timesheet/ fix-hr_ attendance_ analysis- bracket/ view/69/ hr_attendance_ analysis/ hr_attendance. py#L401
See
http://
By writing the 'action' field without changing it, I'm forcing the '_get_attendanc e_duration' to be executed.
I'm doing this in order to allow the user to recompute values by clicking buttons on the interface, without changing the record (I don't know another way).
This is useful when the computation went wrong for some error and you want to explicit recompute the function fields without changing the data which the field depends on.
I improved the comment