Fix merge on test

This commit is contained in:
Bernat Brunet 2020-04-29 11:53:04 +02:00
parent 91edea5316
commit 79a9414552
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ Credit invoice with refund::
>>> credit.execute('credit')
>>> invoice.reload()
>>> invoice.state
'paid'
'cancel'
>>> credit, = Invoice.find([('total_amount', '<', 0)])
>>> credit.sii_operation_key
'R1'