Thursday, January 29, 2026
2 changes · saas-18.2
Resolved issues and error corrections
This update fixes a minor issue on the subscription payment page by ensuring the 'Pay Now' anchor link is only displayed when the advanced payment section is visible. This prevents unnecessary links from appearing when products have been archived, creating a cleaner and more user-friendly experience for customers.
Original PR description
When the subscription is expired and has to be paid, only use an anchor for `Pay Now` if the advance payment section is displayed (it could be hidden for ex. if any of the product has been archived) Forward-Port-Of: odoo/enterprise#105802 Forward-Port-Of: odoo/enterprise#105480
This update prevents documents from automatically opening in their form view when accessed through various channels like direct URLs or systray notifications. This change addresses a user experience issue, ensuring users can access documents without unwanted automatic opening, improving usability and workflow efficiency. The fix covers several access points including direct URLs, systray notifications, and the Discuss app.
Original PR description
Users do not want to access the form view of the document by default. This PR solves three cases for accessing documents.document records that were not covered before: * From the basic path pattern `odoo/x/documents.document/<id>` * From a systray notification "Open Form View" * when we are not yet in Documents * when we already are in Documents * From the Discuss app, on the record's thread Tests for most of these are included. Additionally, make sure the document is selected on accessing from `_get_access_action`. Task-5386466 Forward-Port-Of: odoo/enterprise#104622