Daily updates from Odoo
Thursday, January 15, 2026
2 changes · 19.0
Enhancements to existing features
This update enhances the Odoo Enterprise web_studio tool by automatically including more necessary models in default export presets. This ensures that users can consistently export complete and functional applications without needing to manually select each model. It improves the usability and efficiency of the web_studio export process.
Original PR description
In this PR we add several models to the **PRESET_MODELS_DEFAULTS** list such that the exporter includes necessary models by default.
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