Monday, August 19, 2019
3 changes · master
Enhancements to existing features
When installing a language, Odoo now keeps the translation overwrite option enabled by default while hiding the choice from users. This makes language setup behave more consistently and reduces the chance of outdated translations remaining after installation.
Original PR description
Following 43d355c2084, same logic Hide it but make it checked by default
Event managers now see attendees in a Kanban card view when using the Attendees button from an event. This makes attendee information easier to scan visually compared with the previous list-only view.
Original PR description
Description of the issue/feature this PR addresses: Task link - https://www.odoo.com/web?#id=1935268&action=327&model=project.task&view_type=form&menu_id=4720 Pad link - https://pad.odoo.com/p/r.1af96af212e96802e1a8d6445236a2c0 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
Tax report line names and tag labels can now be translated for multilingual users. This helps businesses present tax report configuration clearly in the user's language, especially where tax reporting is country-specific.
Original PR description
…name of model account.tax.report.line - both the name and the tag_name made translate=True defined inside class account.tax.report.line task : 2042430 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr