Monday, September 13, 2021
3 changes · master
New functionality added to Odoo
Messages can now show rich previews for shared links using OpenGraph information, making conversations more informative at a glance. Link previews behave like enhanced attachments and are automatically cleaned up and recreated to avoid unnecessary storage use.
Original PR description
OpenGrap Protocol https://ogp.me/ allow us to get some data from the link that are shared in message. It behave like an attachment with extra informations. task-2365881
Enhancements to existing features
Email attachments are now handled with separate displays for image previews and regular files. This makes attachment areas easier to maintain and should provide a more consistent experience when viewing or managing files in Odoo messages.
Original PR description
Current implementation switch display between file attachment and image attachment. This commit split those behaviour in 2 components. Enterprise part: https://github.com/odoo/enterprise/pull/18747 Part of task-2365881
This update continues the revamp of subcontracting workflows to make manufacturing operations easier to manage and more reliable. Businesses using subcontracting should see a more consistent experience when coordinating outsourced production activities.