Wednesday, January 14, 2026
1 change · 18.0
Enhancements to existing features
This update enables public users to directly access documents without needing to create a user account. When a public user shares a document with a partner, the system now allows the partner to register and create a user account linked to that partner, streamlining the document sharing process. This improves usability for partners who don't want to create a full Odoo user.
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