http_routing/__init__.py
Старков Евгений Федорович ffa1c89842 odoo replaced to talisman
2024-05-21 15:09:17 +03:00

13 lines
286 B
Python

# Part of Talisman . See LICENSE file for full copyright and licensing details.
from . import controllers
from . import models
from odoo.http import request
def _post_init_hook(env):
if request:
request.is_frontend = False
request.is_frontend_multilang = False