Set replace_dots everywhere

The goal is to change the default value in CleanDecimal
This commit is contained in:
Florent 2014-08-21 10:21:53 +02:00
commit a434f33a61
10 changed files with 16 additions and 17 deletions

View file

@ -92,7 +92,7 @@ class AccountsPage(LoggedPage, HTMLPage):
else:
raise SkipItem()
balance = CleanDecimal('./td[3]')(self)
balance = CleanDecimal('./td[3]', replace_dots=True)(self)
self.env['id'] = id
self.env['balance'] = balance