Wednesday, June 1, 2016
5 changes
Enhancements to existing features
The Discuss screen no longer highlights the "Mark all read" button as the main action. This makes the interface clearer by reserving prominent styling for truly primary actions and reducing visual distraction.
Original PR description
Description of the issue/feature this PR addresses: - mark all read" not primary Task:https://www.odoo.com/web#id=23126&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad:https://pad.odoo.com/p/r.67e7ca9192f63c9d2b995d3784c7f475 Current behavior before PR: https://drive.google.com/file/d/0B45jrxrhIvidd1lfaC1qaXN6MnM/view?usp=sharing Desired behavior after PR is merged: https://drive.google.com/a/openerp.com/file/d/0BxqHe5rtIxY0WXVRSUZVTHFKQVE/view?usp=drivesdk ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The automated actions module was reorganized and updated to Odoo's newer development framework. This should make the feature easier to maintain and evolve while preserving its business behavior.
Original PR description
Task:https://www.odoo.com/web#id=12030&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.j21wAI25Ei3COXst
Resolved issues and error corrections
Fixes an error that occurred when users assigned a parent department in the HR app. This makes department hierarchy updates work reliably and prevents an unexpected traceback during normal HR administration.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://www.odoo.com/web?#id=677532&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: Throw traceback on setting parent department Desired behavior after PR is merged: Shouldn't throw traceback. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr - it's seems misinterpreted return value of name_get() method, now it's updated
Code cleanup and technical improvements
This update modernizes the Project Issue Sheet module so it works with the newer Odoo application structure and API. It reorganizes the module files and migrates the underlying code without indicating a major change to day-to-day business workflows.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=24262&view_type=form&model=project.task&action=333&active_id=131 - Pad : https://pad.odoo.com/p/r.e38de723938fb80b443a4d83af982927 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
Fixed an issue where invoice email templates could display “false” instead of the actual invoice number. This ensures customers receive clearer, more professional invoice communications and reduces confusion for billing teams.
Original PR description
Issue: https://www.odoo.com/web#id=669291&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720