Friday, December 2, 2016
2 changes
Code cleanup and technical improvements
This change removes a duplicate administrator status field from web session information because the same meaning is already covered by the existing system-user field. It keeps the web interface behavior the same while reducing unnecessary internal data sent to the browser.
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
This update removes a duplicate administrator status field from session data, relying on the existing system-user indicator instead. It simplifies internal data handling without changing the user experience.