Daily updates from Odoo
Tuesday, October 24, 2017
3 changes
Enhancements to existing features
Country state names can now be translated, making address and location information clearer for users working in different languages. This improves localization for businesses operating across multiple regions.
Original PR description
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
This update adds default sample templates to key import flows so users can prepare data in the expected format more easily. It covers common imports such as partners, products, and bank statements, reducing setup confusion and failed import attempts.
Original PR description
Task: https://www.odoo.com/web?#id=32666&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.83b5c583e9442c6c70599402d7380054
The grid view now displays an overall total in the bottom-right corner, making it easier for users to see the complete amount at a glance. The update also prevents an error when creating a project forecast without assigning a user.
Original PR description
Task: https://www.odoo.com/web#id=36186&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.f98d810c3065839c65c2c3d95a44cd01 Description of the issue/feature this PR addresses: Adding a Total in the bottom right of the grid view as it is very helpful and convenient. Current behavior before PR: In Grid view in bottom right total is not disply. Desired behavior after PR is merged: Total will be displayed after PR is merged.