We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fe6b8a + bcb3392 commit 3f4e0b7Copy full SHA for 3f4e0b7
auth_session_timeout/migrations/17.0.1.0.0/pre-migration.py
@@ -1,9 +1,9 @@
1
-def migrate(env, version):
+def migrate(cr, version):
2
"""
3
Updates the 'inactive_session_time_out_ignored_url' parameter
4
in the 'ir_config_parameter' table during migration.
5
6
- env.cr.execute(
+ cr.execute(
7
8
UPDATE ir_config_parameter
9
SET value = '/calendar/notify,/websocket'
0 commit comments