Daily updates from Odoo
Navigate
Branch
Friday, January 19, 2018
3 changes
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
Resolved issues and error corrections
Expense reports in a currency different from the company currency can now be posted correctly as journal entries. This helps businesses avoid blocked accounting workflows when employees submit expenses in foreign currencies.
Original PR description
<b> Issue: </b> https://www.odoo.com/web?#id=806239&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr