Skip to content

Commit

Permalink
Merge PR #736 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by sebalix
  • Loading branch information
OCA-git-bot committed Mar 3, 2025
2 parents 7fe6b8a + bcb3392 commit 3f4e0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth_session_timeout/migrations/17.0.1.0.0/pre-migration.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
def migrate(env, version):
def migrate(cr, version):
"""
Updates the 'inactive_session_time_out_ignored_url' parameter
in the 'ir_config_parameter' table during migration.
"""
env.cr.execute(
cr.execute(
"""
UPDATE ir_config_parameter
SET value = '/calendar/notify,/websocket'
Expand Down

0 comments on commit 3f4e0b7

Please sign in to comment.