Daily updates from Odoo
Tuesday, December 9, 2025
1 change · saas-17.3
Resolved issues and error corrections
This update resolves an issue where a duplicate dropdown menu appeared when editing or deleting social stream posts. The fix ensures the existing dropdown from the 'social_crm' module correctly integrates with the new 'social' dropdown, maintaining a consistent user experience. This improves usability and prevents confusion for users managing social posts.
Original PR description
Following odoo/enterprise@c9ddf1c a new dropdown has been added to "social" to allow the edition and deletion of a social stream post. This new dropdown didn't take into account the one already existing in "social_crm" resulting in a duplicated dropdown menu. Fixing the issue by making sure the dropdown from "social_crm" is correctly extending the one from "social". As the "Create Lead" action is set above the "Edit" and "Delete" ones, making sure it's also the case for the stream post comments dropdown menu for consistency. Task-5270180