Daily updates from Odoo
Friday, May 3, 2019
5 changes · master
Enhancements to existing features
When the shipping address on a sales order changes, the related delivery picking now gets an activity notification. This helps warehouse or delivery staff spot address changes before fulfillment and reduces the risk of shipping to the wrong place.
Original PR description
- purpose of this commit is to improve SO behavior and track changes on chatter Task:https://www.odoo.com/web#id=1888829&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad:https://pad.odoo.com/p/r.6073d8a4a479fed8d657489ed2a5d607 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Province records are now easier to find and organize with quick search filters and grouping by country. The help message was also updated to be more globally relevant, reducing confusion for users managing regional data outside the United States.
Original PR description
Description of the issue/feature this PR addresses: Better search functionality for provinces Current behavior before PR: There is no option to quick search or filter on anything in the provinces tree view. I've also improved the help message as it is obviously no longer just for America. Desired behavior after PR is merged: There is an option to quick search and filter:  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds a dedicated activity view for appraisals, subscriptions, and helpdesk records. Users can more easily create, track, and manage follow-up activities directly in these business areas, improving day-to-day coordination.
Original PR description
Task: https://www.odoo.com/web?#id=1894990&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.1dd8ba667602fec09207492fea77c588
Resolved issues and error corrections
This change protects the main administrator account from being deleted or archived. It helps prevent accidental loss of critical system access and reduces the risk of business disruption caused by removing the built-in admin user.
Original PR description
Description of the issue/feature this PR addresses: Fixes https://github.com/odoo/odoo/issues/27413 Closes: https://github.com/odoo/odoo/issues/31216 Current behavior before PR: ADMIN user can be deleted/Archived (and leads to something like https://github.com/odoo/odoo/issues/31216#issue-411581431) Desired behavior after PR is merged: ADMIN user should not be Deleted or Archived -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves day-to-day payroll usability by fixing confusing labels, layout issues, and report display problems. It also ensures payslip names update correctly when dates change, reducing manual corrections and errors.
Original PR description
This PR brings some usability fixes to the Payroll app. Task 1957707