msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: \n" "PO-Revision-Date: \n" "Last-Translator: Stefano Consolaro \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Errore esecuzione codie webhook: %(error)s\n" #. module: cetmix_tower_webhook #. odoo-python #: code:addons/cetmix_tower_webhook/models/constants.py:0 #, python-format msgid "" "\n" "

Help for Webhook Authenticator Python Code

\n" "
\n" "

\n" " The Python code for the webhook authenticator must return the result variable, which is a dictionary.
\n" " Allowed keys:\n" "

\n" " Examples:\n" "
\n"
"# Allow all requests\n"
"result = {\"allowed\": True}\n"
"\n"
"# Deny with custom code and message\n"
"result = {\"allowed\": False, \"http_code\": 401, \"message\": \"Unauthorized request\"}\n"
"        
\n" "

\n" " Available variables:\n" "
\n" msgstr "" "\n" "

Aiuto per il codice Python di autenticazione webhook

\n" "
\n" "

\n" " Il codice Python per l'autenticazione webhook deve restituire la variabile result, che è un dizionario.
\n" " Chiavi consentite:\n" "