This commit is contained in:
2026-05-20 16:15:59 +02:00
parent 27e081228f
commit 2cf1b25dad
5 changed files with 549 additions and 187 deletions

View File

@@ -2619,10 +2619,15 @@ class PurchaseTradeTestCase(ModuleTestCase):
self.assertEqual(
sale.report_price_composition_rows,
[
{'label': 'FOB value in EUR', 'amount': Decimal('2500')},
{
'label': 'FOB value in EUR',
'amount': Decimal('2500'),
'amount_text': '2500.00',
},
{
'label': 'FREIGHT value in EUR',
'amount': Decimal('59993.75'),
'amount_text': '59993.75',
},
])