Wednesday, May 22, 2024
2 changes · master
Enhancements to existing features
Leads generated from social media posts or comments now include any attached images, giving sales teams fuller context when following up. The lead description also formats social media links with proper spacing for clearer reading.
Original PR description
Purpose ======= Display the post/comment image(s) in the related generated lead description. Also fixing a missing spacing around the social media link in the lead description. Specifications ============== When generating a lead from a post/comment containing an image, only the post/comment message content is displayed in the lead description. Adding the display of the post/comment image(s) if there is. Task-3834228
Product category records have been renamed and unused categories removed across several Odoo business apps. This keeps demo and test data more consistent, reducing confusion for teams working with products, sales, accounting, rentals, manufacturing, and related workflows.
Original PR description
**This commit adapts the changes of product category cleaning** - Renaming the records for product category and removing the one's not required. (For eg. - `product_category_5` to `product_category_office`) **Affected version** ~ master **Task**: 3941328