Sunday, April 21, 2019
2 changes · master
Enhancements to existing features
Form fields that appear side by side now use a layout style designed for consistent alignment and spacing. This removes small visual glitches and makes forms easier to read and use.
Original PR description
…me line and also to get space between two fields Task: https://www.odoo.com/web#id=31003&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.631015720100a9d380f3446249f0daf9
Resolved issues and error corrections
Form fields displayed next to each other now align more consistently across Odoo screens. This reduces small visual glitches in common forms, making invoices, sales, purchases, products, and other records easier to read and use.
Original PR description
Task: https://www.odoo.com/web#id=31003&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.631015720100a9d380f3446249f0daf9 Glitch is created because input element will have padding of 1px while select element will not have any padding, so to have right alignment added 1px padding on the select element(let's keep padding on input element and make select element aligned with input)