Tuesday, April 19, 2016
5 changes · master
Enhancements to existing features
Notification emails sent when a slide is published now use the subject defined by the channel's email template. This makes messages easier for recipients to recognize and understand instead of showing a generic reply-style subject.
Original PR description
Hello: with this task correct subject name will send in notification mail from slide. Task: https://www.odoo.com/web?#id=21398&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.ll5alUK2ywRfjiHo Thanks.
Features or functions removed from Odoo
The chatter's "Log a note" option no longer shows a subtype dropdown, so users only log standard notes from that screen. This reduces confusion and guides users to the dedicated workflow when they need to create other activity-related entries.
Original PR description
Description of the issue/feature this PR addresses: - Remove subtype dropdown in log a note Task: https://www.odoo.com/web#id=22626&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.8fccdb700a7804597c5f59a264401666 Current behavior before PR: - Subtype dropdown is present in log a note. Desired behavior after PR is merged: - Remove subtype dropdown in log a note. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Code cleanup and technical improvements
The stock picking wave module was migrated to Odoo's newer internal framework and its files were reorganized. This keeps the warehouse wave picking feature maintainable and aligned with current platform standards, with no intended change to day-to-day user behavior.
Original PR description
Task: https://www.odoo.com/web?#id=13157&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.yzlRPJQy5dn23RFu
The dropshipping module’s automated checks were reorganized and converted to a newer testing format. This helps maintain business-critical flows like order cancellation, cross-docking, pricing, and procurement exceptions with better long-term maintainability.
Original PR description
Task : https://www.odoo.com/web#id=12979&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.g4GVWnV0lMAveY36
The Project app has been updated to Odoo's newer internal framework and its code has been reorganized for easier maintenance. Deprecated, unused pieces were removed, which should help keep the app cleaner and more reliable without introducing major new user-facing features.