Daily updates from Odoo
Navigate
Branch
Tuesday, December 5, 2017
3 changes
Enhancements to existing features
The website dashboard is clearer and more focused, with default suggested actions removed and the “Go to Website” button moved to the dashboard header. Sales charts, best-seller data, and dashboard links now show more relevant confirmed-order information, and the dashboard refreshes when users return after making changes.
Original PR description
Task: https://www.odoo.com/web#id=32979&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad: https://pad.odoo.com/p/r.0209a7593eac3ca11007a7b3c5d7ab78 Description of the…
Task: https://www.odoo.com/web#id=32979&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad: https://pad.odoo.com/p/r.0209a7593eac3ca11007a7b3c5d7ab78 Description of the issue/feature this PR addresses: This pr contains the new improvements of website dashboard functionality. Current behavior before PR: this will remove all the to do that are provided by default as to install apps and go to website button. Now website button will be available in control panel of the dashboard. And to do area will be only focusing the only on to do. Desired behavior after PR is merged: After merging the pr, dashboard sales graph will be based on the confirmation date instead of date order. best seller will also be based on the confirmation date. Changes in the dashboard rendering. now the whole dashboard will be rendered when you will be coming back from the breadcrumb like SALE/CRM dashboard. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Trial Balance report now displays debit and credit amounts without confusing negative signs. This makes the report easier to read and helps finance users interpret balances more quickly and accurately.
Original PR description
Task : https://www.odoo.com/web#id=34850&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.a5a1ff556d05e050531fca4e264ae3b9 Description of the issue/feature this PR addresses: Trial balance report: don't use the negative signs > Intiial balance debit/credit, debit/credit, Total credit/ debit. Current behavior before PR: Trial balance report shows debit and shows credit with negative sign. Desired behavior after PR is merged: Trial balance report will show as described above description.
Resolved issues and error corrections
Financial reports now correctly use the level set on each report line instead of overriding it. This helps keep report layouts and hierarchy displayed as intended for users reviewing accounting reports.
Original PR description
The level of report line was not taken into account. opw:783257