Daily updates from Odoo
Monday, February 13, 2017
2 changes
New functionality added to Odoo
Invoice reports now include a dedicated section showing payments linked to the invoice. This gives business users clearer visibility into what has already been paid when reviewing or sharing invoice documents.
Original PR description
Description of the issue/feature this PR addresses: related to task: https://www.odoo.com/web#id=30984&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720 Current behavior before PR: Desired behavior after PR is merged: - add a section in the current report to display the payments related to the invoice -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
Sales dashboard calculations have been optimized so teams can access key sales information more quickly. The change reduces unnecessary background work when dashboard graphs are not being viewed, improving day-to-day responsiveness for sales users.
Original PR description
This PR improves crm.team compute methods, adds an auto_join on sale.order: field order_line and adds a stored related field on payment.transaction to the sales channel it belongs to. It also moves the dashboard_graph_type field (invisible) in the kanban view to avoid triggering the computation of the graph when it's not needed.