Saturday, October 22, 2022
1 change · master
Enhancements to existing features
Users editing records in list views can now press Enter to move down within the same column instead of jumping back to the first cell of the next row. This makes bulk data entry and corrections faster and more predictable.
Original PR description
Description of the issue/feature this PR addresses: Currently both **Tab** and **Enter** jump to the next line in the first cell. I think it would be a nice improvement to have a little more control on the **Enter** key. The PR allows you to stay in the same column when pressing Enter. This gives a better user experince, especially when doing a lot of changes. 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