oca-server-auth/odoo-bringout-oca-server-auth-auth_saml/auth_saml/models/__init__.py
2025-08-29 15:43:06 +02:00

11 lines
248 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import (
auth_saml_attribute_mapping,
auth_saml_provider,
auth_saml_request,
ir_config_parameter,
res_config_settings,
res_users,
res_users_saml,
)