Friday, December 19, 2014
2 changes
Enhancements to existing features
Odoo reporting now separates table-style pivot analysis from chart-based graph views, making reports faster, easier to use, and better integrated with dashboards and menus. Users can sort pivot data, click cells to open the related records, and rely on saved dashboard reports keeping their selected measures and layout.
Original PR description
new pivot view, full rewrite of graph view This branch is a split of the former graphview into a pivot view (the tabular view) and graph view (the various charts). The code was fully rewritten. - pivot view should be faster (better underlying data structure and better algorithm) - better integration with the web client (use of sidebar, of menu buttons, bettor style) - new feature: pivot view can be sorted - new feature: pivot view cells can be clicked to open a list view with the corresponding domain - web_graph addon was removed, and the graph view code has been moved to the addon web. - the interaction with the searchbar was changed (no more column facet) - better and simpler code for graph view - mary corner cases in graph charts have been corrected (for ex, pie chart with positive and negative numbers) - graph/pivot correctly save their state when added to dashboard/saved (state such as current measure, chart mode, column groupbys, ...)
This update improves how Odoo plans purchases, stock movements, and manufacturing needs by making procurement grouping, scheduling, and cancellation more accurate. It also adds calendar-aware stock planning so delivery and replenishment dates better reflect working schedules and availability.