[MIG] stock_picking_report_valued 15.0.1.0.0

This commit is contained in:
Fernando La Chica
2022-02-23 14:08:50 +01:00
committed by chien
parent 10f3037833
commit c56b024f00
3 changed files with 12 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
{
"name": "Valued Picking Report",
"summary": "Adding Valued Picking on Delivery Slip report",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-reporting",
"category": "Warehouse Management",

View File

@@ -11,3 +11,7 @@
* Luis M. Ontalba
* Ernesto Tejeda
* Sergio Teruel
* `GreenIce <https://www.greenice.com>`_:
* Fernando La Chica <fernandolachica@gmail.com>

View File

@@ -90,6 +90,13 @@
<span t-field="move_line.product_uom_qty" />
<span t-field="move_line.product_uom_id" /></td>
</t>
<t
t-elif="move_line.picking_id.state == 'done' and move_line.product_uom_qty == 0"
>
<td class="text-right">
<span t-field="move_line.qty_done" />
<span t-field="move_line.product_uom_id" /></td>
</t>
<td class="text-right"><span t-field="move_line.sale_price_unit" /></td>
<td class="text-right" groups="product.group_discount_per_so_line">
<span t-field="move_line.sale_discount" />