Wednesday, June 1, 2016
2 changes · master
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