From 0a9d445b97956d629ff2f32ed563399df0adb256 Mon Sep 17 00:00:00 2001 From: oca-ci Date: Thu, 3 Oct 2024 06:39:33 +0000 Subject: [PATCH] [UPD] Update fastapi.pot --- fastapi/i18n/fastapi.pot | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/fastapi/i18n/fastapi.pot b/fastapi/i18n/fastapi.pot index b3e33c6c..33439cdf 100644 --- a/fastapi/i18n/fastapi.pot +++ b/fastapi/i18n/fastapi.pot @@ -192,6 +192,11 @@ msgstr "" msgid "Root Path" msgstr "" +#. module: fastapi +#: model:ir.model.fields,field_description:fastapi.field_fastapi_endpoint__save_http_session +msgid "Save HTTP Session" +msgstr "" + #. module: fastapi #: model:ir.actions.server,name:fastapi.fastapi_endpoint_action_sync_registry #: model_terms:ir.ui.view,arch_db:fastapi.fastapi_endpoint_form_view @@ -222,6 +227,17 @@ msgstr "" msgid "User" msgstr "" +#. module: fastapi +#: model:ir.model.fields,help:fastapi.field_fastapi_endpoint__save_http_session +msgid "" +"Whether session should be saved into the session store. This is required if " +"for example you use the Odoo's authentication mechanism. Oherwise chance are" +" high that you don't need it and could turn off this behaviour. Additionaly " +"turning off this option will prevent useless IO operation when storing and " +"reading the session on the disk and prevent unexpecteed disk space " +"consumption." +msgstr "" + #. module: fastapi #. odoo-python #: code:addons/fastapi/models/fastapi_endpoint.py:0