Thursday, March 28, 2024
4 changes · saas-17.2
Resolved issues and error corrections
Documentation links across several Odoo Enterprise areas now point to the correct saas-17.2 documentation. This helps users and support teams reach guidance that matches the version they are using, reducing confusion from outdated or mismatched help pages.
Original PR description
See also: - https://github.com/odoo/odoo/pull/159618
The property field type selection menu now displays its images correctly in dark mode. This prevents icons from appearing too dark, making the field editing experience clearer and more consistent for users.
Original PR description
In [1], dropdowns were updated and it impacted the properties field edition: - the field type images in dark mode were not properly colored anymore (too dark). This commit fixes the issue by adding a class on the field type selection popover. [1]: https://github.com/odoo/odoo/commit/7b7a2613901de20791d111a8efc8e98c226f39ad task-3834506
The properties field type selector now displays correctly after recent dropdown changes. Popovers no longer appear hidden behind other elements, and icons/images keep the intended size, making property editing clearer for users.
Original PR description
In [1], dropdowns were updated and it impacted the properties field edition: - z-index of the popover opened for the dropdown of a property field type was lower than the element it was opened for, resulting in part of the popover being hidden. - img style (dimensions) was not applied as the dropdown list is now a popover (sibling instead of child), resulting in bigger images. This commit fixes the issue by adding a class on the field type selection popover. [1]: https://github.com/odoo/odoo/commit/7b7a2613901de20791d111a8efc8e98c226f39ad task-3834506
Documentation links across Odoo have been retargeted to the saas-17.2 documentation, helping users land on guidance that matches their software version. This reduces confusion caused by version mismatches when users follow help or setup links from the product.
Original PR description
See also: - https://github.com/odoo/enterprise/pull/59607