Set invoice type before the party (scenario test)

This commit is contained in:
Raimon Esteve 2023-05-16 16:20:14 +02:00
parent cbb7ab0256
commit 843609c8b4
1 changed files with 1 additions and 1 deletions

View File

@ -227,8 +227,8 @@ Create out credit note::
Create in invoice::
>>> invoice = Invoice()
>>> invoice.party = party1
>>> invoice.type = 'in'
>>> invoice.party = party1
>>> invoice.aeat347_operation_key = 'A'
>>> invoice.payment_term = payment_term
>>> invoice.invoice_date = today