Daily updates from Odoo
Navigate
Branch
Thursday, January 25, 2018
5 changes
Enhancements to existing features
This update makes employee expense handling clearer and easier to manage by renaming labels, improving search, simplifying guided tours, and making key fields editable at the right stages. It also improves approval responsibility handling so the right person is notified and only responsible users see certain approval actions.
Original PR description
https://www.odoo.com/web#id=30933&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720 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
The calendar view no longer shows the group by option in the search controls. This prevents users from selecting an option that is not relevant for calendars, making the interface clearer and reducing confusion.
Original PR description
Task:https://www.odoo.com/web#id=37720&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad:https://pad.odoo.com/p/r.1854e62f8e5662fc826d11059c428014 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 makes user mentions stand out in green while composing or editing mail messages. It improves readability and helps users quickly confirm that the right people have been mentioned before sending or saving.
Original PR description
Task: https://www.odoo.com/web#id=33433&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.aa86f02e6196fe11409dfd07c35f1967
Resolved issues and error corrections
This change fixes a simple spelling mistake in an internal code comment related to data imports. It does not change how the product works, but helps keep the codebase clearer for future maintenance.
Original PR description
It was made by @xmo-odoo in 2012 https://github.com/odoo/odoo/commit/45d5003dd6678c4ae115fef3a84d153d973c2b39 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Email templates in Accounting, Belgian invoicing, Purchase, Repair, and Sales now show monetary amounts using the normal currency formatting, including rounding and symbols. This prevents confusing or inconsistent amount displays in customer and vendor communications.
Original PR description
…ount Use `format_amount` in the mail templates in order to format as a regular amount (with rounding and symbol). opw-805370 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