2024-05-21 15:09:17 +03:00
|
|
|
# Part of Talisman . See LICENSE file for full copyright and licensing details.
|
2024-05-03 12:59:22 +03:00
|
|
|
|
|
|
|
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
|