Wednesday, March 4, 2026
2 changes · master
New functionality added to Odoo
Odoo now displays the total number of lines of code included when importing an installed module. This gives users visibility inside Odoo that was previously only available on the Odoo apps website, helping assess the size of custom modules more easily.
Original PR description
In this PR we have added a field to display the total number of lines of code installed with the module. Previously, this information was only available on apps.odoo.com. Task-5489905
This update allows you to share documents with external websites through the Documents and Website module. Users can now specify a website domain when sharing, ensuring the shared link directs to the intended external site instead of the main Odoo platform. This enhances flexibility and control over document distribution.
Original PR description
PURPOSE When use Documents and Website, manage various websites not main odoo site. SPECIFICATIONS If Documents and Website are installed: - Add a new field "Website domain" on the share wizard. - When selecting a website in the list, the URL to share will be the URL of the website and not of the main odoo site. Task-2658985