Monday, February 27, 2017
3 changes · master
Enhancements to existing features
This update adjusts the Point of Sale session code to align with the expected Odoo programming conventions for the master and V10 versions. It is a small internal improvement intended to help the module behave consistently and remain maintainable.
Original PR description
Description of the issue/feature this PR addresses: add decorator Impacted version : master, V10 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
Incoming email handling now returns the newly created business record itself rather than only its internal ID. This makes mail-driven workflows easier for related apps such as Projects and Issues to build on reliably.
Original PR description
Task: https://www.odoo.com/web#id=30518&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720
Helpdesk has been updated to align with a platform change where newly created messages now return the related record. This keeps customer support workflows compatible with the latest messaging behavior without changing day-to-day usage.