Wednesday, August 31, 2022
4 changes · master
Enhancements to existing features
The push notification feature now uses clearer wording for an editor role, replacing an older publisher label. This makes permissions easier to understand and includes a small internal cleanup to use the current website context more consistently.
Original PR description
https://github.com/odoo/odoo/pull/98200 https://github.com/odoo/upgrade/pull/3808
The PLM toaster notification button and quantity update button were modernized in the manufacturing PLM interface. This should improve maintainability and keep the user experience aligned with the newer Odoo web interface without changing core business workflows.
Original PR description
convert plm toaster and plm udp qty button to wowl task-id: 2885757
The separate Intrastat expiry module has been folded into the main Intrastat reporting module. This simplifies module management going forward while keeping the related reporting data, views, and tests under one place.
Original PR description
"account_intrastat_expiry" was introduced in stable. No need to keep it a separate module going forward. Task: 2732930
Knowledge article sample data now uses a light purple color for highlighted text instead of green. This makes it easier for users to tell regular emphasized text apart from clickable links.
Original PR description
Currently, some text in article data has the color green as the link text. As we can have more links, we are changing the color of the text so that it is easier to distinguish between the text and the link. This PR replaces the green text with a light purple color. taskID: 2962899