diff --git a/stock_picking_report_valued/static/description/icon.png b/stock_picking_report_valued/static/description/icon.png new file mode 100644 index 0000000..3a0328b Binary files /dev/null and b/stock_picking_report_valued/static/description/icon.png differ diff --git a/stock_picking_report_valued/tests/test_stock_picking_valued.py b/stock_picking_report_valued/tests/test_stock_picking_valued.py index 77670cd..190ec40 100644 --- a/stock_picking_report_valued/tests/test_stock_picking_valued.py +++ b/stock_picking_report_valued/tests/test_stock_picking_valued.py @@ -26,7 +26,11 @@ class TestStockPickingValued(common.SavepointCase): }) cls.sale_order = cls.env['sale.order'].create({ 'partner_id': cls.partner.id, - 'order_line': [(0, 0, {'product_id': cls.product.id})], + 'order_line': [(0, 0, { + 'product_id': cls.product.id, + 'price_unit': 100, + 'product_uom_qty': 1, + })], 'company_id': cls.env.user.company_id.id, }) cls.sale_order.company_id.tax_calculation_rounding_method = (