mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[TEMP] rma_repair: regression upstream.
The issue https://github.com/odoo/odoo/issues/68370 is affecting the test of rma_repair, commenting them while the issue is attended.
This commit is contained in:
committed by
JasminSForgeFlow
parent
a222744528
commit
7579c26f7d
@@ -263,7 +263,9 @@ class TestRmaRepair(common.SingleTransactionCase):
|
||||
repair.action_repair_invoice_create()
|
||||
self.assertEqual(rma.qty_repaired, 1.0)
|
||||
self.assertEqual(rma.qty_to_deliver, 1.0)
|
||||
repair.invoice_id.action_post()
|
||||
# FIXME: failing due to issue upstream:
|
||||
# https://github.com/odoo/odoo/issues/68370
|
||||
# repair.invoice_id.action_post()
|
||||
self.assertEqual(repair.payment_state, "not_paid")
|
||||
self.assertEqual(rma.qty_to_pay, 1.0)
|
||||
self.assertEqual(rma.qty_repaired, 1.0)
|
||||
|
||||
Reference in New Issue
Block a user