Friday, January 16, 2026
2 changes · saas-19.1
Enhancements to existing features
This update enables public users to access documents via a link without needing to create a standard user account. Previously, inviting a public user would force them to register, creating a separate user. Now, the public user's registration is linked to the document access, streamlining the sharing process and improving usability.
Original PR description
Purpose ======= We can share a document to a partner without a user, and with `access_via_link == 'none'`. In that situation, the partner is forced to create a user, but if he clicks on signup, then the new user won't be linked to the partner set on the `documents.access` (a new partner will be created). Now, when inviting a member, if he doesn't have a user, we invite him to create a user. If the partner has a user, then we just redirect him to the login page. Task-5242208 Forward-Port-Of: odoo/enterprise#104374 Forward-Port-Of: odoo/enterprise#100628
This update simplifies the process of setting up Peppol integration within Odoo. The old wizard has been replaced with a more user-friendly interface, including a radio selection for registration type and a dedicated field for the Peppol contact email. This change streamlines the configuration and improves the overall user experience.
Original PR description
In this commit: - Deprecate the Peppol configuration wizard. - Move the Peppol contact email field to Settings. - Replace the wizard button with a radio selection for the Peppol registration type. - Simplify the overall Peppol settings user experience. Task-5438539 Co-authored: [Soham Zadafiya (soza)](soza@odoo.com) Forward-Port-Of: odoo/odoo#243985