Skip to content

Commit

Permalink
[fix] travis
Browse files Browse the repository at this point in the history
  • Loading branch information
scigghia committed Feb 9, 2017
1 parent b0f00af commit 89234f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions l10n_it_ddt/wizard/ddt_create_invoice.py
Expand Up @@ -135,6 +135,7 @@ def create_invoice(self):
'view_id': False,
'views': [(tree_id, 'tree'), (form_id, 'form')],
'type': 'ir.actions.act_window',
'domain': "[('type', '=', 'out_invoice'), ('id','in', [" + ','.join(
map(str, invoice_list)) + "])]",
'domain': "[('type', '=', 'out_invoice'),"
" ('id','in', [" + ','.join(map(str, invoice_list)) +
"])]",
}

0 comments on commit 89234f0

Please sign in to comment.