Daily updates from Odoo
Monday, September 24, 2018
2 changes · master
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