Wednesday, April 2, 2025
1 change · master
Code cleanup and technical improvements
Odoo Studio now uses the standard mixed checkbox state instead of a custom visual workaround. This keeps the interface behavior easier to maintain while preserving the same user experience for configuring view rules.
Original PR description
This commit takes advantage of the "indeterminate" state of the CheckBox component (cf. `input[type=checkbox]:indeterminate`) instead of emulating it with classes.