diff --git a/delivery_line_sale_line_position/__manifest__.py b/delivery_line_sale_line_position/__manifest__.py index cb27e60..ab0755a 100644 --- a/delivery_line_sale_line_position/__manifest__.py +++ b/delivery_line_sale_line_position/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Delivery Line Sale Line Position", "summary": "Adds the sale line position to the delivery report lines", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "category": "Delivery", "author": "Camptocamp, Odoo Community Association (OCA)", "license": "AGPL-3", diff --git a/delivery_line_sale_line_position/readme/DESCRIPTION.rst b/delivery_line_sale_line_position/readme/DESCRIPTION.rst index 7ad226d..baf0107 100644 --- a/delivery_line_sale_line_position/readme/DESCRIPTION.rst +++ b/delivery_line_sale_line_position/readme/DESCRIPTION.rst @@ -1,6 +1,6 @@ This module is build on top of the module `sale_order_line_position`. -On the delivery report it adds a column with the `Postion` from the related +On the delivery report it adds a column with the `Position` from the related sale order line. The `Position` can also made visible int the stock picking view. diff --git a/delivery_line_sale_line_position/report/report_deliveryslip.xml b/delivery_line_sale_line_position/report/report_deliveryslip.xml index 1627fc3..0263859 100644 --- a/delivery_line_sale_line_position/report/report_deliveryslip.xml +++ b/delivery_line_sale_line_position/report/report_deliveryslip.xml @@ -8,14 +8,11 @@ t-value="any(o.move_lines.filtered(lambda x: x.position_sale_line and x.product_uom_qty))" /> - + Pos - - - - - + + @@ -26,18 +23,28 @@ t-value="any(o.move_line_ids.mapped('position_sale_line'))" /> - - Pos + + Pos +