-
- Downloads
[IMP] stock{_account}: inventory => locations report update
Inventory report has been updated to have: - better applicability: report renamed to "Locations" and is only visible w/Locations, Consignment, or debug mode active - improved UX: list view rearranged, buttons added, grouping removed, sums added to bottom of list - improved quant "Value": instead of the accounting value, this is now the average unit cost (i.e. sum(valuation layer values)/sum(valuation layer quantities) per product x on hand qty (of quant). - single click load for products - search based on Warehouse option (including storing location.warehouse_id to avoid overly complex search function) - always show "Location" column in this view even if multi-locations is not active "inventory report" part of b2b task: 2882539 Upgrade PR: odoo/upgrade#3819 Part-of: odoo/odoo#97109
Showing
- addons/product_expiry/views/stock_quant_views.xml 2 additions, 2 deletionsaddons/product_expiry/views/stock_quant_views.xml
- addons/stock/models/stock_location.py 1 addition, 1 deletionaddons/stock/models/stock_location.py
- addons/stock/models/stock_quant.py 9 additions, 2 deletionsaddons/stock/models/stock_quant.py
- addons/stock/models/stock_warehouse.py 4 additions, 0 deletionsaddons/stock/models/stock_warehouse.py
- addons/stock/static/src/js/inventory_singleton_list_controller.js 3 additions, 0 deletions...tock/static/src/js/inventory_singleton_list_controller.js
- addons/stock/views/stock_move_line_views.xml 1 addition, 1 deletionaddons/stock/views/stock_move_line_views.xml
- addons/stock/views/stock_orderpoint_views.xml 1 addition, 1 deletionaddons/stock/views/stock_orderpoint_views.xml
- addons/stock/views/stock_quant_views.xml 33 additions, 29 deletionsaddons/stock/views/stock_quant_views.xml
- addons/stock_account/__manifest__.py 1 addition, 1 deletionaddons/stock_account/__manifest__.py
- addons/stock_account/models/stock_quant.py 10 additions, 22 deletionsaddons/stock_account/models/stock_quant.py
- addons/stock_account/views/stock_quant_views.xml 2 additions, 1 deletionaddons/stock_account/views/stock_quant_views.xml
Loading
Please register or sign in to comment