-
- Downloads
[IMP] {purchase_, sale_}stock{_account}: improve forecast report UX
Minor UX updates to forecast report: - add missing space (between # and unit + before |) also removed superfluous uoms (only need it at the end now that an equation is displayed) - move On Hand Value to under product link (+ variants if they exist) and make it a link to the valuation report of the product(s) in question - add link from Quantity on Hand to the locations (i.e. inventory/quants) report for the relevant product(s). Note that product template was added to Search in order to support default searching due to forecasting report structure - redo the top right forecast values to be On Hand + Incoming - Outgoing = Forecasted so we provide more explicit and transparent values. Additionally, these values are made to not display decimal digits if all of those digits are 0. Note that forecasted values in table are untouched (i.e. Forecasted Inventory = Forecasted is unchanged and Forecasted with Pending still shows in table) Also did some t-esc => t-out replacement and other small cleanup since templates were already being edited. "forecasted report" part of b2b task: 2882539 Part-of: odoo/odoo#97109
Showing
- addons/purchase_stock/report/report_stock_forecasted.xml 3 additions, 3 deletionsaddons/purchase_stock/report/report_stock_forecasted.xml
- addons/sale_stock/report/report_stock_forecasted.xml 5 additions, 5 deletionsaddons/sale_stock/report/report_stock_forecasted.xml
- addons/stock/report/report_stock_forecasted.py 4 additions, 0 deletionsaddons/stock/report/report_stock_forecasted.py
- addons/stock/report/report_stock_forecasted.xml 41 additions, 31 deletionsaddons/stock/report/report_stock_forecasted.xml
- addons/stock/static/src/js/report_stock_forecasted.js 29 additions, 0 deletionsaddons/stock/static/src/js/report_stock_forecasted.js
- addons/stock/views/stock_quant_views.xml 1 addition, 0 deletionsaddons/stock/views/stock_quant_views.xml
- addons/stock_account/__manifest__.py 3 additions, 0 deletionsaddons/stock_account/__manifest__.py
- addons/stock_account/report/report_stock_forecasted.xml 8 additions, 7 deletionsaddons/stock_account/report/report_stock_forecasted.xml
- addons/stock_account/static/src/js/report_stock_forecasted.js 52 additions, 0 deletions...ns/stock_account/static/src/js/report_stock_forecasted.js
Loading
Please register or sign in to comment