Friday, December 2, 2016
7 changes · master
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
Project users can now combine multiple tasks into a new or existing task through a guided wizard. This helps keep project work organized by archiving duplicate or related tasks while recording clear messages that show which tasks were merged and where.
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 wizard allows the users to merge some task in a new task or an existing one A user and a project are taken by default but may be configurable on the wizard. The other tasks are archived. A message is posted on the tasks to report the target and a message is posted on the target to report the origin tasks.
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
The expense app now includes an improved planner with new guidance pages. This helps businesses set up and manage expense processes more smoothly by giving users clearer onboarding and configuration support.
Original PR description
Task : https://www.odoo.com/web#id=28705&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad : https://pad.odoo.com/p/r.a7a0f572b9bdacefa14945b1ac4814c3 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
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.