Thursday, January 9, 2020
3 changes · master
Enhancements to existing features
The timesheet interface now keeps the timer play button hidden until the user moves the mouse over the relevant area. This reduces visual clutter while keeping the action easy to access when needed.
Original PR description
Pad:https://pad.odoo.com/p/r.982aa9ddeb2b54cc72e757602222457a Task:https://www.odoo.com/web#id=2165484&action=333&active_id=1251&model=project.task&view_type=form&menu_id=4720
This update adds clearer internal labels to sections of the CRM lead and opportunity form. It helps implementers and partners customize the form more reliably without changing what end users see.
Original PR description
Description of the issue/feature this PR addresses: Since this view has several times the same fields (such as partner_id), it is tricky to use a xpath to locate such fields. Adding a name on the groups makes them very easy to xpath. Current behavior before PR: No reliable way to locate a field using xpath. Desired behavior after PR is merged: Reliable way to locate a field using xpath. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update prevents saved mass mailing records from having an empty name. It avoids save-time errors caused by the underlying marketing source record requiring that name, making mailing edits more reliable.
Original PR description
Description of the issue/feature this PR addresses: mass_mailing Current behavior before PR: Before this commit "Name" was not required on `mailing.mailing` while it is required at field level `utm.source` so making it empty will raise error  Desired behavior after PR is merged: After this commit, "Name" field will be required on Created Records (This is not needed while creating new Record as we set a default value from create method)  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr