Daily updates from Odoo
Navigate
Branch
Monday, May 2, 2016
6 changes
Enhancements to existing features
Timesheet and attendance reporting has been separated so attendance insights no longer depend on the timesheet sheet feature. Older combined timesheet reports were replaced with clearer timesheet views, including pivot analysis and department filtering, making reporting easier for managers to use.
Original PR description
- extracts an attendance/timesheet report independent from hr_timesheet_sheet - removes the old timesheet reports (which included attendances), replaces it with views on timesheets: - moves Detailed Activities to reports & renames it - adds a pivot view - adds department related to timesheets - fixes a small bug in kanban views (useful for point above)
Return orders in Point of Sale now carry over the receipt reference from the original sale. This makes it easier for staff to trace returned products back to the exact transaction and improves return tracking.
Original PR description
Description of the issue/feature this PR addresses: - Receipt Ref code on Return Order Task: https://www.odoo.com/web#id=23214&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.f3b3275ad2182421c8b4d8c659414f9b Current behavior before PR: - Return Order doesn't fetch the Receipt Ref of the origin Order. Moreover, the field is not editable. So there is no way to find the origin order from where the return of the products done. Desired behavior after PR is merged: - Return Order should fetch the Receipt Ref code which can be helpful to track the return orders. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr …ode of origin order.
The calendar now displays times using the user's selected language and regional time format. This makes scheduling clearer for users who expect either 12-hour or 24-hour time in calendar labels and event titles.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=22846&view_type=form&model=project.task&action=333&active_id=131 - Pad : https://pad.odoo.com/p/r.37f050526d185018e070efbee07ae6c0 Current behavior before PR: In Calendar View, there is fixed 12 hour time format for Y axis and event title. Desired behavior after PR is merged: In Calendar View - Y axis : according to 12 hour or 24 hour format - Event title : as per time format of the localization (time_format of the res.lang object) ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The customer follow-up screens were refined to make everyday collection work clearer and less repetitive. Users now see clearer progress information, cleaner labels, non-duplicated email warnings, and only relevant action buttons based on the current follow-up status.
Original PR description
- Task: https://www.odoo.com/web?#id=22638&view_type=form&model=project.task&action=333&active_id=131 - Pad: https://pad.odoo.com/p/r.2de2d53ce359694310a65c327097fecc
The timesheet grid has been refined based on user feedback, with clearer labels, better visual cues, improved forms and search filters, and a more guided validation flow. Businesses also gain more control over whether project timesheets are used and whether invoicing should be based on approved timesheets, helping teams manage time tracking and billing more accurately.
Original PR description
various changes to the timesheet grid following FP feedback, see [task 23726](https://www.odoo.com/web#id=23726&view_type=form&model=project.task) for details
Resolved issues and error corrections
Quotation templates now show only one Suggested Products tab instead of two. This reduces confusion for sales teams preparing online quotations and keeps the template form cleaner.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://www.odoo.com/web?#id=673283&view_type=form&model=project.issue&action=609&menu_id=4720 Remove Suggested Product Tab From quotation template because it displays two Suggested Product Tab. Current behavior before PR: -it Display Two Suggested product tab Desired behavior after PR is merged: -Display only one Suggested product ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr