diff --git a/base_jsonify/README.rst b/base_jsonify/README.rst index 65ffe69ef..7d5542ec6 100644 --- a/base_jsonify/README.rst +++ b/base_jsonify/README.rst @@ -25,8 +25,9 @@ Base Jsonify |badge1| |badge2| |badge3| |badge4| |badge5| -This module add the jsonify method to the ORM. This method take as argument -the browse record and the "parser" that specify the field to extract. +This module adds a 'jsonify' method to every model of the ORM. +It works on the current recordset and requires a single argument 'parser' +that specify the field to extract. Example of parser: diff --git a/base_jsonify/static/description/index.html b/base_jsonify/static/description/index.html index a4065b092..7efb46853 100644 --- a/base_jsonify/static/description/index.html +++ b/base_jsonify/static/description/index.html @@ -3,13 +3,13 @@ - + Base Jsonify