Daily updates from Odoo
Friday, January 19, 2018
2 changes · master
Enhancements to existing features
This change introduces tags for Odoo tests so teams can run targeted groups of tests instead of always running broad test suites. It helps developers and quality teams validate changes faster, especially in large modules, while also removing rarely used test reporting options.
Original PR description
Description of the issue/feature this PR addresses: It's currently difficult to select which test to execute when testing Odoo modules. This PR tries to implement 'tags' for tests. Tests can be tagged with one or multiple tags using a simple decorator. Current behavior before PR: No possibility to tag tests Desired behavior after PR is merged: Tests can be selected by tags using a single command line parameter '--test-tags'. Tags prefixed with '-' are excluded from selection. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The update simplifies how message tracking appears in Odoo's chatter and adjusts when grey background styling is used. This makes conversation history clearer and more consistent for users reviewing activity on records.
Original PR description
Remove "always" tracking support Change grey background logic https://www.odoo.com/web#id=46155&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720