mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_disable_export_group: Migration to 13.0
TT26186
This commit is contained in:
@@ -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(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user