Daily updates from Odoo
Wednesday, May 20, 2020
4 changes
Enhancements to existing features
Gantt view items can now be dragged more smoothly, with a clearer visual preview showing where the item will land. This makes schedule adjustments easier and reduces uncertainty when moving tasks or bookings.
Original PR description
Purpose : The goal of this task is to make the drag & drop of the Gantt view smoother by having a continuous drag 'hovering over' the gantt view itself. even display the closest hovering hook with dashed border and with a transparent copy of the gantt pill being dragged like web studio. Spec : We have changed the drag function of draggable object with cloning and appending the dragged pill to the targetted hook with transparent copy. Task : 2205607
Email Marketing and Marketing Automation templates can now display company social media links even when the Website app is not installed. This ensures customers' social icons are populated from company information by default, while still using website-specific settings when available.
Original PR description
**PURPOSE:**
- Using Mass Mailing or Marketing Automation without website installed will not populate the links for your social media account.
- However, we do have those information on your company. We could then use those information to gather your social media links from your mass mailing.
**SPECIFICATION:**
- Currently social media icon details fetch from "Website" module > Settings > Social Media. But when customer doesn't have installed website module it does not display social media icons
Case: https://youtu.be/JOEZr5jJWAY
- Technical Details:
- add function for example "get_social_media_stuff" that will fetch details either from company setup information or website depends on installed application.
**LINKS:**
TaskID: 2036094
Closes https://github.com/odoo/enterprise/pull/10497This update changes how related records are included in several business reports so information is less likely to be unintentionally left out. It supports more complete reporting across sales, stock valuation, and website lead scoring while remaining mostly internal to the system.
Original PR description
Related to https://github.com/odoo/odoo/pull/49999.
Point of Sale can now use secure HTTPS connections in supported enterprise environments. This improves protection for POS traffic while preserving compatibility with IoT Box setups that still need special handling.
Original PR description
HTTPS had been disabled on SaaS to allow the use of the IoT Box that had no valid SSL certificate. As of V13.0, IoT Boxes connected to Enterprise DBs have a valid certificate. POS can then use HTTPS. Previously all requests made to `/pos/` URL we redirected to HTTP. We now set a cookie to differentiate in nginx POS requests that should not be redirected to HTTP. TaskID: 2191878