Daily updates from Odoo
Navigate
Branch
Monday, September 24, 2018
6 changes
New functionality added to Odoo
Website editors can now choose the image shown when a page is shared on social networks, directly from the SEO dialog. Odoo also provides better default sharing images across website pages such as products, blog posts, events, forums, and eLearning content, improving brand presentation and click-through appeal.
Original PR description
Task: https://www.odoo.com/web#id=1835370&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.6e27064666388513093fa3740e9b5297
This change adds an extension point for how Odoo combines multiple PDF documents. It keeps the current behavior unchanged while allowing future customizations, such as merging files on disk to better handle specific reporting needs.
Original PR description
Description of the issue/feature this PR addresses: When getting multiple PDFs from Odoo, these PDFs are merged in memory and we'd like an hook allowing to extend this function to merge PDFs on disk. Context : https://github.com/OCA/reporting-engine/issues/241 Current behavior before PR: No change to current behavior, it's only adding an hook to extend a function. Desired behavior after PR is merged: No change to current behavior, it's only adding an hook to extend a function. BTW is there any chance this is accepted for v11.0 ? -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
The project labels form now uses the standard Odoo layout, making it look cleaner and more consistent with other screens. This improves readability and gives users a more polished experience when managing project labels.
Original PR description
Description of the issue/feature this PR addresses: Create a neat form view for this menu Current behavior before PR: The formview has no `<sheet>` which results in a not really beautiful form view:  Desired behavior after PR is merged: A great looking form view like most views in Odoo:  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Event date information is now stored so users can search events by their localized date more reliably. This also avoids unnecessary recalculations, which can help keep event management faster and more efficient.
Original PR description
With this patch, we are able now to search by the located date field, and recomputation is only done when actually needed. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @Tecnativa
Resolved issues and error corrections
This fixes a website editor issue where changing the number of columns did not properly remove old spacing settings. It helps keep page layouts consistent when users edit snippets in the website builder.
Original PR description
issue: https://youtu.be/QSucXKvtPYc col-lg-offset-* classes are replaced with offset-lg-* in BS4 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adjusts the web interface so the top bar uses the intended purple color. It also fixes a mobile search menu display issue where menu items could appear outside the menu, improving visual consistency and usability.
Original PR description
Description of the issue/feature this PR addresses: Issue : https://drive.google.com/file/d/1jeD-kxhMlT5fI7AC1WOB7tnB0JOZFRgN/view?usp=sharing Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr