Tuesday, April 18, 2023
1 change · master
Resolved issues and error corrections
The contract history view no longer shows a signing request field that only applies to active employee contracts. This prevents confusion and avoids export errors when users work with contract history records.
Original PR description
Field `sign_request_ids` makes sense in `hr.contract` model, but not in `hr.contract.history`. Remove it to don't confuse users. For example, it leads to error if user tries to export it. opw-3140697