Skip to content

Commit 113353e

Browse files
committed
Update README
1 parent 33ecc1a commit 113353e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# pydevd-odoo
2-
PyDev.Debugger plugin for Odoo
2+
3+
[PyDev.Debugger](https://github.com/fabioz/PyDev.Debugger) is the Python debugger used
4+
in PyDev, PyCharm, VSCode. This plugin makes the debugger better for Odoo
5+
development.
6+
7+
## Odoo Recordset
8+
[Recordsets](https://www.odoo.com/documentation/13.0/reference/orm.html#recordsets) is a fundamental concept in Odoo.
9+
A recordset is an ordered collection of records of the same model. Trying to read a field
10+
on multiple ids recordset will raise an error. Because PyDev.Debugger recognizes a recordset as a
11+
non-collection object so the error will be raise when evaluating its attributes. This plugin helps
12+
PyDev.Debugger correctly evaluate an multiple ids recordset.

0 commit comments

Comments
 (0)