This pull request includes changes to the stock_product_qty_by_packaging module, specifically modifying the view for stock_move_line to display the product_qty_by_packaging_display field. The changes aim to enhance the user interface by adding this new field to the relevant view.
This pull request includes changes to the
stock_product_qty_by_packaging
module, specifically modifying the view forstock_move_line
to display theproduct_qty_by_packaging_display
field. The changes aim to enhance the user interface by adding this new field to the relevant view.Enhancements to user interface:
stock_product_qty_by_packaging/views/stock_picking.xml
: Added theproduct_qty_by_packaging_display
field to thestock_move_line_detailed_operation_tree
view.