File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,6 +205,11 @@ msgstr "Sincro registro richiesto"
205205msgid "Root Path"
206206msgstr "Percorso radice"
207207
208+ #. module: fastapi
209+ #: model:ir.model.fields,field_description: fastapi.field_fastapi_endpoint__save_http_session
210+ msgid "Save HTTP Session"
211+ msgstr ""
212+
208213#. module: fastapi
209214#: model:ir.actions.server,name: fastapi.fastapi_endpoint_action_sync_registry
210215#: model_terms:ir.ui.view,arch_db: fastapi.fastapi_endpoint_form_view
@@ -235,6 +240,17 @@ msgstr "Utente da utilizzare per eseguire la chiamata API."
235240msgid "User"
236241msgstr "Utente"
237242
243+ #. module: fastapi
244+ #: model:ir.model.fields,help: fastapi.field_fastapi_endpoint__save_http_session
245+ msgid ""
246+ "Whether session should be saved into the session store. This is required if "
247+ "for example you use the Odoo's authentication mechanism. Oherwise chance are "
248+ "high that you don't need it and could turn off this behaviour. Additionaly "
249+ "turning off this option will prevent useless IO operation when storing and "
250+ "reading the session on the disk and prevent unexpecteed disk space "
251+ "consumption."
252+ msgstr ""
253+
238254#. module: fastapi
239255#. odoo-python
240256#: code:addons/fastapi/models/fastapi_endpoint.py:0
You can’t perform that action at this time.
0 commit comments