From 94100e1d727238faf581ef572433288f6f4af48e Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Sun, 31 Jul 2022 21:28:30 +0700 Subject: [PATCH] Update documentation reference link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d5fd38..248e4c9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ in PyDev, PyCharm, VSCode. This plugin aims to make the debugger works better for Odoo. ## Odoo Recordset -[Recordsets](https://www.odoo.com/documentation/13.0/reference/orm.html#recordsets) is a fundamental concept in Odoo. +[Recordsets](https://www.odoo.com/documentation/15.0/developer/reference/backend/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 fields. This plugin helps