Daily updates from Odoo
Friday, January 12, 2024
4 changes · master
Enhancements to existing features
The Documents app search panel has been aligned with the updated shared Odoo search panel. Users benefit from consistent collapsing and resizing behavior while duplicated app-specific code is removed for easier maintenance.
Original PR description
First commit adapts the xpath related to the document app version of the search panel in order to fit with changes made in https://github.com/odoo/odoo/pull/146169. Second commit removes all code related to the documents search panel resize functionality because this code is now part of the web search panel component due to https://github.com/odoo/odoo/pull/146169. task-3599590
This update makes several Odoo apps easier to use with clearer labels, better spacing, new filters, and improved default focus in marketing SMS editing. Social demo content and post actions were also refreshed so users see more relevant links and calendar entries.
Original PR description
This commit adds some minor improvements to usability & UI, notably: - Rework a few margins, labels & placeholders... - Add some filters on whatsapp.templates - Add a default focus on the marketing.automation sms body Inside the social modules: - Rename the buttons on the kanban view for social posts - Add the live_post_link compute method for youtube posts - Modify demo data for the social.post.live to redirect on odoo official post instead of broken links - Adapt the demo posts creation date to make them appear inside the calendar Task-3515819
Users can now set reminders for signature requests, helping recipients complete documents on time. This improves follow-up and reduces manual tracking for teams using Odoo Sign.
Portal pages now use the standard backend conversation panel, giving customers and internal teams a more consistent messaging experience. This improves collaboration and reduces differences between portal and back-office communication flows.
Original PR description
[Related odoo PR](https://github.com/odoo/odoo/pull/138233) Task-2828744