Daily updates from Odoo
Monday, July 19, 2021
1 change
Code cleanup and technical improvements
The web interface templates were updated to match a newer dropdown menu structure. This keeps enterprise navigation and Studio customization menus working consistently after the underlying interface component change.
Original PR description
This commit adapts templates with respect to a change in the Dropdown component API: the "menu" slot is now the default slot, and the former default slot (which was used to define the toggler) has now to be defined with the "toggler" slot.