Daily updates from Odoo
Navigate
Branch
Tuesday, May 7, 2019
8 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
Resolved issues and error corrections
This fixes an issue where list view column header tooltips could fail in debug mode when a field used a widget. It also restores the expected column label text so users see the field name rather than internal widget descriptions.
Original PR description
A traceback occured when displaying the tooltip (only visible in debug) on a list view header if the field had a `widget` attribute (introduced in rev. odoo/odoo@5dc971 The issue here was linked to the fact that a widget is not always rendered in list view (compared to form view) so the `Widget` property in the attributes was not there. 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
A display issue in the Assets app was corrected so the column header for expanding or collapsing rows is hidden properly. This keeps asset list views cleaner and avoids confusing empty or technical-looking labels for users.
Original PR description
See odoo/odoo#33060
Code cleanup and technical improvements
This change reorganizes the JavaScript code used by Odoo's mail features without indicating a visible change for end users. It should make the mail area easier to maintain and evolve while keeping business behavior largely unchanged.
Original PR description
Task-ID 1914207
This update reorganizes the website sales layout structure to make the online shop pages easier to maintain and evolve. Customers should see little to no immediate change, but the work helps support future improvements to the eCommerce experience.
Original PR description
See https://github.com/odoo/odoo/pull/31147 task-1925327