diff --git a/addons/account/test/account_report.yml b/addons/account/test/account_report.yml index d91e4771d6fdfbcf244006919a8b74a512ea58d0..172eb50afd501497cfd762f8a499c9eca61475e8 100644 --- a/addons/account/test/account_report.yml +++ b/addons/account/test/account_report.yml @@ -68,6 +68,8 @@ import datetime from mx.DateTime import * import warnings + import md5 + import hashlib warnings.filterwarnings('ignore',".*struct integer overflow masking is deprecated*") start = datetime.date.fromtimestamp(time.mktime(time.strptime(time.strftime('%Y-%m-%d'), "%Y-%m-%d"))) start = DateTime(int(start.year), int(start.month), int(start.day))