mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[FIX] stock_picking_report_valued: First description taxes
MT-5850 @moduon
This commit is contained in:
@@ -87,7 +87,7 @@ class StockMoveLine(models.Model):
|
||||
line.update(
|
||||
{
|
||||
"sale_tax_description": ", ".join(
|
||||
t.name or t.description for t in line.sale_tax_id
|
||||
t.description or t.name for t in line.sale_tax_id
|
||||
),
|
||||
"sale_price_subtotal": valued_line.price_subtotal,
|
||||
"sale_price_tax": valued_line.price_tax,
|
||||
|
||||
Reference in New Issue
Block a user