Skip to content

Commit

Permalink
[MIG] auth_session_timeout: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Apr 20, 2023
1 parent 7424045 commit 20f76af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion auth_session_timeout/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"maintainer": "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-auth",
"category": "Tools",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"data": ["data/ir_config_parameter_data.xml"],
"installable": True,
Expand Down
3 changes: 1 addition & 2 deletions auth_session_timeout/tests/test_res_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

import time
from contextlib import contextmanager

import mock
from unittest import mock

from odoo.http import SessionExpiredException
from odoo.tests.common import TransactionCase
Expand Down

0 comments on commit 20f76af

Please sign in to comment.