Fix tests.

This commit is contained in:
Juanjo Garcia 2019-10-31 13:39:39 +01:00
parent e65fe32f25
commit 9204e3a8ca
1 changed files with 0 additions and 8 deletions

View File

@ -62,14 +62,6 @@ Create tax::
>>> credit_note_tax_code = create_tax_code(tax, 'tax', 'credit')
>>> credit_note_tax_code.save()
Set Cash journal::
>>> Journal = Model.get('account.journal')
>>> journal_cash, = Journal.find([('type', '=', 'cash')])
>>> journal_cash.credit_account = account_cash
>>> journal_cash.debit_account = account_cash
>>> journal_cash.save()
Create party::
>>> Party = Model.get('party.party')