Thursday, January 15, 2026
1 change · 19.0
Enhancements to existing features
This update enables public users to register for document sharing when using a 'none' access link, resolving an issue where new users weren't linked to the intended partner. Now, when inviting a member without a user, the system prompts them to create a user that's correctly associated with the partner, streamlining the document sharing process.
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