Odoo18-Base/addons/web/controllers/main.py
2025-01-06 10:57:38 +07:00

9 lines
248 B
Python

import warnings
warnings.warn(
f"{__name__!r} has been deprecated since 18.0 and is completely "
"empty, all controllers and utility functions were moved to sibling "
"submodules in Odoo 16",
DeprecationWarning,
stacklevel=2,
)