diff --git a/stock_move_packaging_qty/__manifest__.py b/stock_move_packaging_qty/__manifest__.py index 428165b3d..d69e290f2 100644 --- a/stock_move_packaging_qty/__manifest__.py +++ b/stock_move_packaging_qty/__manifest__.py @@ -8,7 +8,11 @@ "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Warehouse", "depends": ["stock"], - "data": ["views/stock_picking_form_view.xml", "views/stock_move_tree_view.xml"], + "data": [ + "views/report_stock_picking.xml", + "views/stock_move_tree_view.xml", + "views/stock_picking_form_view.xml", + ], "license": "LGPL-3", "installable": True, "maintainers": ["yajo"], diff --git a/stock_move_packaging_qty/readme/DESCRIPTION.rst b/stock_move_packaging_qty/readme/DESCRIPTION.rst index 6de170dfd..0b1041118 100644 --- a/stock_move_packaging_qty/readme/DESCRIPTION.rst +++ b/stock_move_packaging_qty/readme/DESCRIPTION.rst @@ -1 +1 @@ -Add packaging fields in the stock moves +Add packaging fields in the stock moves and their reports. diff --git a/stock_move_packaging_qty/views/report_stock_picking.xml b/stock_move_packaging_qty/views/report_stock_picking.xml new file mode 100644 index 000000000..f9183a7e2 --- /dev/null +++ b/stock_move_packaging_qty/views/report_stock_picking.xml @@ -0,0 +1,44 @@ + + + + + + +