Monday, November 8, 2021
3 changes · master
Enhancements to existing features
The mail area now handles attachment box actions through the underlying conversation data model instead of the visible page components. This makes attachment behavior more consistent and easier to maintain, with little direct change expected for users.
Original PR description
Part of task-2579306
This update improves wording around chart template accounts so their purpose is easier to understand. It also removes an outdated internal comment that could cause confusion for future maintenance, with no expected change to day-to-day accounting workflows.
Original PR description
The commit also delete obsolete comment "Set default cash difference account on company" which meant to be for another code, not for creating of suspense accounts 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
When leads are converted into helpdesk tickets, or tickets into leads, marketing tracking information is now preserved. This helps teams keep accurate campaign attribution across CRM and Helpdesk workflows, while also simplifying the conversion form when only one helpdesk team is available.
Original PR description
Information about UTM codes was lost when converting leads to helpdesk tickets and vice versa. This commit ensures that they are correctly propagated. The Python test suite is completed to reflect this. As specific processes are in place to create Helpdesk Teams and Ticket Types, they can no longer be created nor edited on the fly in this conversion process. To accelerate form completion in case there is a single helpdesk team to chose from, this field will be automatically completed on the Lead to Ticket wizard form. Task-2671664