Daily updates from Odoo
Wednesday, November 20, 2019
3 changes · master
Features or functions removed from Odoo
This change removes an unused database parameter from unsubscribe and tracking links in mass mailing emails. The links continue to work as before, but are simpler and avoid passing unnecessary information in the URL.
Original PR description
Methods _get_unsubscribe_url and _get_tracking_url create url with a db parameter (GET), but it isn't used in the targeted controller. Then we removed it. task-2087379 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
Obsolete sample messages for private mail discussions were removed because that usage is no longer supported in current versions. This reduces clutter in demo databases and technical message lists without affecting normal users or business workflows.
Original PR description
Mail contains demo data related to private discussions. However this kind of use of mail has been removed since several versions. This demo data only creates noise in mail.message without adding any real demo for any users. As messages should be linked to existing business documents, existing demo data in demo channel and additional messages coming in other applications should be sufficient. Let us remove those demo you can see only in technical menus. Task ID 2121319 PR #39907
This update removes leftover stock-related code from older barcode and forecasting views that are no longer used. It helps keep the stock module cleaner and easier to maintain without changing day-to-day business workflows.