From 862432c6a6b37dc67e45713e71f7c8c41bd8d4ba Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Sun, 22 Mar 2020 15:05:07 +0700 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54c69e9..d0df12d 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ in PyDev, PyCharm, VSCode. This plugin aims to make the debugger works better fo [Recordsets](https://www.odoo.com/documentation/13.0/reference/orm.html#recordsets) is a fundamental concept in Odoo. A recordset is an ordered collection of records of the same model. Trying to read a field on multiple ids recordset will raise an error. Because PyDev.Debugger recognizes a recordset as a -non-collection object so the error will be raise when evaluating its attributes. This plugin helps -PyDev.Debugger correctly evaluate an multiple ids recordset. +non-collection object so the error will be raise when evaluating its fields. This plugin helps +PyDev.Debugger correctly evaluate a multiple ids recordset. ## Installation Install this plugin to the python environment in which the debugger runs.