Fix type of invoice

This commit is contained in:
Jesús Martín Jiménez 2016-07-20 12:21:40 +02:00
parent e69667ee53
commit 301a8b606c

View file

@ -258,7 +258,7 @@ Post invoice and check discount is applied::
Create supplier invoice::
>>> invoice = Invoice()
>>> invoice.type = 'in_invoice'
>>> invoice.type = 'in'
>>> invoice.party = party
>>> invoice.payment_term = payment_term
>>> invoice.invoice_date = today