[MIG] web_disable_export_group: Migration to 13.0

TT26186
This commit is contained in:
João Marques
2020-10-21 09:11:29 +01:00
committed by David
parent 1afdc79e56
commit 6cb61e7f1d
15 changed files with 136 additions and 66 deletions

View File

@@ -9,7 +9,7 @@ class Http(models.AbstractModel):
_inherit = "ir.http"
def session_info(self):
res = super(Http, self).session_info()
res = super().session_info()
user = request.env.user
res.update(
{