mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] account_move_line_sale_info: tests: post -> _post
This commit is contained in:
@@ -264,7 +264,7 @@ class TestAccountMoveLineSaleInfo(common.TransactionCase):
|
||||
picking.button_validate()
|
||||
sale._create_invoices()
|
||||
invoice = sale.invoice_ids[0]
|
||||
invoice.post()
|
||||
invoice._post()
|
||||
reversal_wizard = self.move_reversal_wiz(invoice)
|
||||
credit_note = self.env["account.move"].browse(
|
||||
reversal_wizard.reverse_moves()["res_id"]
|
||||
|
||||
Reference in New Issue
Block a user