Fix tests.

This commit is contained in:
Juanjo Garcia 2019-10-30 16:16:00 +01:00
parent a84b50eab1
commit 1468d3f2c1
1 changed files with 0 additions and 6 deletions

View File

@ -50,12 +50,6 @@ Create chart of accounts::
>>> expense = accounts['expense']
>>> cash = accounts['cash']
>>> Journal = Model.get('account.journal')
>>> cash_journal, = Journal.find([('type', '=', 'cash')])
>>> cash_journal.credit_account = cash
>>> cash_journal.debit_account = cash
>>> cash_journal.save()
Create payment term::
>>> PaymentTerm = Model.get('account.invoice.payment_term')