-
- Downloads
[IMP] stock{_account}: update UX of valuation report
Note this is specific to the view shown when clicking on "Reporting > Valuation", but this uses the same 'stock.quantity.history' wizard and related custom js as "Configuration > Locations > Current Stock" Minor UX updates to valuation report: - don't default groupby product - add filters incoming and outgoing (same logic as stock.move filters) - replace "Inventory at Date" with "Valuation at Date" where appropriate (but leave location current stock view untouched) - create separate view for the valuation report so remaining qty/value are displayed, but all other svl viewing actions (including the "Valuation at Date") will remain showing the original qty/value to support deeper analysis - don't sum unit_cost when groupby is applied in list view since the value won't make sense - add "reference" to svl which is = to stock.move.reference "valuation" part of b2b task: 2882539 Part-of: odoo/odoo#97109
Showing
- addons/stock/static/src/js/inventory_report_list_controller.js 1 addition, 1 deletion...s/stock/static/src/js/inventory_report_list_controller.js
- addons/stock/static/src/xml/inventory_report.xml 3 additions, 1 deletionaddons/stock/static/src/xml/inventory_report.xml
- addons/stock_account/__manifest__.py 6 additions, 0 deletionsaddons/stock_account/__manifest__.py
- addons/stock_account/models/stock_quant.py 1 addition, 0 deletionsaddons/stock_account/models/stock_quant.py
- addons/stock_account/models/stock_valuation_layer.py 8 additions, 1 deletionaddons/stock_account/models/stock_valuation_layer.py
- addons/stock_account/static/src/xml/inventory_report.xml 12 additions, 0 deletionsaddons/stock_account/static/src/xml/inventory_report.xml
- addons/stock_account/views/stock_quant_views.xml 7 additions, 1 deletionaddons/stock_account/views/stock_quant_views.xml
- addons/stock_account/views/stock_valuation_layer_views.xml 41 additions, 5 deletionsaddons/stock_account/views/stock_valuation_layer_views.xml
- addons/stock_account/wizard/stock_quantity_history.xml 21 additions, 0 deletionsaddons/stock_account/wizard/stock_quantity_history.xml
Loading
Please register or sign in to comment