Daily updates from Odoo
Thursday, January 15, 2026
1 change · saas-18.4
Enhancements to existing features
This update enables public users to access documents without needing to create a traditional Odoo user. When a user invites a public member, they can now create a linked user account, streamlining the document sharing process and improving user convenience. This change simplifies document access for external partners.
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