Wednesday, July 7, 2021
3 changes · master
Enhancements to existing features
City searches can now use zip codes as well as city names, making it easier to pick the correct city when multiple places have similar names. City results also show the zip code in parentheses for clearer identification.
Original PR description
When having cities with similar name it may quickly be difficult to find the right one. Adding zip code to name search helps finding it more easily. IN order to match this new _name_search we update name_get accordingly and display the zip code between parenthesis. Task ID-2525738
Event pages now use space more efficiently by reducing extra padding, centering menu items, and allowing them to wrap below the header area when needed. This helps prevent menu items from overlapping the registration button and improves the page layout for visitors.
Original PR description
Remove padding from event name, and center menu items, purpose is to reduce lost space Make menu items wrap and move to the bottom to avoid having them overlap with the register button. Shorten the name of the "OpenWood Collection Online Reveal" event to "OpenWood Collection Reveal", because otherwise it would usually take two lines and would not look good. Task-2524708 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Event Twitter Wall feature now aligns with updated event website menu management. This helps keep event-related website menus more consistent and easier to manage for users working with event pages.
Original PR description
See community PR for more details.