Daily updates from Odoo
Thursday, January 15, 2026
1 change · saas-18.3
Enhancements to existing features
This update enables public users to access documents via a link, simplifying document sharing. Previously, users without accounts were forced to create one, but this change allows them to register directly, linking their account to the document access, improving the user experience.
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#104339 Forward-Port-Of: odoo/enterprise#100628