Skip to content

Commit

Permalink
FIX travis: Remove report to avoid freeze when use wkhtmltopdf and Sa…
Browse files Browse the repository at this point in the history
…vepointCase
  • Loading branch information
carlosdauden committed Mar 7, 2019
1 parent 428501c commit d93fd44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contract_payment_auto/tests/test_account_analytic_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ def setUp(self):
'price_unit': 100,
'discount': 50,
})
# Remove report to avoid freeze when use wkhtmltopdf and SavepointCase
self.env['mail.template'].search().write({'report_template': False})

def _validate_invoice(self, invoice):
self.assertEqual(len(invoice), 1)
Expand Down

0 comments on commit d93fd44

Please sign in to comment.