Daily updates from Odoo
Tuesday, May 7, 2019
4 changes
Enhancements to existing features
The partner autocomplete feature now synchronizes contact data more reliably in the background and during user interactions. This helps keep customer and company information fresher, reducing manual updates and improving data quality for business users.
Original PR description
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 HR responsible person field is being moved into the core employee contract app so it can be shared by more Odoo modules. This makes the information available beyond the enterprise salary contract feature, improving consistency for businesses using different HR workflows.
Original PR description
Description of the issue/feature this PR addresses: Move hr_responsible from hr_contract_salary (enterprise) to hr_contract (community) to be accessible to multiple modules. Current behavior before PR: The hr_responsible is in enterprise in hr_contract_salary Desired behavior after PR is merged: The hr_responsible is in hr_contract and can be accessed from different modules. id=1944735 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The product attribute form has been visually simplified by adding a standard sheet layout and removing an unnecessary grouping element. This makes the form cleaner and more consistent with other Odoo screens without changing business functionality.
Original PR description
Description of the issue/feature this PR addresses: Improve the form view and simplify it. Current behavior before PR: The form view has no `sheet` tag and it has a `group` element which adds no extra value to the view. View before PR:  Desired behavior after PR is merged: The form view has a `sheet` tag and the `group` element that adds no extra value is removed in order to simplify the view. View after PR:  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Customer follow-up emails from account reports now use the standard email header and footer while keeping the configured follow-up message content. This makes outgoing payment reminder emails look more professional and consistent for recipients.
Original PR description
Task: https://www.odoo.com/web#id=1855915&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720