Commit Graph
7 Commits
Author SHA1 Message Date
Yannick VaucherandGitHub a7d23406d3 Merge pull request #285 from nilshamerlinck/10.0-backport-attachment_azure
[MIG] attachment_azure: Backport from 11.0 to 10.0
2021-11-11 18:37:45 +01:00
Yannick VaucherandGitHub ede68ba355 Merge pull request #120 from leemannd/10_remove_useless_log
[10.0] Add description to model
2019-12-10 10:59:45 +01:00
Yannick VaucherandGitHub 43bbbe9822 Merge pull request #33 from yvaucher/fix-check-session_token
Fix session check crash due to odoo recent change [1]
2018-04-09 14:41:35 +02:00
Yannick Vaucher 697f5ae58f Fix session check crash due to odoo recent change [1]
Odoo introduced a token on 2018-03-19, this token is
used for checking the rights.

The token itself is generated from data as a hash.
The redis_session module handle it correctly by saving it aside other
data in json format. Nevertheless, when reading it, from json format,
it forces all strings to unicode whereas some dumped string where str.

Thus it fails on comparison between str and unicode.

This fix solves it by always using token in unicode format.

[1] https://github.com/odoo/odoo/pull/22612
2018-04-05 18:57:31 +02:00
Yannick VaucherandGitHub 3b1a0f4d8e Add travis badge on readme 2018-01-03 11:27:29 +01:00
Yannick VaucherandGitHub 49ddc76ec3 Restore Param list for Storage S3 2017-11-16 13:22:15 +01:00
Yannick Vaucher a3c0322982 Add AWS_REGION to connect to bucket with specific region 2017-11-13 16:29:01 +01:00