diff --git a/stock_picking_group_by_partner_by_carrier_sale_line_position/__manifest__.py b/stock_picking_group_by_partner_by_carrier_sale_line_position/__manifest__.py index 9defab6..ca2ac47 100644 --- a/stock_picking_group_by_partner_by_carrier_sale_line_position/__manifest__.py +++ b/stock_picking_group_by_partner_by_carrier_sale_line_position/__manifest__.py @@ -8,6 +8,7 @@ "category": "Delivery", "author": "Camptocamp, Odoo Community Association (OCA)", "license": "AGPL-3", + "development_status": "Alpha", "website": "https://github.com/OCA/stock-logistics-reporting", "depends": [ "delivery_line_sale_line_position", diff --git a/stock_picking_report_valued_sale_mrp/report/stock_picking_report_valued.xml b/stock_picking_report_valued_sale_mrp/report/stock_picking_report_valued.xml index 60ecdc5..ea9511a 100644 --- a/stock_picking_report_valued_sale_mrp/report/stock_picking_report_valued.xml +++ b/stock_picking_report_valued_sale_mrp/report/stock_picking_report_valued.xml @@ -13,7 +13,7 @@ name="t-if" >o.valued and o.sale_id and o.move_line_ids and (move_line.phantom_line or not move_line.phantom_product_id) - + o.move_line_ids.filtered(lambda x: not x.phantom_product_id or x.phantom_line)