Daily updates from Odoo
Navigate
Branch
Monday, January 14, 2019
2 changes
Security fixes and vulnerability patches
This update tightens access to link tracking data so public users cannot directly view or manipulate technical tracking records. Link clicks are now recorded through controlled routes, improving privacy and making tracking statistics more reliable.
Original PR description
[REF] link_tracker: strengthen ACLs and add tests Purpose of this merge is to clean ACLs of link tracker models. Those are rather technical and should not be accessed as it is by external people. Let us delegate control to controllers and lessen a bit model accessibility. Some code is cleaned and code field is made required on link.tracker.code model to ensure database integritry. See commits for more details. This merge is linked to task ID 1904277 and closes PR #28242.
New functionality added to Odoo
Adds a new CRM lead mining feature that helps sales teams generate potential leads using configurable criteria such as industry, role, seniority, and technology. This can help businesses find prospects more efficiently from within Odoo CRM.
Original PR description
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