Friday, December 2, 2016
5 changes
Enhancements to existing features
The employee attendance menu is renamed from “My Attendances” to “Check In / Check Out” to better describe its main action. This makes navigation clearer for employees who want to record their work start or end time rather than review attendance history.
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 …Check Out' Purpose: ======== The menu my attendance is not clear, you expect to see your attendance log. rename it into Check In / Check Out
The contact action menu no longer shows the obsolete Unknown Partner Ledger options. This reduces confusion for accounting users because equivalent partner ledger reporting is already available for receivables and payables.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web#id=29204&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 PAD: https://pad.odoo.com/p/r.f92a97dda498ada63f8d0609b815bd98 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
Features or functions removed from Odoo
This change removes unused Unknown Partner Ledger actions from accounting reports. It simplifies the reporting menu by avoiding duplicate entries, since the standard Partner Ledger already covers receivables and payables.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web?#id=29204&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 PAD: https://pad.odoo.com/p/r.f92a97dda498ada63f8d0609b815bd98 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
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.