Skip to content

Commit

Permalink
Merge 0481883 into 675ecc6
Browse files Browse the repository at this point in the history
  • Loading branch information
MiquelRForgeFlow committed Oct 15, 2019
2 parents 675ecc6 + 0481883 commit 8cad3e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -87,7 +87,6 @@ def test_fiscal_position_id_change(self):

out_invoice = self.invoice_model.create({
'partner_id': partner.id,
'reference_type': 'none',
'name': 'invoice to client',
'account_id': self.account_receivable.id,
'type': 'out_invoice',
Expand Down
Expand Up @@ -55,7 +55,6 @@ def setUp(self):

self.invoice = self.account_invoice.create(dict(
name="Test Customer Invoice",
reference_type="none",
journal_id=self.journal.id,
partner_id=self.partner.id,
account_id=self.account_rec1_id.id,
Expand Down

0 comments on commit 8cad3e4

Please sign in to comment.