Thursday, May 16, 2019
2 changes · master
Enhancements to existing features
Linking an employee to a user no longer automatically overwrites the employee's carefully formatted name. This helps preserve correct personal name formatting and avoids unintended changes in HR records.
Original PR description
Purpose ======= Managing people's names is hard. The full name is stored in a single field. But is it first name first? Last name first? How many names? We don't want an onchange to automatically change names for which we might have spent a lot of energy correctly formatting in the database. Specification ============= Remove the automatic sync between the user's name and the employee's name when a user is linked to the employee. Task 1953003 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The manufacturing bill of materials structure report now uses clearer labels for its print buttons. This helps users choose the right print action more confidently and reduces confusion when generating reports.
Original PR description
Description of the issue/feature this PR addresses: Related task: https://www.odoo.com/web?#id=1998237&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.8e7eaa74d386617c4bf1e6677c086903 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