Add physical lot + Link

This commit is contained in:
2026-06-22 16:14:05 +02:00
parent 95dba725a8
commit 6af3de0ffb
3 changed files with 11 additions and 8 deletions

View File

@@ -783,7 +783,7 @@ class PurchaseTradeTestCase(ModuleTestCase):
values = wizard.default_add(None)
self.assertTrue(values['transport_missing'])
self.assertEqual(values['shipment_supplier'], 30)
self.assertIsNone(values['shipment_supplier'])
self.assertEqual(values['transport_from_location'], 10)
self.assertEqual(values['transport_to_location'], 20)