Monday, November 9, 2020
5 changes · master
Enhancements to existing features
CRM, Sales, and Purchase reporting now include dedicated dashboard menu entries and default to graph-based views for standard reports. This makes key business reports easier to find and quicker to interpret, with lead reports also opening with the relevant default filter.
Original PR description
We have add the menu dasboard in crm, sales, purchase and change the view mode of all the modules. task : 2311392 PR : 55598
The forecasted stock report now lets users view and change sales or manufacturing order priority directly from the report, helping teams reorder and act on demand faster. It also improves readability with clearer labels, links to draft documents, rounded quantities, mobile layout tweaks, and added order/customer totals.
Original PR description
see and set priority on sales orders and manufacturing orders in forecasted report without having to go to the SO/MO add the priority star icon in front of the SO/MO reference changing priority should reload the page with reordered SO's/Mo add a unreserve button next to 'reserved from stock' in the replenishment column add total order and customer amount in used by column remove time in delivery/receipt dates change column headers (Quantity -> the UoM of the product, Expected Receipt -> Receipt, Expected Delivery -> Delivery) change 'Draft SO' -> 'Quotations' and 'Draft PO' -> 'Requests for quotation' and add links mobile view: display KPI's on new line check decimals on quantities, must be 2 task: 2349142 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
Sales, CRM, and purchasing now have clearer reporting navigation with dedicated dashboard menu items. Standard report menus now open graph views by default, helping teams spot trends and performance insights more quickly.
Original PR description
We have add the menu dasboard in crm, sales, purchase and change the view mode of all the modules. task : 2311392 PR : 12419
Resolved issues and error corrections
Stock reservation assignment has been optimized to process operations in batches and filter inventory records more efficiently. This should improve performance for businesses handling larger volumes of warehouse movements, reducing delays during stock allocation.
This fixes a problem where newly created mega menus did not show their name and could cause an error when edited and saved. Website editors can now create and update menus reliably, avoiding interruptions while managing site navigation.
Original PR description
**PURPOSE** - producible in master - Create a megamenu and save, it's not showing name of the menu - click on edit, add name and save. - Showing traceback : https://youtu.be/VM2C-ho_71M **LINKS** TaskID: 2370575 Closes: https://github.com/odoo/odoo/pull/61530