We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b8ddae + dc08826 commit ebe0368Copy full SHA for ebe0368
stock_picking_report_valued/models/stock_move_line.py
@@ -87,7 +87,7 @@ def _compute_sale_order_line_fields(self):
87
line.update(
88
{
89
"sale_tax_description": ", ".join(
90
- t.name or t.description for t in line.sale_tax_id
+ t.description or t.name for t in line.sale_tax_id
91
),
92
"sale_price_subtotal": valued_line.price_subtotal,
93
"sale_price_tax": valued_line.price_tax,
0 commit comments