mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] test folio compare apples and oranges
This commit is contained in:
@@ -1197,7 +1197,7 @@ class TestPmsFolioSaleLine(TestPms):
|
||||
|
||||
# ACT
|
||||
r_test.service_ids.filtered(
|
||||
lambda x: x.id == extra_service
|
||||
lambda x: x.id == extra_service.id
|
||||
).service_line_ids.price_unit = 50
|
||||
r_test.service_ids.service_line_ids.flush()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user