Daily updates from Odoo
Tuesday, August 7, 2018
5 changes
Enhancements to existing features
A new accounting setting lets companies choose the earliest date from which payments should be suggested for bank reconciliation. This helps businesses that start using accounting after years of invoicing avoid being prompted to match old payments that are no longer relevant.
Original PR description
See task https://www.odoo.com/web#id=1829536&view_type=form&model=project.task&action=333&active_id=967&menu_id=4720
Grouped list views now use space more efficiently by widening the group title area while allowing content to occupy the space beneath it. This reduces wasted blank space and makes grouped lists easier to scan for users.
Original PR description
Task ID: 1860033 When the list view is grouped, Before this commit the group title took as much space in the group content as the first column of the table, and the space under this title was not usable by the content (it was blank) After this commit, the group title takes as much space as the sum of the selector, sequence and first content column, but the space in the group content under the title is used, so there is less wasted white space. Description of the issue/feature this PR addresses: https://www.odoo.com/web#id=1860033&action=333&active_id=133&model=project.task&view_type=form&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update lets companies choose whether timesheets are entered in hours or days, and automatically enables a quick toggle when days are selected. Users can cycle common day values by mouse or keyboard, reducing manual entry and making day-based timesheet recording faster.
Original PR description
1) timesheet grid encoding settings (hours or days)
2) 'float_toggle' widget for fast encoding (0.00 ; 1.00 ; 0.75 ; 0.50 ; 0.25):
2.1) with mouse-click (toggle)
2.2) with TAB (select) + ENTER/RETURN (toggle)
Toggle mode is auto-set based on the selected grid encoding unit in Settings of timesheet:
it is active for days, but not for hours.
This commit relies on the following community changes: https://github.com/odoo/odoo/pull/22010The consolidated journals report now groups results first by journal, then by account, and then by month. This makes it easier for finance teams to review journal activity and understand where account totals come from.
Original PR description
This creates thus a new level of hierarchy in the report, now we have the following structure: - journals - accounts - months See task https://www.odoo.com/web#id=1869146&action=333&active_id=967&model=project.task&view_type=form&menu_id=4720
Bank reconciliation reports now respect a configured start date, so older payments are no longer shown as unmatched against statement lines. This helps finance teams focus on relevant reconciliation items and reduces confusion from historical entries.
Original PR description
See task https://www.odoo.com/web#id=1829536&view_type=form&model=project.task&action=333&active_id=967&menu_id=4720