Comment 20 for bug 1023047

Revision history for this message
joachim grubelnik (j-grubelnik) wrote :

this brings up the message
in hr_timesheet_sheet.py

    _constraints = [
        (_check_sheet_state, 'You cannot modify an entry in a Confirmed/Done timesheet !', ['state']),
    ]

so i did not really understand the if vals_line solution... but maybe i just do not fully understand the interwork of those modules