mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[FIX] Tests
This commit is contained in:
@@ -15,7 +15,8 @@
|
|||||||
-
|
-
|
||||||
I confirm the invoice
|
I confirm the invoice
|
||||||
-
|
-
|
||||||
!workflow {model: account.invoice, action: invoice_open, ref: account_invoice_claim_refund}
|
!python {model: account.invoice, id: account_invoice_claim_refund}: |
|
||||||
|
self.action_invoice_open()
|
||||||
-
|
-
|
||||||
I create a claim
|
I create a claim
|
||||||
-
|
-
|
||||||
|
|||||||
@@ -41,9 +41,9 @@ class TestPickingCreation(common.TransactionCase):
|
|||||||
'price_unit': product.list_price
|
'price_unit': product.list_price
|
||||||
|
|
||||||
}) for product, qty in [
|
}) for product, qty in [
|
||||||
|
(self.env.ref('product.product_product_24'), 5),
|
||||||
(self.env.ref('product.product_product_25'), 3),
|
(self.env.ref('product.product_product_25'), 3),
|
||||||
(self.env.ref('product.product_product_30'), 5),
|
(self.env.ref('product.product_product_27'), 2),
|
||||||
(self.env.ref('product.product_product_33'), 2),
|
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
@@ -161,7 +161,8 @@ class TestPickingCreation(common.TransactionCase):
|
|||||||
claim_id = self.env['crm.claim'].browse(
|
claim_id = self.env['crm.claim'].browse(
|
||||||
self.ref('crm_claim.crm_claim_6')
|
self.ref('crm_claim.crm_claim_6')
|
||||||
)
|
)
|
||||||
self.invoice.confirm_paid()
|
self.invoice.action_invoice_open()
|
||||||
|
self.invoice.action_invoice_paid()
|
||||||
claim_id.write({
|
claim_id.write({
|
||||||
'invoice_id': self.invoice.id
|
'invoice_id': self.invoice.id
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user