Thursday, March 12, 2020
3 changes · master
Enhancements to existing features
The core record-checking behavior now keeps results in a predictable order. This helps reduce inconsistent test outcomes and makes performance measurements easier to compare between runs.
Original PR description
When testing odoo, error can occur an undeterministic way, wich can lead to strange and unroproductible behaviour. This also means that the perormances can change from one execution to another, making it quite difficult to track performance drop/imrpovement on a global scope. This commit tryies to make exists determinist hopefuly without running performances to much. The other side effect is to keep ids in the same order as the initial recordset wich can be usefull. 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
Administrators can now view and edit digest tips from the technical email menu, making it easier to maintain the guidance shown in digest emails. Each tip also has a clear name, so teams can identify and improve tips without reading through the full content first.
Original PR description
PURPOSE Allow to edit and improve digest tips. SPECIFICATIONS Add views for digest tips. Locate those views in technical menu, in email section, below Digest Emails. Add a name on digest tips. Even if technical and not send to customers it allows to see them at a glance in list view without having to guess their content.
Helpdesk digest tips now include internal names so staff can identify them more easily in list views. This makes administration faster by removing the need to open each tip to understand its content.
Original PR description
Add a name on digest tips. Even if technical and not send to customers it allows to see them at a glance in list view without having to guess their content. LINKS Task ID 2214325