Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ addon | version | maintainers | summary
[auth_oauth_multi_token](auth_oauth_multi_token/) | 18.0.2.0.0 | | Allow multiple connection with the same OAuth account
[auth_oidc](auth_oidc/) | 18.0.1.1.0 | <a href='https://github.com/sbidoul'><img src='https://github.com/sbidoul.png' width='32' height='32' style='border-radius:50%;' alt='sbidoul'/></a> | Allow users to login through OpenID Connect Provider
[auth_oidc_environment](auth_oidc_environment/) | 18.0.1.0.0 | | This module allows to use server env for OIDC configuration
[auth_saml](auth_saml/) | 18.0.1.1.0 | <a href='https://github.com/vincent-hatakeyama'><img src='https://github.com/vincent-hatakeyama.png' width='32' height='32' style='border-radius:50%;' alt='vincent-hatakeyama'/></a> | SAML2 Authentication
[auth_saml](auth_saml/) | 18.0.1.1.1 | <a href='https://github.com/vincent-hatakeyama'><img src='https://github.com/vincent-hatakeyama.png' width='32' height='32' style='border-radius:50%;' alt='vincent-hatakeyama'/></a> | SAML2 Authentication
[auth_session_timeout](auth_session_timeout/) | 18.0.1.0.0 | | This module disable all inactive sessions since a given delay
[auth_signup_verify_email](auth_signup_verify_email/) | 18.0.1.0.0 | | Force uninvited users to use a good email for signup
[auth_user_case_insensitive](auth_user_case_insensitive/) | 18.0.1.0.0 | | Makes the user login field case insensitive
Expand Down
2 changes: 1 addition & 1 deletion auth_saml/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SAML2 Authentication
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:3e5b3bb4044a255d619b8bda0861d58722133ab48366ffd2c2f88c8fbdcc0a5c
!! source digest: sha256:fd60534fa3f2c31b2c66fb852320cc25790d8dcf19c01d9f3150a07e037ae2a2
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion auth_saml/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "SAML2 Authentication",
"version": "18.0.1.1.0",
"version": "18.0.1.1.1",
"category": "Tools",
"author": "XCG Consulting, Odoo Community Association (OCA)",
"maintainers": ["vincent-hatakeyama"],
Expand Down
2 changes: 1 addition & 1 deletion auth_saml/models/auth_saml_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def _get_config_for_provider(self, base_url: str = None) -> Saml2Config:
# Retry after refresh metadata
self.action_refresh_metadata_from_url()
return self.with_context(
saml2_retry_after_refresh_metatata=1
saml2_retry_after_refresh_metadata=1
)._get_config_for_provider(base_url)

def _get_client_for_provider(self, base_url: str = None) -> Saml2Client:
Expand Down
16 changes: 8 additions & 8 deletions vault/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-03-12 12:05+0000\n"
"PO-Revision-Date: 2026-04-30 09:35+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"
"X-Generator: Weblate 5.15.2\n"

#. module: vault
#. odoo-python
Expand Down Expand Up @@ -239,7 +239,7 @@ msgstr "Impostazioni configurazione"
#. odoo-javascript
#: code:addons/vault/static/src/backend/controller.esm.js:0
msgid "Confirm"
msgstr ""
msgstr "Conferma"

#. module: vault
#. odoo-javascript
Expand Down Expand Up @@ -342,7 +342,7 @@ msgstr "Cancella"
#. odoo-javascript
#: code:addons/vault/static/src/backend/controller.esm.js:0
msgid "Discard"
msgstr ""
msgstr "Abbandona"

#. module: vault
#: model:ir.model.fields,field_description:vault.field_res_users_key__display_name
Expand Down Expand Up @@ -1012,7 +1012,7 @@ msgstr "Segreto da condividere:"
#. odoo-javascript
#: code:addons/vault/static/src/common/vault_utils_service.esm.js:0
msgid "Select at least one character set"
msgstr ""
msgstr "Selezionare l'ultimo set caratteri"

#. module: vault
#: model_terms:ir.ui.view,arch_db:vault.view_vault_send_wizard
Expand Down Expand Up @@ -1155,7 +1155,7 @@ msgstr "URL"
#. odoo-javascript
#: code:addons/vault/static/src/backend/templates.xml:0
msgid "Use password"
msgstr ""
msgstr "Usa password"

#. module: vault
#: model:ir.model,name:vault.model_res_users
Expand Down Expand Up @@ -1255,7 +1255,7 @@ msgstr "Condivisione deposito di sicurezza"
#. odoo-javascript
#: code:addons/vault/static/src/backend/fields/vault_export_file.esm.js:0
msgid "Vault export file"
msgstr ""
msgstr "File esportazione deposito di sicurezza"

#. module: vault
#: model:ir.model,name:vault.model_vault_inbox_log
Expand Down Expand Up @@ -1361,7 +1361,7 @@ msgstr "a-z"
#. odoo-javascript
#: code:addons/vault/static/src/backend/controller.esm.js:0
msgid "of entry"
msgstr ""
msgstr "dell'ingresso"

#, python-format
#~ msgid "%s '%s' of entry '%s'"
Expand Down
Loading