mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] Compatibility with Werkzeug 0.9.3
This commit is contained in:
@@ -45,5 +45,5 @@ class ExcelExportView(ExcelExport):
|
||||
% self.filename(model)),
|
||||
('Content-Type', self.content_type)
|
||||
],
|
||||
cookies={'fileToken': int(token)}
|
||||
cookies={'fileToken': token}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user