Wednesday, July 28, 2021
1 change · master
Resolved issues and error corrections
This update prevents contract history rows from opening an unnecessary form dialog when clicked. It makes the HR contract history view behave more predictably and reduces accidental navigation for users reviewing employee contract information.
Original PR description
clicking on the row of contract history opens the formViewDialog so this commit fixes the issue by adding the readonly attributes on the field so that clicking on the row of the contract history doesn't open the formViewDialog TaskID-2578874 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr