[UPD] Update jsonifier.pot
parent
0f6047bead
commit
a2b8a40a8f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue