Friday, May 3, 2019
2 changes · master
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