Wednesday, June 1, 2016
7 changes · master
New functionality added to Odoo
Project forecasts can now be archived and restored, with clear filters and actions to view or manage archived entries. Archived forecasts are hidden from Gantt views by default, helping teams keep planning screens focused on active work while preserving past forecast data.
Original PR description
Task: https://www.odoo.com/web#id=23435&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.99d6c67f94a43d67421d60b242ddf7aa
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
Customers who buy digital products online now receive a thank-you email after successful payment with a link to their online account and order. This makes it easier for them to access and download their purchased digital products without relying on a standard quotation or sales order email.
Original PR description
… digital product, customer should get an email with link to his/her online account with order from where purchased digital product can be downloaded Task: https://www.odoo.com/web#id=12788&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.UwwnzUYrXGrcUUnz
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
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
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