[UPD] Update jsonifier.pot

pull/3215/head
oca-ci 2025-02-21 11:14:11 +00:00
parent 0f6047bead
commit a2b8a40a8f
1 changed files with 8 additions and 1 deletions

View File

@ -32,13 +32,20 @@ msgstr ""
#: model:ir.model.fields,help:jsonifier.field_ir_exports_resolver__python_code
msgid ""
"Compute the result from 'value' by setting the variable 'result'.\n"
"\n"
"For fields resolvers:\n"
":param record: the record\n"
":param name: name of the field\n"
":param value: value of the field\n"
":param field_type: type of the field\n"
"\n"
"For global resolvers:\n"
":param value: JSON dict\n"
":param record: the record"
":param record: the record\n"
"\n"
"In both types, you can override the final json key.\n"
"To achieve this, simply return a dict like: \n"
"{'result': {'_value': $value, '_json_key': $new_json_key}}"
msgstr ""
#. module: jsonifier